View source: R/yadirGetClientParam.R
| yadirGetClientParam | R Documentation | 
Returns the parameters of the advertiser and the settings of the user - the representative of the advertiser or the parameters of the agency and the settings of the user - the representative of the agency.
yadirGetClientParam(Language = "ru", 
                    Logins = getOption("ryandexdirect.user"), 
                    Token = NULL,
                    AgencyAccount = getOption("ryandexdirect.agency_account"),
                    TokenPath     = yadirTokenPath())
| Logins | Character vector of yandex logins | 
| 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 | 
| Language | Answer language one of en, ru, tr, uk | 
data frame with campaings names and parameters
Alexey Seleznev
## Not run: 
### Please choose another TokenPath to save the Login permanently.
#Get client param from agency account
client_param <- yadirGetClientParam(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.