CustomConversionGoal

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

  • Each custom conversion goal has a unique resource name, ID, and name.

  • Custom conversion goals can be associated with multiple conversion actions.

  • The status of a custom conversion goal can be tracked.

Custom conversion goal that can make arbitrary conversion actions biddable.

Proto definition

Fields

conversion_actions[]

string

Conversion actions that the custom conversion goal makes biddable.

id

int64

Immutable. The ID for this custom conversion goal.

name

string

The name for this custom conversion goal.

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}

status

CustomConversionGoalStatus

The status of the custom conversion goal.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.