Create a new FB custom audience
fbad_create_audience( fbacc, name, description, subtype = c("CUSTOM", "WEBSITE", "APP", "OFFLINE_CONVERSION", "CLAIM", "PARTNER", "MANAGED", "VIDEO", "LOOKALIKE", "ENGAGEMENT", "DATA_SET", "BAG_OF_ACCOUNTS"), ... )
fbacc
: (optional) FB_Ad_account
object, which defaults to the last returned object of fbad_init
.name
: stringdescription
: optional stringsubtype
: audience type...
: any further parameters (fields) passed to the APIcustom audience ID
https://developers.facebook.com/docs/marketing-api/reference/custom-audience#Creating