fbad_create_adset: Create Ad Set

Description Usage Arguments Value References

View source: R/fb_adset.R

Description

Create Ad Set

Usage

1
2
3
4
5
6
7
8
9
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"), is_autobid = FALSE, bid_amount, promoted_object,
  campaign_id, status = c("ACTIVE", "PAUSED", "ARCHIVED", "DELETED"),
  daily_budget, lifetime_budget, end_time, start_time, targeting, ...)

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

is_autobid

logical. If TRUE, autobid is set and you do not need to specify bid_amount

bid_amount

integer

promoted_object

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

campaign_id

parent Ad Campaign id

status

Ad Set status

daily_budget

using account currency

lifetime_budget

using account currency

end_time

UTC UNIX timestamp

start_time

UTC UNIX timestamp

targeting

list

...

further arguments passed to the API endpoint

Value

Ad Set id

References

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


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