Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
MutateCampaignBidModifierResult
The result for the criterion mutate.
JSON representation |
{
"resourceName": string,
"campaignBidModifier": {
object (CampaignBidModifier )
}
} |
Fields |
resourceName |
string
Returned for successful operations.
|
campaignBidModifier |
object (CampaignBidModifier )
The mutated campaign bid modifier with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
|
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-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["The JSON representation showcases the structure for mutating a campaign bid modifier, including the resource name and the modifier object."],["Successful operations return the `resourceName` as a string."],["The `campaignBidModifier` field provides an object representing the modified campaign bid modifier, but only includes mutable fields and is returned when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],[]]