List all Custom Audiences for Ad account
fbad_list_audience(fbacc, id, statuses, fields = "id", simplify = TRUE)
(optional) FB_Ad_account
object, which defaults to the last returned object of fbad_init
.
will do the look-up for all Ads based on this ID. Defaults to current FB account. Can be a (vector of) Ad Set or Campaign id(s).
character vector of statuses to use as a filter. Defaults to none. Please refer to the Facebook documentation for a list of possible values.
character vector of fields to get from the API, defaults to id
. Please refer to the Facebook documentation for a list of possible values.
boolean whether response is simplified to data.frame or else returned as raw list
https://developers.facebook.com/docs/marketing-api/reference/ad-account/customaudiences/#Reading