Description Usage Arguments Details Value Author(s) Examples
View source: R/yadirGetDictionary.R
yadirGetDictionary get Dictionaties from Yandex Direct API v.5.
1 2 3 4 5 6 | yadirGetDictionary(DictionaryName = "GeoRegions",
Language = "ru",
Login = NULL,
Token = NULL,
AgencyAccount = NULL,
TokenPath = getwd())
|
DictionaryName |
character string with Dictionary name, one of Currencies, MetroStations, GeoRegions, TimeZones, Constants, AdCategories, OperationSystemVersions, ProductivityAssertions, SupplySidePlatforms, Interests |
Language |
Answer message lenguage, by default "ru", support one of en, ru, tr, uk |
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 |
For more details go https://tech.yandex.ru/direct/doc/ref-v5/dictionaries/get-docpage/
data frame with campaings names and parameters
Alexey Seleznev
1 2 3 | library(ryandexdirect)
geo <- yadirGetDictionary(Login = "login",
TokenPath = "token_yandex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.