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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["ClickTrackingLineItemError outlines errors specific to click tracking, a distinct line item type in Google Ad Manager."],["These errors often relate to limitations in click tracking functionality, such as immutable line item types and restrictions on targeting."],["Click tracking line items primarily support ad unit inventory targeting and have constraints on creative delivery and rotation."],["Unsupported fields and delivery rate control are also common error sources for click tracking line items."],["The provided table details the error reasons and their corresponding descriptions, aiding in troubleshooting click tracking issues."]]],["The document details `ClickTrackingLineItemError` within ad management services, specifying its unique constraints. Key error reasons include `TYPE_IMMUTABLE` (line item type cannot change), `INVALID_TARGETING_TYPE` (only ad unit targeting allowed), `INVALID_ROADBLOCKING_TYPE` (no creative delivery control), `INVALID_CREATIVEROTATION_TYPE` (optimized rotation unsupported), and `INVALID_DELIVERY_RATE_TYPE` (delivery rate unmanageable). `UNSUPPORTED_FIELD` indicates not all fields are compatible. `ApiError` is inherited, providing details like `fieldPath`, and `trigger`. The `LineItemTemplateService` has an extensive list of potential errors related to the creation and editing of line items.\n"]]