CustomizerValue

  • A customizer value is referenced in customizer linkage entities such as CustomerCustomizer and CampaignCustomizer.

  • The type field, which is required, defines the data type for the customizer value and must match the attribute type.

  • The string_value field, also required, is the value inserted into creative text and is stored as a string for unambiguous formatting, regardless of the type.

A customizer value that is referenced in customizer linkage entities like CustomerCustomizer, CampaignCustomizer, etc.

Fields

type

CustomizerAttributeType

Required. The data type for the customizer value. It must match the attribute type. The string_value content must match the constraints associated with the type.

string_value

string

Required. Value to insert in creative text. Customizer values of all types are stored as string to make formatting unambiguous.