if (FALSE) {
# 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())
}
Run the code above in your browser using DataLab