CampaignBidModifier

Represents a bid-modifiable only criterion at the campaign level.

JSON representation
{
  "resourceName": string,
  "campaign": string,
  "criterionId": string,
  "bidModifier": number,

  // Union field criterion can be only one of the following:
  "interactionType": {
    object (InteractionTypeInfo)
  }
  // End of list of possible types for union field criterion.
}
Fields
resourceName

string

Immutable. The resource name of the campaign bid modifier. Campaign bid modifier resource names have the form:

customers/{customerId}/campaignBidModifiers/{campaignId}~{criterionId}

campaign

string

Output only. The campaign to which this criterion belongs.

criterionId

string (int64 format)

Output only. The ID of the criterion to bid modify.

This field is ignored for mutates.

bidModifier

number

The modifier for the bid when the criterion matches.

Union field criterion. The criterion of this campaign bid modifier.

Required in create operations starting in V5. criterion can be only one of the following:

interactionType

object (InteractionTypeInfo)

Immutable. Criterion for interaction type. Only supported for search campaigns.

InteractionTypeInfo

Criterion for Interaction Type.

JSON representation
{
  "type": enum (InteractionType)
}
Fields
type

enum (InteractionType)

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.