fb_creatives | R Documentation |
For more information: Marketing API
fb_creatives(token, which, api_version = NULL, process = TRUE, ...)
token |
Character. Valid access token with sufficient privileges. Visit the Facebook API Graph Explorer to acquire one. |
which |
Character vector. This is the accounts, campaigns, adsets,
or ads IDs to be queried. Remember: if |
api_version |
Character. Facebook API version. |
process |
Boolean. Process GET results to a more friendly format? |
... |
Additional parameters. |
data.frame with un-nested processed results if process=TRUE
or
raw API results as list when process=FALSE
.
Other API:
bring_api()
,
fb_accounts()
,
fb_ads()
,
fb_insights()
,
fb_process()
,
fb_report_check()
,
fb_rf()
,
fb_token()
,
gemini_ask()
,
gpt_ask()
,
li_auth()
,
li_profile()
,
queryGA()
,
slackSend()
Other Meta:
fb_accounts()
,
fb_ads()
,
fb_insights()
,
fb_process()
,
fb_report_check()
,
fb_rf()
,
fb_token()
## Not run:
token <- YOURTOKEN
account <- act_ADACCOUNT
# Query all creatives for "which" (account in this case)
creatives <- fb_creatives(token, account)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.