fbRads (version 0.2)

fbad_create_adset: Create Ad Set

Description

Create Ad Set

Usage

fbad_create_adset(fbacc, name, optimization_goal = c("NONE", "APP_INSTALLS",
  "CLICKS", "ENGAGED_USERS", "EXTERNAL", "EVENT_RESPONSES", "IMPRESSIONS",
  "LINK_CLICKS", "OFFER_CLAIMS", "OFFSITE_CONVERSIONS", "PAGE_ENGAGEMENT",
  "PAGE_LIKES", "POST_ENGAGEMENT", "REACH", "SOCIAL_IMPRESSIONS",
  "VIDEO_VIEWS"), billing_event = c("APP_INSTALLS", "CLICKS", "IMPRESSIONS",
  "LINK_CLICKS", "OFFER_CLAIMS", "PAGE_LIKES", "POST_ENGAGEMENT",
  "VIDEO_VIEWS"), bid_amount, promoted_object, campaign_id,
  status = c("ACTIVE", "PAUSED", "ARCHIVED", "DELETED"), daily_budget,
  lifetime_budget, end_time, start_time, targeting, campaign_group_id,
  campaign_status = c("ACTIVE", "PAUSED", "ARCHIVED", "DELETED"), ...)

Value

Ad Set id

Arguments

fbacc

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

name

name of the Ad Set

optimization_goal

optimization goal

billing_event

the billing event

bid_amount

integer

promoted_object

see at https://developers.facebook.com/docs/marketing-api/reference/ad-campaign/promoted-object/v2.4

campaign_id

parent Ad Campaign id (v2.5)

status

Ad Set status (v2.5)

daily_budget

using account currency

lifetime_budget

using account currency

end_time

UTC UNIX timestamp

start_time

UTC UNIX timestamp

targeting

list

campaign_group_id

parent Ad Campaign id (v2.4)

campaign_status

Ad Set status (v2.4)

...

further arguments passed to the API endpoint

References

https://developers.facebook.com/docs/marketing-api/reference/ad-campaign#Creating