fbad_create_lookalike_audience {fbRads} | R Documentation |
Create a new FB lookalike audience similar to an already existing custom audience
Description
Create a new FB lookalike audience similar to an already existing custom audience
Usage
fbad_create_lookalike_audience(
fbacc,
name,
origin_audience_id,
ratio = 0.01,
country = "US"
)
Arguments
fbacc |
(optional) |
name |
string |
origin_audience_id |
numeric ID of origin custom audience |
ratio |
Between 0.01-0.20 and increments of 0.01. Indicates the top |
country |
Country name - the country to find the lookalike people. |
Value
lookalike audience ID
References
https://developers.facebook.com/docs/marketing-api/audiences/guides/lookalike-audiences#create
[Package fbRads version 17.0.0 Index]