Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.37 KB

File metadata and controls

51 lines (31 loc) · 1.37 KB

DuplicateAdCampaignRequest

Properties

Name Type Description Notes
platform PlatformEnum
deepCopy Boolean Copy child ad sets + ads + creatives + targeting [optional]
statusOption StatusOptionEnum [optional]
startTime OffsetDateTime Reschedule the copied hierarchy's start time [optional]
endTime OffsetDateTime [optional]
renameStrategy RenameStrategyEnum [optional]
renamePrefix String [optional]
renameSuffix String [optional]
syncAfter Boolean Trigger ads discovery on the owning account after the copy succeeds [optional]

Enum: PlatformEnum

Name Value
FACEBOOK "facebook"
INSTAGRAM "instagram"
TIKTOK "tiktok"

Enum: StatusOptionEnum

Name Value
ACTIVE "ACTIVE"
PAUSED "PAUSED"
INHERITED_FROM_SOURCE "INHERITED_FROM_SOURCE"

Enum: RenameStrategyEnum

Name Value
DEEP_RENAME "DEEP_RENAME"
ONLY_TOP_LEVEL_RENAME "ONLY_TOP_LEVEL_RENAME"
NO_RENAME "NO_RENAME"