CustomerConversionGoal

Biddability control for conversion actions with a matching category and origin.

JSON representation
{
  "resourceName": string,
  "category": enum (ConversionActionCategory),
  "origin": enum (ConversionOrigin),
  "biddable": boolean
}
Fields
resourceName

string

Immutable. The resource name of the customer conversion goal. Customer conversion goal resource names have the form:

customers/{customerId}/customerConversionGoals/{category}~{origin}

category

enum (ConversionActionCategory)

The conversion category of this customer conversion goal. Only conversion actions that have this category will be included in this goal.

origin

enum (ConversionOrigin)

The conversion origin of this customer conversion goal. Only conversion actions that have this conversion origin will be included in this goal.

biddable

boolean

The biddability of the customer conversion goal.