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, ... )
fbacc
: (optional) FB_Ad_account
object, which defaults to the last returned object of fbad_init
.ad_id
: (numeric string or integer) id of the ad that you want to copyadset_id
: (numeric string or integer) id adset you want to create a copy of the ad intostatus_option
: (string) enum ACTIVE, PAUSED, INHERITED_FROM_SOURCErename_strategy
: (string) enum DEEP_RENAME, ONLY_TOP_LEVEL_RENAME, NO_RENAMErename_prefix
: (string) a prefix to copy names. Defaults to null if not providedrename_suffix
: (string) a suffix to copy names. Defaults to null if not provided...
: further arguments passed to the API endpointhttps://developers.facebook.com/docs/marketing-api/reference/adgroup/copies#Creating