AdGroupCriterionCustomizer

  • An Ad Group Criterion Customizer provides a customizer value for a linked CustomizerAttribute at the AdGroupCriterion level.

  • Key fields include the resource name, the linked customizer attribute, the status of the customizer, the associated value, and the ad group criterion it is linked to.

  • The resource_name is immutable and follows a specific format including customer, ad group, criterion, and customizer attribute IDs.

  • The customizer_attribute, value, and ad_group_criterion fields are all immutable and required for linking the customizer attribute to a keyword criterion.

  • The status field is output only and indicates the current state of the ad group criterion customizer.

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

Fields

resource_name

string

Immutable. The resource name of the ad group criterion customizer. Ad group criterion customizer resource names have the form:

customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}

customizer_attribute

string

Required. Immutable. The customizer attribute which is linked to the ad group criterion.

status

CustomizerValueStatus

Output only. The status of the ad group criterion 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.

ad_group_criterion

string

Immutable. The ad group criterion to which the customizer attribute is linked. It must be a keyword criterion.