Description Usage Arguments Value Examples
View source: R/criteo_advertisers.R
Getting advertisers in Criteo account
1 | criteo_advertisers(tok = criteo_access_token(), to_query_output = T)
|
tok |
Criteo access token. By default is call and refresh token automatically. |
to_query_output |
If TRUE, return comma separated advertiser id's; if not, return advertisers data frame. |
By default, string of all Criteo advertisers (for using in other functions).
1 2 3 4 5 6 7 8 | # Base variant
criteo_advertisers()
# If you want use token from environment
criteo_advertisers(tok = token)
# If you want to get data frame
criteo_advertisers(to_query_output = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.