Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 656 Bytes

File metadata and controls

26 lines (20 loc) · 656 Bytes

Zernio::CtwaMultiResponse

Properties

Name Type Description Notes
ad_type String
ads Array<Object> The persisted Ad documents (one per creative), all sharing the same `platformCampaignId` and `platformAdSetId`.
platform_campaign_id String
platform_ad_set_id String
message String

Example

require 'zernio-sdk'

instance = Zernio::CtwaMultiResponse.new(
  ad_type: null,
  ads: null,
  platform_campaign_id: null,
  platform_ad_set_id: null,
  message: null
)