Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomizerAttribute
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Customizer attributes allow you to associate and set custom values at the customer, campaign, ad group, or ad group criterion level using specific customizer resources."],["Each customizer attribute has a unique resource name, ID, name, type, and status, with the name being a required and immutable field with character limits."],["The `type` field specifies the kind of data the attribute holds while `status` indicates whether the attribute is enabled or removed."]]],["Customizer attributes are associated using CustomerCustomizer, CampaignCustomizer, AdGroupCustomizer, or AdGroupCriterionCustomizer. Key fields include `resource_name`, `id`, `name`, `type`, and `status`. `resource_name` is immutable and follows a specific format. `name` is required, unique, and has a length limit (1-40 characters). `type` and `status` specify the attribute's nature and condition, respectively. `id` is the output-only identifier.\n"]]