[[["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."],[],["The content defines the `GeoTargetingError.Reason` enumeration, listing potential errors in ad targeting. This is utilized across multiple services, including AdRuleService, AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. The enumeration outlines specific errors like `TARGETED_LOCATIONS_NOT_EXCLUDABLE`, `EXCLUDED_LOCATIONS_CANNOT_HAVE_CHILDREN_TARGETED`, `POSTAL_CODES_CANNOT_BE_EXCLUDED`, `UNTARGETABLE_LOCATION`, and `UNKNOWN`. These reasons explain issues related to location targeting and exclusion in ad management.\n"],null,["# enum GeoTargetingError.Reason (v202502)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202502/AdRuleService.GeoTargetingError.Reason) [AdjustmentService](/ad-manager/api/reference/v202502/AdjustmentService.GeoTargetingError.Reason) [ForecastService](/ad-manager/api/reference/v202502/ForecastService.GeoTargetingError.Reason) [LineItemService](/ad-manager/api/reference/v202502/LineItemService.GeoTargetingError.Reason) **LineItemTemplateService** [OrderService](/ad-manager/api/reference/v202502/OrderService.GeoTargetingError.Reason) [ProposalLineItemService](/ad-manager/api/reference/v202502/ProposalLineItemService.GeoTargetingError.Reason) [TargetingPresetService](/ad-manager/api/reference/v202502/TargetingPresetService.GeoTargetingError.Reason) [YieldGroupService](/ad-manager/api/reference/v202502/YieldGroupService.GeoTargetingError.Reason) **Dependencies** \n[GeoTargetingError](/ad-manager/api/reference/v202502/LineItemTemplateService.GeoTargetingError) \n▼\n**GeoTargetingError.Reason**\n\nThe reasons for the target error.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|----------------------------------------------------|-------------------------------------------------------------------------------------|\n| `TARGETED_LOCATIONS_NOT_EXCLUDABLE` | A location that is targeted cannot also be excluded. |\n| `EXCLUDED_LOCATIONS_CANNOT_HAVE_CHILDREN_TARGETED` | Excluded locations cannot have any of their children targeted. |\n| `POSTAL_CODES_CANNOT_BE_EXCLUDED` | Postal codes cannot be excluded. |\n| `UNTARGETABLE_LOCATION` | Indicates that location targeting is not allowed. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]