Description Usage Arguments Value Author(s) Examples
View source: R/yadirGetClientParam.R
yadirGetClientParam get clients parameters names and parameters
1 2 3 4 5 | yadirGetClientParam(Language = "ru",
Logins = NULL,
Token = NULL,
AgencyAccount = NULL,
TokenPath = getwd())
|
Login |
Your Yandex Login |
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
1 2 3 4 | #Get client param from agency account
library(ryandexdirect)
client_param <- yadirGetClientParam(AgencyAccount = "agency_login",
TokenPath = "token_yandex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.