View source: R/fbGetAdAccountCustomAudiences.R
| fbGetAdAccountCustomAudiences | R Documentation | 
Get The custom audiences associated with the ad account.
fbGetAdAccountCustomAudiences(
    business_ids = getOption("rfacebookstat.business_id"),
    accounts_id  = getOption("rfacebookstat.accounts_id"),
    pixel_id     = NULL,
    filtering    = NULL,
    api_version  = getOption("rfacebookstat.api_version"),
    username     = getOption("rfacebookstat.username"),
    token_path   = fbTokenPath(),
    access_token = getOption("rfacebookstat.access_token")
)
| business_ids | Your business manager or project ID. | 
| accounts_id | Your account ID, for example 'act_11111111111111111'. | 
| pixel_id | This param fetches audiences associated to specific pixel. | 
| filtering | Filters on the report data. This parameter is an array of filter objects. | 
| api_version | Current Facebook API version. | 
| username | your username on Facebook | 
| token_path | path to dir with credentials | 
| access_token | Your facebook API token. | 
data.frame with custom audiences data
Alexey Seleznev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.