AI-generated Key Takeaways
-
Several Ad Manager API services are related to GeoTargetingError reasons, including AdRuleService, AdjustmentService, and ForecastService.
-
GeoTargetingError reasons indicate specific issues with location targeting, such as attempting to exclude targeted locations or excluding postal codes.
-
The
GeoTargetingError.Reasonenumeration lists possible reasons for geo-targeting errors in the API. -
Some GeoTargetingError reasons, like
TARGETED_LOCATIONS_NOT_EXCLUDABLEandPOSTAL_CODES_CANNOT_BE_EXCLUDED, highlight invalid geo-targeting configurations.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description |
|---|---|
TARGETED_LOCATIONS_NOT_EXCLUDABLE
|
A location that is targeted cannot also be excluded. |
EXCLUDED_LOCATIONS_CANNOT_HAVE_CHILDREN_TARGETED
|
Excluded locations cannot have any of their children targeted. |
POSTAL_CODES_CANNOT_BE_EXCLUDED
|
Postal codes cannot be excluded. |
UNTARGETABLE_LOCATION
|
Indicates that location targeting is not allowed. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |