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 `LineItemTemplateService.GeoTargetingError` object describes errors related to geographical targeting for line items in Google Ad Manager."],["This error can occur when there are conflicts between targeted and excluded locations, such as targeting and excluding the same location or excluding a parent location while targeting its children."],["It can also be triggered by attempting to exclude postal codes, targeting untargetable locations, or other unsupported geographical targeting configurations."],["The `reason` field provides a specific code indicating the nature of the geographical targeting error, helping to diagnose and resolve the issue."],["Developers should refer to the `GeoTargetingError.Reason` enumeration to understand the different types of geographical targeting errors that can occur and take appropriate corrective actions."]]],["The document outlines services and errors related to ad management, focusing on `GeoTargetingError`. Services include `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `TargetingPresetService`, and `YieldGroupService`. The document lists `GeoTargetingError` as part of the `LineItemTemplateService` and defines its possible `reason` values: `TARGETED_LOCATIONS_NOT_EXCLUDABLE`, `EXCLUDED_LOCATIONS_CANNOT_HAVE_CHILDREN_TARGETED`, `POSTAL_CODES_CANNOT_BE_EXCLUDED`, `UNTARGETABLE_LOCATION`, and `UNKNOWN`. The fields `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` are also provided.\n"]]