yadirGetDictionary: Get Dictionary from Yandex

Description Usage Arguments Details Value Author(s) Examples

View source: R/yadirGetDictionary.R

Description

yadirGetDictionary get Dictionaties from Yandex Direct API v.5.

Usage

1
yadirGetDictionary <- function(DictionaryName = "GeoRegions", Language = "ru", login = NULL, token = NULL)

Arguments

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 login in Yandex

token

Your api yandex direct token

Details

For more details go https://tech.yandex.ru/direct/doc/ref-v5/dictionaries/get-docpage/

Value

data frame with campaings names and parameters

Author(s)

Alexey Seleznev

Examples

1
GeoData <- (DictionaryName = "GeoRegions", Language = "ru", login = <LOGIN>, token = <TOKEN>)

alex-www-marketing/ryandexdirect_edit documentation built on May 4, 2019, 10:57 a.m.