fbGetAdAccountCustomAudiences {rfacebookstat} | R Documentation |
The Custom Audiences Associated With the Ad Account.
Description
Get The custom audiences associated with the ad account.
Usage
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")
)
Arguments
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. |
Value
data.frame with custom audiences data
Author(s)
Alexey Seleznev
See Also
Ad Account Customaudiences API Documentation
[Package rfacebookstat version 2.11.0 Index]