fbad_add_audience: Add people to a custom FB audience

View source: R/fb_audience.R

fbad_add_audienceR Documentation

Add people to a custom FB audience

Description

Add people to a custom FB audience

Usage

fbad_add_audience(fbacc, audience_id, schema = c("EMAIL", "PHONE"), hashes)

Arguments

fbacc

(optional) FB_Ad_account object, which defaults to the last returned object of fbad_init.

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/#Creating


fbRads documentation built on Aug. 21, 2023, 1:06 a.m.