Custom conversion goal that can make arbitrary conversion actions biddable.
JSON representation |
---|
{
"resourceName": string,
"id": string,
"name": string,
"conversionActions": [
string
],
"status": enum ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the custom conversion goal. Custom conversion goal resource names have the form:
|
id |
Immutable. The ID for this custom conversion goal. |
name |
The name for this custom conversion goal. |
conversionActions[] |
Conversion actions that the custom conversion goal makes biddable. |
status |
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. |