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")
)
data.frame with custom audiences data
Your business manager or project ID.
Your account ID, for example 'act_11111111111111111'.
This param fetches audiences associated to specific pixel.
Filters on the report data. This parameter is an array of filter objects.
Current Facebook API version.
your username on Facebook
path to dir with credentials
Your facebook API token.
Alexey Seleznev