Join us live on Discord on the Google Advertising and Measurement Community server and on YouTube on March 26th at 11:00 AM EST! We will discuss the new features added in v23.2 of the Google Ads API.
AdGroupCustomizerOperation
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The content describes a single operation on a customizer attribute, which can either be a create or remove operation.
The operation field is a union field indicating the type of mutate operation being performed.
A create operation is for a new AdGroupCustomizer and does not require a resource name.
A remove operation requires the resource name of the ad group customizer to be removed, in a specific format including the customer ID, ad group ID, and customizer attribute ID.
A single operation (create, remove) on a customizer attribute.
Create operation: No resource name is expected for the new ad group customizer
remove
string
Remove operation: A resource name for the removed ad group customizer is expected, in this format: customers/{customer_id}/adGroupCustomizers/{ad_group_id}~{customizer_attribute_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-23 UTC."],[],[]]