fbad_remove_audience {fbRads} | R Documentation |
Add people from a custom FB audience
Description
Add people from a custom FB audience
Usage
fbad_remove_audience(fbacc, audience_id, schema = c("EMAIL", "PHONE"), hashes)
Arguments
fbacc |
(optional) |
audience_id |
string |
schema |
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 |
hashes |
character vector of e-mail addresses or phone numbers to be transformed to hashes |
References
https://developers.facebook.com/docs/marketing-api/reference/custom-audience/users/#Deleting
[Package fbRads version 17.0.0 Index]