AdVariantInput
One ad-copy variant supplied on a campaign create/update. id is optional on create (the server generates one when omitted); name and ad_copy carry the variant content.
idstringnullable
Identifier of the variant. Optional on create; the server generates one when omitted.
Example:
2Bx6Rk9LtN5mZq8Wv4Gnamestringnullable
Human-readable name of the variant.
Example:
Holiday promoad_copystringnullable
The ad copy text for this variant.
Example:
This episode is brought to you by Acme...AdVariantInput
{
"id": "2Bx6Rk9LtN5mZq8Wv4G",
"name": "Holiday promo",
"ad_copy": "This episode is brought to you by Acme..."
}