AdGroupCustomizerOperation
A single operation (create, remove) on a customizer attribute.
Fields |
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
AdGroupCustomizer
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}
|
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 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This page describes a single operation (either create or remove) on a customizer attribute for ad groups."],["The `operation` field determines whether to create or remove an ad group customizer."],["Creating an ad group customizer does not require a resource name, while removing one does."],["Resource names for removal operations must follow the format: `customers/{customer_id}/adGroupCustomizers/{ad_group_id}~{customizer_attribute_id}`."]]],[]]