CustomConversionGoal

Custom conversion goal that can make arbitrary conversion actions biddable.

JSON representation
{
  "resourceName": string,
  "id": string,
  "name": string,
  "conversionActions": [
    string
  ],
  "status": enum (CustomConversionGoalStatus)
}
Fields
resourceName

string

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

customers/{customerId}/customConversionGoals/{goal_id}

id

string (int64 format)

Immutable. The ID for this custom conversion goal.

name

string

The name for this custom conversion goal.

conversionActions[]

string

Conversion actions that the custom conversion goal makes biddable.

status

enum (CustomConversionGoalStatus)

The status of the custom conversion goal.

CustomConversionGoalStatus

The possible statuses of a custom conversion goal.

Enums
UNSPECIFIED The status has not been specified.
UNKNOWN The received value is not known in this version.
ENABLED The custom conversion goal is enabled.
REMOVED The custom conversion goal is removed.