yadirGetClientList: Get Client List From Agency Account

Description Usage Arguments Value Author(s) Examples

Description

Returns a list of advertisers - agency clients, their parameters and settings of the main representatives of the advertiser.

Usage

1
2
3
yadirGetClientList(AgencyAccount = NULL,
         Token         = NULL,
         TokenPath     = getwd())

Arguments

AgencyAccount

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

TokenPath

Path to directory where you save credential data

Token

character or list object, your Yandex API Token, you can get this by function yadirGetToken or yadirAuth

Value

data frame with client list

Author(s)

Alexey Seleznev

Examples

1
2
3
4
5
6
## Not run: 
### Please choose another TokenPath to save the Login permanently.
my_client <- yadirGetClientList(AgencyAccount = "agency_login", 
                                TokenPath = tempdir())

## End(Not run)

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