Learn R Programming

ryandexdirect (version 3.6.2)

yadirStartAds: Start Ads

Description

Resumes ad impressions previously stopped by the owner.

Usage

yadirStartAds(Login = getOption("ryandexdirect.user"), Ids = NULL,
           Token = NULL, 
           AgencyAccount = getOption("ryandexdirect.agency_account"), 
           TokenPath = yadirTokenPath())

Value

Vector with ads ids which failed to resume impressions

Arguments

Ids

Integer or Character vector with Ads Ids, who will resume impressions

Login

Your Yandex Login

AgencyAccount

Your agency account login, if you get statistic from client account

Token

Your Yandex API Token

TokenPath

Path to directory where you save credential data

Author

Alexey Seleznev

Details

Function resume impressions and return vector with Ads Ids with error.

Examples

Run this code
if (FALSE) {
### Please choose another TokenPath to save the Login permanently.
# Get API token
tok <- yadirGetToken(TokenPath = tempdir())

# Get ads dictionary
my_ads <- yadirGetAds(Login = "LOGIN", 
                      Token = tok,
                      States = c("SUSPENDED","OFF"))

# Resume impressions
err <- yadirStartAds(Login = "LOGIN", 
                     Token =  tok, 
					 Ids = my_ads$Id) 
}

Run the code above in your browser using DataLab