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-08-20 UTC."],[[["The TargetingPresetService allows for the management and application of targeting presets in Google Ad Manager."],["This service exposes functionalities for creating, updating, and retrieving targeting presets, which can streamline the process of applying common targeting criteria across different line items or campaigns."],["Common errors associated with the TargetingPresetService, such as `NOT_FOUND`, `ALREADY_EXISTS`, and others, are documented to assist in troubleshooting and resolving issues during API interactions."],["The service inherits from `ApiError` and includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for detailed error reporting."],["Developers can leverage this service to efficiently manage targeting presets, ensuring consistency and reducing manual effort when setting up ad targeting parameters."]]],["This document outlines the various services and common error types within the Google Ad Manager API (v202408). It lists numerous services, such as `AdRuleService`, `AdjustmentService`, `CreativeService`, `ForecastService`, and `ReportService`, among others. The document also details the `CommonError` type, a collection of errors that may occur across services. Common error reasons include `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. `ApiError` attributes such as `fieldPath`, `trigger`, and `errorString` are also included.\n"]]