AdGroupCriterionCustomizerOperation
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
|
AdGroupCriterionCustomizer
Create operation: No resource name is expected for the new ad group criterion customizer.
|
remove
|
string
Remove operation: A resource name for the removed ad group criterion customizer is expected, in this format: customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_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 (create or remove) on a customizer attribute."],["The `operation` field defines the action, either `create` to add a new ad group criterion customizer or `remove` to delete an existing one."],["For `create`, no resource name is needed; for `remove`, provide the full resource name of the ad group criterion customizer to be deleted."]]],[]]