Skip to main content

AdVariantDto

Public v1 representation of an ad-copy variant within a campaign.

idstring

Unique identifier of the ad-copy variant.

Example: 2Bx6Rk9LtN5mZq8Wv4G
namestring

Human-readable name of the variant.

Example: Holiday promo
ad_copystring

The ad copy text for this variant.

Example: This episode is brought to you by Acme...
AdVariantDto
{
"id": "2Bx6Rk9LtN5mZq8Wv4G",
"name": "Holiday promo",
"ad_copy": "This episode is brought to you by Acme..."
}