Description Usage Arguments Details Value Author(s) Examples
View source: R/yadirStartCampaigns.R
yadirStartCampaigns resume impressions by ads
1 2 3 | yadirStartCampaigns(Login = NULL,
Ids = NULL,
Token = NULL)
|
Ids |
Integer or Character vector with Campaigns Ids, who will resume impressions |
Login |
Your Yandex Login |
Token |
Your Yandex API Token |
Function resume impressions and return vector with Campaigns Ids with error.
Vector with campaigns ids which failed to resume impressions
Alexey Seleznev
1 2 3 4 5 6 7 8 | #Get API token
tok <- yadirGetToken()
#Get camp dictionary
my_camp <- yadirGetCampaignList(Login = "Login", Token = tok)
#Resume impressions
err <- yadirStartCampaigns(Login = "LOGIN", Token = tok, Ids = my_camp$Id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.