fbRads (version 0.2)

fbad_create_campaign: Created Ad Campaign

Description

Created Ad Campaign

Usage

fbad_create_campaign(fbacc, buying_type = c("AUCTION", "FIXED_CPM",
  "RESERVED"), campaign_group_status = c("ACTIVE", "PAUSED"),
  campaign_status = c("ACTIVE", "PAUSED"), execution_options = NULL, name,
  objective, spend_cap = NULL)

Value

Ad Campaign id

Arguments

fbacc

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

buying_type

Facebook optimization algorithm to delivery, pricing, and limits

campaign_group_status

initial status of the Ad Campaign (v2.4)

campaign_status

initial status of the Ad Campaign (v2.5)

execution_options

special execution settings passed to the API

name

Ad Campaign name

objective

the campaign's objective

spend_cap

spend cap of the campaign

References

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