yadirGetClientList {ryandexdirect} | R Documentation |
Get Client List From Agency Account
Description
Returns a list of advertisers - agency clients, their parameters and settings of the main representatives of the advertiser.
Usage
yadirGetClientList(
AgencyAccount = getOption("ryandexdirect.agency_account"),
Token = NULL,
TokenPath = yadirTokenPath())
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
## Not run:
### Please choose another TokenPath to save the Login permanently.
my_client <- yadirGetClientList(AgencyAccount = "agency_login",
TokenPath = tempdir())
## End(Not run)
[Package ryandexdirect version 3.6.2 Index]