powered by
This returns all available FB insights per day including any given breakdown to the specified report level, and place into a data frame. For more information on Ad Insights' API, go to the original documentaion.
fb_report_check( token, report_run_id, api_version = NULL, live = FALSE, sleep = 10, quiet = FALSE )
List with API status results.
Character. Valid access token with sufficient privileges. Visit the Facebook API Graph Explorer to acquire one.
Integer. Report ID to check status.
Character. Facebook API version.
Boolean. Run until status report is finished?
Boolean. If live=TRUE, then how many seconds should we wait until next check?
live=TRUE
Boolean. Quiet messages?
Other API: bring_api(), fb_accounts(), fb_ads(), fb_creatives(), fb_insights(), fb_process(), fb_rf(), fb_token(), gemini_ask(), gpt_ask(), li_auth(), li_profile(), queryGA(), slackSend()
bring_api()
fb_accounts()
fb_ads()
fb_creatives()
fb_insights()
fb_process()
fb_rf()
fb_token()
gemini_ask()
gpt_ask()
li_auth()
li_profile()
queryGA()
slackSend()
Other Meta: fb_accounts(), fb_ads(), fb_creatives(), fb_insights(), fb_process(), fb_rf(), fb_token()
if (FALSE) { token <- "YOURTOKEN" report_run_id <- "123456789" fb_report_check(token, report_run_id, live = TRUE, quiet = FALSE) }
Run the code above in your browser using DataLab