CustomConversionGoal

  • Custom conversion goals allow arbitrary conversion actions to be biddable.

  • Custom conversion goals have a resource name in the format customers/{customer_id}/customConversionGoals/{goal_id}.

  • Key fields for custom conversion goals include id, name, conversion_actions[], and status.

  • Custom conversion goals can include a list of specific conversion actions that are made biddable.

  • The status of a custom conversion goal is defined by the CustomConversionGoalStatus enum.

Custom conversion goal that can make arbitrary conversion actions biddable.

Fields

resource_name

string

Immutable. The resource name of the custom conversion goal. Custom conversion goal resource names have the form:

customers/{customer_id}/customConversionGoals/{goal_id}

id

int64

Immutable. The ID for this custom conversion goal.

name

string

The name for this custom conversion goal.

conversion_actions[]

string

Conversion actions that the custom conversion goal makes biddable.

status

CustomConversionGoalStatus

The status of the custom conversion goal.