type ClickTrackingLineItemError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Click tracking is a special line item type with a number of unique errors as
described below.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
FieldPathElement[]
A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
|
trigger
|
xsd:string
The data that caused the error.
|
errorString
|
xsd:string
A simple string representation of the error and reason.
|
ClickTrackingLineItemError
|
reason
|
ClickTrackingLineItemError....
The error reason represented by an enum.
Enumerations
-
TYPE_IMMUTABLE
- The line item type cannot be changed once created.
-
INVALID_TARGETING_TYPE
- Click tracking line items can only be targeted at ad unit inventory, all other
types are invalid, as well as placements.
-
INVALID_ROADBLOCKING_TYPE
- Click tracking line items do not allow us to control creative delivery so
are by nature one or more as entered by the third party.
-
INVALID_CREATIVEROTATION_TYPE
- Click tracking line items do not support the
CreativeRotationType.OPTIMIZED creative rotation type.
-
INVALID_DELIVERY_RATE_TYPE
- Click tracking line items do not allow us to control line item delivery so
we can not control the rate at which they are served.
-
UNSUPPORTED_FIELD
- Not all fields are supported by the click tracking line items.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
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-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eClickTrackingLineItemError is a subclass of ApiError and is specific to click tracking line item types.\u003c/p\u003e\n"],["\u003cp\u003eThis error indicates issues related to immutability, targeting restrictions, creative delivery, and unsupported fields for click tracking line items.\u003c/p\u003e\n"],["\u003cp\u003eClick tracking line items have limitations on targeting, roadblocking, creative rotation, and delivery rate types due to their nature of relying on third-party tracking.\u003c/p\u003e\n"],["\u003cp\u003eCertain fields are not supported by click tracking line items, and attempting to use them will result in this error.\u003c/p\u003e\n"],["\u003cp\u003eThe error reasons are represented by the ClickTrackingLineItemError.Reason enum which provides specific details about the error.\u003c/p\u003e\n"]]],["The `ForecastService` manages various errors through inheritance from `ApiError`. This includes specific error types like `AdUnitCodeError`, `AuthenticationError`, and `ClickTrackingLineItemError`. Click tracking line items, a specialized type, have unique errors such as `TYPE_IMMUTABLE` (type cannot be changed), `INVALID_TARGETING_TYPE` (only ad unit targeting allowed), and `INVALID_CREATIVEROTATION_TYPE` (optimized creative rotation is not supported). They also have an `UNSUPPORTED_FIELD` and `UNKNOWN` errors. The `ApiError` class contains data including `fieldPath` and `errorString`.\n"],null,[]]