CampaignBidModifierOperation
A single operation (create, remove, update) on a campaign bid modifier.
Fields |
update_mask
|
FieldMask
FieldMask that determines which resource fields are modified in an update.
|
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
CampaignBidModifier
Create operation: No resource name is expected for the new campaign bid modifier.
|
update
|
CampaignBidModifier
Update operation: The campaign bid modifier is expected to have a valid resource name.
|
remove
|
string
Remove operation: A resource name for the removed campaign bid modifier is expected, in this format: customers/{customer_id}/CampaignBidModifiers/{campaign_id}~{criterion_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 operation allows for the creation, updating, or removal of a single campaign bid modifier."],["When updating, a FieldMask is used to specify which fields of the CampaignBidModifier should be modified."],["Creating a new modifier doesn't require a resource name, while updating and removing do."],["Removing a modifier requires a specific resource name format including customer ID, campaign ID, and criterion ID."]]],[]]