fbad_create_ad {fbRads} | R Documentation |
Create ad
Description
Create ad
Usage
fbad_create_ad(
fbacc,
name,
adset_id,
creative_id,
status = c("ACTIVE", "PAUSED"),
...
)
Arguments
fbacc |
(optional) |
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 |
Value
ad id
References
https://developers.facebook.com/docs/marketing-api/reference/adgroup#Creating
[Package fbRads version 17.0.0 Index]