AdGroupCriterionCustomizer

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

JSON representation
{
  "resourceName": string,
  "customizerAttribute": string,
  "status": enum (CustomizerValueStatus),
  "value": {
    object (CustomizerValue)
  },
  "adGroupCriterion": string
}
Fields
resourceName

string

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

customers/{customerId}/adGroupCriterionCustomizers/{adGroupId}~{criterionId}~{customizer_attribute_id}

customizerAttribute

string

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

status

enum (CustomizerValueStatus)

Output only. The status of the ad group criterion customizer.

value

object (CustomizerValue)

Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.

adGroupCriterion

string

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