Add people to a custom FB audience
fbad_add_audience(fbacc, audience_id, schema = c("EMAIL", "PHONE"), hashes)
(optional) FB_Ad_account
object, which defaults to the last returned object of fbad_init
.
string
only two schema are supported out of the four: you can add/remove persons to/from a custom audience by e-mail addresses or phone numbers
character vector of e-mail addresses or phone numbers to be transformed to hashes
https://developers.facebook.com/docs/marketing-api/reference/custom-audience/users/#Creating