Learn R Programming

ryandexdirect (version 3.6.2)

yadirGetClientList: 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())

Value

data frame with client list

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

Author

Alexey Seleznev

Examples

Run this code
if (FALSE) {
### Please choose another TokenPath to save the Login permanently.
my_client <- yadirGetClientList(AgencyAccount = "agency_login", 
                                TokenPath = tempdir())
}

Run the code above in your browser using DataLab