fbad_create_lookalike_audience: Create a new FB lookalike audience similar to an already...

Description Usage Arguments Value References

View source: R/fb_audience.R

Description

Create a new FB lookalike audience similar to an already existing custom audience

Usage

1
2
fbad_create_lookalike_audience(fbacc, name, origin_audience_id, ratio = 0.01,
  country = "US")

Arguments

fbacc

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

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 ratio percent of original audience in the selected country

country

Country name - the country to find the lookalike people.

Value

lookalike audience ID

References

https://developers.facebook.com/docs/marketing-api/lookalike-audience-targeting#create


daroczig/fbRads-transition documentation built on May 20, 2019, 4:08 p.m.