CampaignCustomizer

  • Represents a customizer value at the Campaign level for a linked CustomizerAttribute.

  • Fields include resource_name, campaign, customizer_attribute, status, and value.

  • The resource name uniquely identifies the campaign customizer using customer, campaign, and customizer attribute IDs.

  • The status field indicates the current status of the campaign customizer.

  • The value field holds the actual value associated with the customizer attribute, which must match the attribute's type.

A customizer value for the associated CustomizerAttribute at the Campaign level.

Fields

resource_name

string

Immutable. The resource name of the campaign customizer. Campaign customizer resource names have the form:

customers/{customer_id}/campaignCustomizers/{campaign_id}~{customizer_attribute_id}

campaign

string

Immutable. The campaign to which the customizer attribute is linked.

customizer_attribute

string

Required. Immutable. The customizer attribute which is linked to the campaign.

status

CustomizerValueStatus

Output only. The status of the campaign customizer.

value

CustomizerValue

Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.