CustomerConversionGoal

  • Customer conversion goals provide biddability control for conversion actions with matching category and origin.

  • The customer conversion goal resource name is formatted as customers/{customer_id}/customerConversionGoals/{category}~{origin}.

  • The category field specifies the conversion category included in this goal.

  • The origin field indicates the conversion origin included in this goal.

  • The biddable field is a boolean that determines the biddability of the goal.

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

Fields

resource_name

string

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

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

category

ConversionActionCategory

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

origin

ConversionOrigin

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

biddable

bool

The biddability of the customer conversion goal.