Description Usage Arguments Value Author(s) Examples
View source: R/yadirGetAdGroups.R
yadirGetCampaignList get adgroups id and parameters from Yandex Direct account
1 2 3 4 5 6 7 8 9 |
CampaignIds |
character vector with yandex direct campaign ID, require |
Ids |
character vector with yandex direct adgroup ID |
Types |
character vector with adgroup types states |
Statuses |
character vector with adgroup types statuses |
Login |
character, your login at Yandex, require |
Token |
character, your Yandex Direct API Token, require |
AgencyAccount |
Your agency account login, if you get statistic from client account |
TokenPath |
Path to directory where you save credential data |
data frame with campaings names and parameters
Alexey Seleznev
1 2 3 4 5 6 7 8 9 10 | #For get adgroups data frame
# Get data from clients account
library(ryandexdirect)
my_ad_group <- yadirGetAdGroups(Login = "login")
# Get data from agency account
library(ryandexdirect)
my_ad_group <- yadirGetAdGroups(Login = "client_login",
AgencyAccount = "agency_login",
TokenPath = "token_yandex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.