AI-generated Key Takeaways
-
GeoTargetingError.Reason
outlines the potential errors encountered when setting location targeting in Google Ad Manager. -
These errors commonly involve conflicts between targeted and excluded locations, restrictions on excluding postal codes, and general untargetable locations.
-
The provided table lists the specific error reasons and their corresponding descriptions for easier troubleshooting.
-
Each reason is represented by an enumeration value within the
https://www.google.com/apis/ads/publisher/v202411
namespace.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |