View source: R/yadirGetClientList.R
yadirGetClientList | R Documentation |
Returns a list of advertisers - agency clients, their parameters and settings of the main representatives of the advertiser.
yadirGetClientList(
AgencyAccount = getOption("ryandexdirect.agency_account"),
Token = NULL,
TokenPath = yadirTokenPath())
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 |
data frame with client list
Alexey Seleznev
## Not run:
### Please choose another TokenPath to save the Login permanently.
my_client <- yadirGetClientList(AgencyAccount = "agency_login",
TokenPath = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.