customer_customizer

  • Customer customizers represent customizer values linked to a CustomizerAttribute at the Customer level.

  • Fields from customer and customizer_attribute can be selected along with customer_customizer, but they will not segment metrics.

  • The customer_customizer.customizer_attribute field is a required and immutable resource name linking to the customizer attribute.

  • The customer_customizer.resource_name field is the immutable resource name for the customer customizer.

  • The customer_customizer.status field is an output-only field indicating the status of the customer customizer attribute.

  • The customer_customizer.value.string_value field stores the value to be inserted into creative text as a string.

  • The customer_customizer.value.type field specifies the required data type for the customizer value, which must match the attribute type.

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

Attributed resources
customer
customizer_attribute

Fields from the above resources may be selected along with this resource in your SELECT and WHERE clauses. These fields will not segment metrics in your SELECT clause.

customer_customizer.customizer_attribute

Field descriptionRequired. Immutable. The customizer attribute which is linked to the customer.
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

customer_customizer.resource_name

Field descriptionImmutable. The resource name of the customer customizer. Customer customizer resource names have the form: customers/{customer_id}/customerCustomizers/{customizer_attribute_id}
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

customer_customizer.status

Field descriptionOutput only. The status of the customer customizer attribute.
CategoryATTRIBUTE
Data Type
Type URLgoogle.ads.googleads.v22.enums.CustomizerValueStatusEnum.CustomizerValueStatus
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

customer_customizer.value.string_value

Field descriptionRequired. Value to insert in creative text. Customizer values of all types are stored as string to make formatting unambiguous.
CategoryATTRIBUTE
Data TypeSTRING
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

customer_customizer.value.type

Field descriptionRequired. 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.
CategoryATTRIBUTE
Data Type
Type URLgoogle.ads.googleads.v22.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse