yadirGetKeyWords: Get keywords list from yandex direct account

Description Usage Arguments Value Author(s) Examples

View source: R/yadirGetKeyWords.R

Description

yadirGetKeyWords get <d0><bb><d1><83><d0><bd><d1><86><d1><89><d0><ba><d0><b2><d1><8b> id and parameters from Yandex Direct account

Usage

1
yadirGetAds(CampaignIds = NULL, AdGroupIds = NA, Ids = NA, States = c("OFF","ON","SUSPENDED"), WithStats = T, Login = NULL, Token = NULL)

Arguments

CampaignIds

character vector with yandex direct campaign ID, require

AdGroupIds

character vector with yandex direct adgroup ID

Ids

character vector with yandex direct ad ID

States

character vector with ad states

WithStats

logical, if TRUE then load stat by impressions and click but load process will be long durations

Login

character, your login at Yandex, require

Token

character, your Yandex Direct API Token, require

Value

data frame with campaings names and parameters

Author(s)

Alexey Seleznev

Examples

1
2
#For get keywords data frame
my_kw <- yadirGetKeyWords(CampaignIds = c(1,2,3,4,5), Login = "vasya", Token = "abcdef123456")

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