Description Usage Arguments Details Value Author(s) Examples
View source: R/yadirStopCampaigns.R
yadirStopCampaigns suspend impressions by campaings in Yandex Direct account
1 2 3 | yadirStartCampaigns(Login = NULL,
Ids = NULL,
Token = NULL)
|
Ids |
Integer or Character vector with Campaigns Ids, who will suspend impressions |
Login |
Your Yandex Login |
Token |
Your Yandex API Token |
Function suspend impressions and return vector with Campaigns Ids with error.
Vector with campaigns ids which failed to suspend 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 <- yadirStopCampaigns(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.