Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 807 Bytes

File metadata and controls

26 lines (14 loc) · 807 Bytes

CtwaMultiResponse

Response returned by POST /v1/ads/ctwa when the request used the multi-creative shape (creatives[]). N persisted Ad documents share the returned platformCampaignId and platformAdSetId. adType is the union discriminator.

Properties

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

Enum: AdTypeEnum

Name Value
MULTI "multi"