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

View source: R/fb_audience.R

fbad_create_lookalike_audienceR 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) 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


cardcorp/fbRads documentation built on March 27, 2024, 12:43 a.m.