View source: R/yadirStartCampaigns.R
yadirStartCampaigns | R Documentation |
Resumes impressions at the campaign level.
yadirStartCampaigns(Login = getOption("ryandexdirect.user"), Ids = NULL, Token = NULL, AgencyAccount = getOption("ryandexdirect.agency_account"), TokenPath = yadirTokenPath())
Ids |
Integer or Character vector with Campaigns Ids, who will resume impressions |
Login |
Your Yandex Login |
AgencyAccount |
Your agency account login, if you get statistic from client account |
Token |
Your Yandex API Token |
TokenPath |
Path to directory where you save credential data |
Function resume impressions and return vector with Campaigns Ids with error.
Vector with campaigns ids which failed to resume impressions
Alexey Seleznev
## Not run: # Get API token ### !!!Please choose another TokenPath to save the Login permanently. tok <- yadirGetToken(TokenPath = tempdir()) # Get camp dictionary my_camp <- yadirGetCampaignList(Login = "Login", Token = tok, TokenPath = tempdir()) # Resume impressions err <- yadirStartCampaigns(Login = "LOGIN", Token = tok, Ids = my_camp$Id, TokenPath = tempdir()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.