CustomerConversionGoal

  • This resource controls the biddability of conversion actions that share a matching category and origin.

  • Customer conversion goals are identified by a resource name including customer ID, category, and origin.

  • The category field links to the type of conversion action included in the goal.

  • The origin field links to where the conversion action originated.

  • The biddable field is a boolean indicating whether the customer conversion goal is biddable.

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.