fbad_list_audience {fbRads} | R Documentation |
List all Custom Audiences for Ad account
Description
List all Custom Audiences for Ad account
Usage
fbad_list_audience(fbacc, id, statuses, fields = "id", simplify = TRUE)
Arguments
fbacc |
(optional) |
id |
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). |
statuses |
character vector of statuses to use as a filter. Defaults to none. Please refer to the Facebook documentation for a list of possible values. |
fields |
character vector of fields to get from the API, defaults to |
simplify |
boolean whether response is simplified to data.frame or else returned as raw list |
References
https://developers.facebook.com/docs/marketing-api/reference/ad-account/customaudiences/#Reading
[Package fbRads version 17.0.0 Index]