campaign_customizer

  • Campaign Customizers are customizer values at the Campaign level associated with a CustomizerAttribute.

  • Fields from campaign, customer, and customizer_attribute resources can be selected along with campaign customizer fields in SELECT and WHERE clauses.

  • These attributed resource fields will not segment metrics in the SELECT clause.

  • Key fields include campaign, customizer_attribute, resource_name, status, and value.

  • The value field has a string_value and a type, both of which are required and must match the associated attribute type.

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

Attributed resources
campaign
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.

campaign_customizer.campaign

Field description

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

CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

campaign_customizer.customizer_attribute

Field description

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

CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

campaign_customizer.resource_name

Field description

Immutable. The resource name of the campaign customizer. Campaign customizer resource names have the form: customers/{customer_id}/campaignCustomizers/{campaign_id}~{customizer_attribute_id}

CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

campaign_customizer.status

Field description

Output only. The status of the campaign customizer.

CategoryATTRIBUTE
Data Type
Type URLgoogle.ads.googleads.v22.enums.CustomizerValueStatusEnum.CustomizerValueStatus
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

campaign_customizer.value.string_value

Field description

Required. 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

campaign_customizer.value.type

Field description

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.

CategoryATTRIBUTE
Data Type
Type URLgoogle.ads.googleads.v22.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse