Resource: CampaignBidModifier
Represents a bid-modifiable only criterion at the campaign level.
JSON representation | |
---|---|
{
"resourceName": string,
"campaign": string,
"criterionId": string,
"bidModifier": number,
"interactionType": {
object ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the campaign bid modifier. Campaign bid modifier resource names have the form:
|
campaign |
Output only. The campaign to which this criterion belongs. |
criterionId |
Output only. The ID of the criterion to bid modify. This field is ignored for mutates. |
bidModifier |
The modifier for the bid when the criterion matches. |
interactionType |
Immutable. Criterion for interaction type. Only supported for search campaigns. |
InteractionTypeInfo
Criterion for Interaction Type.
JSON representation | |
---|---|
{
"type": enum ( |
Fields | |
---|---|
type |
The interaction type. |
InteractionType
Enum describing possible interaction types.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
CALLS |
Calls. |
Methods |
|
---|---|
|
Returns the requested campaign bid modifier in full detail. |
|
Creates, updates, or removes campaign bid modifiers. |