yadirStartAds: Start Ads

Description Usage Arguments Details Value Author(s) Examples

Description

Resumes ad impressions previously stopped by the owner.

Usage

1
2
yadirStartAds(Login = NULL, Ids = NULL, Token = NULL, AgencyAccount
                 = NULL, TokenPath = getwd())

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

Details

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

Value

Vector with ads ids which failed to resume impressions

Author(s)

Alexey Seleznev

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
### 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) 

## End(Not run)

serditov/ryandexdirect documentation built on May 15, 2019, 12:09 a.m.