CampaignBidModifier Stay organized with collections Save and categorize content based on your preferences.
outlined_flag Campaign bid modifiers allow for bid adjustments at the campaign level for specific criteria.
Key fields include resource_name, campaign, criterion_id, and bid_modifier.
The criterion field is a union field that can specify the type of criterion being modified, such as interaction_type.
The resource name uniquely identifies the campaign bid modifier using the customer ID, campaign ID, and criterion ID.
The bid_modifier field is a double representing the factor by which the bid is adjusted when the criterion matches.
Represents a bid-modifiable only criterion at the campaign level.
code Proto definition
Fields bid_modifier double
The modifier for the bid when the criterion matches.
campaign string
Output only. The campaign to which this criterion belongs.
interaction_type InteractionTypeInfo
Immutable. Criterion for interaction type. Only supported for search campaigns.
criterion_id int64
Output only. The ID of the criterion to bid modify.
This field is ignored for mutates.
resource_name string
Immutable. The resource name of the campaign bid modifier. Campaign bid modifier resource names have the form:
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 2025-12-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-12 UTC."],[],[]]