Create a copy of an ad.
fbad_copy_ad(
fbacc,
ad_id,
adset_id = NULL,
status_option = NULL,
rename_strategy = NULL,
rename_prefix = NULL,
rename_suffix = NULL,
...
)
(optional) FB_Ad_account
object, which defaults to the last returned object of fbad_init
.
(numeric string or integer) id of the ad that you want to copy
(numeric string or integer) id adset you want to create a copy of the ad into
(string) enum ACTIVE, PAUSED, INHERITED_FROM_SOURCE
(string) enum DEEP_RENAME, ONLY_TOP_LEVEL_RENAME, NO_RENAME
(string) a prefix to copy names. Defaults to null if not provided
(string) a suffix to copy names. Defaults to null if not provided
further arguments passed to the API endpoint
https://developers.facebook.com/docs/marketing-api/reference/adgroup/copies#Creating