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-02-13 UTC."],[[["The `TechnologyTargetingError` object in the Google Ad Manager API highlights validation errors related to technology targeting in line items."],["It specifically addresses scenarios where mobile line items target web technologies and vice-versa, or when mobile carrier/device capability targeting is used without being enabled."],["The `reason` field provides further details on the specific cause of the error, categorized by predefined reasons like `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA`."],["This error is part of the broader `AdjustmentService` and inherits from the general `ApiError` structure for error reporting in the API."],["Developers should consult this documentation to understand and handle technology targeting errors encountered when working with the Google Ad Manager API."]]],["The `AdjustmentService` interacts with multiple services like `ForecastService`, `LineItemService`, etc. It utilizes an inheritance structure rooted in `ApiError`, which includes various error types such as `AuthenticationError`, `DateError`, and `InternalApiError`. `TechnologyTargetingError` is also defined, addressing issues like targeting web criteria on mobile line items and vice versa, or if certain features such as mobile carrier targeting are not enabled. The namespace for these is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]