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.

AdGroupCustomizer

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

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

string

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

customers/{customerId}/adGroupCustomizers/{adGroupId}~{customizer_attribute_id}

adGroup

string

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

customizerAttribute

string

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

status

enum (CustomizerValueStatus)

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