enum GeoTargetingError.Reason (v202508)

  • Several Ad Manager API services utilize GeoTargetingError.Reason to indicate reasons for targeting errors.

  • GeoTargetingError.Reason is an enumeration detailing specific issues with geographical targeting.

  • Common reasons for targeting errors include trying to exclude a targeted location, targeting children of excluded locations, and attempting to exclude postal codes.

  • An UNTARGETABLE_LOCATION reason indicates that location targeting is generally not allowed.

  • The UNKNOWN reason is returned when the actual error value is not available in the API version used.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202508
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.