[[["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."],[[["GenericTargetingError.Reason outlines the potential reasons for targeting errors within Google Ad Manager."],["These errors may stem from conflicting inclusion/exclusion of criteria, including descendants of excluded criteria, or other unknown reasons."],["This enumeration is part of the Google Ad Manager API and is utilized by various services such as ForecastService, LineItemService, and OrderService to handle targeting issues."]]],["The provided content defines `GenericTargetingError.Reason`, an enumeration specifying target error reasons within the `AdjustmentService` and other related services like `ForecastService`, `LineItemService`, etc. It outlines three possible error states: `CONFLICTING_INCLUSION_OR_EXCLUSION_OF_SIBLINGS`, indicating a disallowed combination of including and excluding sibling criteria; `INCLUDING_DESCENDANTS_OF_EXCLUDED_CRITERIA`, disallowing descendant inclusion when the parent is excluded; and `UNKNOWN`, used when the specific error is not identified in the API version.\n"]]