Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
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/{goalId}
|
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["Custom conversion goals allow advertisers to make specific conversion actions eligible for bidding."],["These goals are defined by a unique ID, name, associated conversion actions, and a status (enabled or removed)."],["Custom conversion goals utilize JSON for data representation and management within the system."],["The status of a custom conversion goal indicates whether it is actively used (enabled) or has been deactivated (removed)."]]],["Custom conversion goals enable arbitrary conversion actions to be biddable. They are defined by a `resourceName`, `id`, `name`, an array of `conversionActions`, and a `status`. The `status` can be `ENABLED` or `REMOVED`, among other potential values. These goals are represented in JSON and can include a unique ID and customer-specific resource name. The goal's name and the actions it makes biddable are also specified.\n"]]