Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.05 KB

File metadata and controls

34 lines (28 loc) · 1.05 KB

Zernio::DuplicateAdCampaignRequest

Properties

Name Type Description Notes
platform String
deep_copy Boolean Copy child ad sets + ads + creatives + targeting [optional][default to true]
status_option String [optional][default to 'PAUSED']
start_time Time Reschedule the copied hierarchy's start time [optional]
end_time Time [optional]
rename_strategy String [optional]
rename_prefix String [optional]
rename_suffix String [optional]
sync_after Boolean Trigger ads discovery on the owning account after the copy succeeds [optional][default to true]

Example

require 'zernio-sdk'

instance = Zernio::DuplicateAdCampaignRequest.new(
  platform: null,
  deep_copy: null,
  status_option: null,
  start_time: null,
  end_time: null,
  rename_strategy: null,
  rename_prefix: null,
  rename_suffix: null,
  sync_after: null
)