AI-generated Key Takeaways
-
ClickTrackingLineItemError is a subclass of ApiError and is specific to click tracking line item types.
-
This error indicates issues related to immutability, targeting restrictions, creative delivery, and unsupported fields for click tracking line items.
-
Click tracking line items have limitations on targeting, roadblocking, creative rotation, and delivery rate types due to their nature of relying on third-party tracking.
-
Certain fields are not supported by click tracking line items, and attempting to use them will result in this error.
-
The error reasons are represented by the ClickTrackingLineItemError.Reason enum which provides specific details about the error.
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)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
ClickTrackingLineItemError
|
|
|
The error reason represented by an enum. Enumerations
|