CustomizerAttribute

  • Customizer attributes can be associated at customer, campaign, ad group, or ad group criterion levels using specific customizer types.

  • Each customizer attribute has a resource name, ID, required name, type, and output-only status.

  • The customizer attribute name is immutable, required, must be between 1 and 40 characters, and unique among enabled attributes (case insensitive).

  • The resource name follows a specific format including the customer and customizer attribute IDs.

A customizer attribute. Use CustomerCustomizer, CampaignCustomizer, AdGroupCustomizer, or AdGroupCriterionCustomizer to associate a customizer attribute and set its value at the customer, campaign, ad group, or ad group criterion level, respectively.

Fields

resource_name

string

Immutable. The resource name of the customizer attribute. Customizer Attribute resource names have the form:

customers/{customer_id}/customizerAttributes/{customizer_attribute_id}

id

int64

Output only. The ID of the customizer attribute.

name

string

Required. Immutable. Name of the customizer attribute. Required. It must have a minimum length of 1 and maximum length of 40. Name of an enabled customizer attribute must be unique (case insensitive).

type

CustomizerAttributeType

Immutable. The type of the customizer attribute.

status

CustomizerAttributeStatus

Output only. The status of the customizer attribute.