fbad_create_ad function

Create ad

Create ad

fbad_create_ad( fbacc, name, adset_id, creative_id, status = c("ACTIVE", "PAUSED"), ... )

Arguments

  • fbacc: (optional) FB_Ad_account object, which defaults to the last returned object of fbad_init.
  • name: Ad group name
  • adset_id: Ad Set id
  • creative_id: creative ID
  • status: initial status of the Ad group
  • ...: further parameters passed to the Facebook API

Returns

ad id

References

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