CampaignBidModifier
Stay organized with collections
Save and categorize content based on your preferences.
Represents a bid-modifiable only criterion at the campaign level.
Fields |
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}
|
campaign
|
string
Output only. The campaign to which this criterion belongs.
|
criterion_id
|
int64
Output only. The ID of the criterion to bid modify. This field is ignored for mutates.
|
bid_modifier
|
double
The modifier for the bid when the criterion matches.
|
criterion
Union field criterion . The criterion of this campaign bid modifier. criterion . The criterion of this campaign bid modifier.Required in create operations starting in V5. criterion can be only one of the following: criterion can be only one of the following: |
interaction_type
|
InteractionTypeInfo
Immutable. Criterion for interaction type. Only supported for search campaigns.
|
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-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# CampaignBidModifier\n\nRepresents a bid-modifiable only criterion at the campaign level.\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `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}` |\n| ### `campaign` | `string` Output only. The campaign to which this criterion belongs. |\n| ### `criterion_id` | `int64` Output only. The ID of the criterion to bid modify. This field is ignored for mutates. |\n| ### `bid_modifier` | `double` The modifier for the bid when the criterion matches. |\n| ### `criterion` Union field `criterion`. The criterion of this campaign bid modifier. `criterion`. The criterion of this campaign bid modifier. Required in create operations starting in V5. `criterion` can be only one of the following: `criterion` can be only one of the following: ||\n| ### `interaction_type` | [InteractionTypeInfo](/google-ads/api/reference/rpc/v21/InteractionTypeInfo) Immutable. Criterion for interaction type. Only supported for search campaigns. |"]]