fbad_create_audience {fbRads} | R Documentation |
Create a new FB custom audience
Description
Create a new FB custom audience
Usage
fbad_create_audience(
fbacc,
name,
description,
subtype = c("CUSTOM", "WEBSITE", "APP", "OFFLINE_CONVERSION", "CLAIM", "PARTNER",
"MANAGED", "VIDEO", "LOOKALIKE", "ENGAGEMENT", "DATA_SET", "BAG_OF_ACCOUNTS"),
...
)
Arguments
fbacc |
(optional) |
name |
string |
description |
optional string |
subtype |
audience type |
... |
any further parameters (fields) passed to the API |
Value
custom audience ID
References
https://developers.facebook.com/docs/marketing-api/reference/custom-audience#Creating
[Package fbRads version 17.0.0 Index]