Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCampaignBidModifiersRequest
Fields |
customer_id
|
string
Required. ID of the customer whose campaign bid modifiers are being modified.
|
operations[]
|
CampaignBidModifierOperation
Required. The list of operations to perform on individual campaign bid modifiers.
|
partial_failure
|
bool
If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.
|
validate_only
|
bool
If true, the request is validated but not executed. Only errors are returned, not results.
|
response_content_type
|
ResponseContentType
The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.
|
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 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This page outlines the structure and fields of a request to modify campaign bid modifiers using the Google Ads API."],["The request requires the customer ID, details of the desired modifications, and optional settings for error handling and response format."],["`operations` field specifies how to modify individual campaign bid modifiers within the request."],["`partial_failure`, `validate_only`, and `response_content_type` provide control over request execution and the response returned."]]],["The `CampaignBidModifierService.MutateCampaignBidModifiers` request modifies campaign bid modifiers for a specified customer. It requires the customer's ID and a list of operations. You can set `partial_failure` to control error handling: successful operations proceed even if some fail. `validate_only` allows validation without execution. The `response_content_type` dictates whether the mutable resource or just the resource name is returned.\n"]]