Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

CustomizerValue

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

JSON representation
{
  "type": enum (CustomizerAttributeType),
  "stringValue": string
}
Fields
type

enum (CustomizerAttributeType)

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

stringValue

string

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