Errors related to feature management. If you attempt using a feature that is not available to
the current network you'll receive a FeatureError with the missing feature as the trigger.
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 2025-08-06 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eFeatureError\u003c/code\u003e in Google Ad Manager's ForecastService, indicating an issue with feature availability.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFeatureError\u003c/code\u003e occurs when using a feature not enabled for the current network, often due to it being a premium feature or not yet rolled out.\u003c/p\u003e\n"],["\u003cp\u003eIt's identified by the \u003ccode\u003ereason\u003c/code\u003e field which specifies the cause, like \u003ccode\u003eMISSING_FEATURE\u003c/code\u003e, meaning the requested feature isn't activated.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this error is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e, which is useful for programmatic access and debugging.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003efieldPathElements\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e fields, inherited from \u003ccode\u003eApiError\u003c/code\u003e, to understand the specific context and cause of the error.\u003c/p\u003e\n"]]],["The document outlines various services within an ad management API, including `AdRuleService`, `AdjustmentService`, and `ForecastService`, among others. These services manage aspects like ad rules, adjustments, audience segments, content, creatives, and targeting. It also details error types, such as `ApiError` and `FeatureError`, with `FeatureError` indicating the use of a disabled feature on the current network, and providing a reason such as `MISSING_FEATURE` or `UNKNOWN` to explain the cause.\n"],null,[]]