View source: R/fbGetAdAccounts.R
fbGetAdAccounts | R Documentation |
fbGetAdAccounts get data frame with avable in your bussines manager ad account list in R.
fbGetAdAccounts(source_id = getOption("rfacebookstat.business_id"),
api_version = getOption("rfacebookstat.api_version"),
username = getOption("rfacebookstat.username"),
token_path = fbTokenPath(),
access_token = getOption("rfacebookstat.access_token"))
source_id |
Your business manager or project ID. |
access_token |
Your facebook API token. |
username |
your username on Facebook |
token_path |
path to dir with credentials |
api_version |
Current Facebook API version. |
Data frame with ad account list.
Alexey Seleznev
## Not run:
fbAccounts <- fbGetAdAccounts(source_id = "xxxxxxxxxxxxx",
api_version = "v2.10",
access_token = "xxxxxxxx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.