AdGroupBidModifierOperation

  • This document describes operations on an ad group bid modifier, including create, remove, and update.

  • An update operation uses aupdate_mask to determine which fields are modified.

  • Theoperation field can be one of three types:create,update, orremove.

  • Create operations do not require a resource name, while update and remove operations do.

  • Remove operations expect a resource name in a specificcustomers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id} format.

A single operation (create, remove, update) on an ad group bid modifier.

Proto definition

Fields

operation

Union field. The mutate operation.

operation can be only one of the following:

create

AdGroupBidModifier

Create operation: No resource name is expected for the new ad group bid modifier.

remove

string

Remove operation: A resource name for the removed ad group bid modifier is expected, in this format:

customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}

update

AdGroupBidModifier

Update operation: The ad group bid modifier is expected to have a valid resource name.

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.