enum UserDomainTargetingError.Reason (v202411)

  • UserDomainTargetingError.Reason is an ApiErrorReason enum for user domain targeting errors in the Ad Manager API.

  • The INVALID_DOMAIN_NAMES enumeration indicates that domain names used are invalid, exceeding 67 characters or containing invalid characters.

  • The UNKNOWN enumeration is returned when the actual error value is not exposed by the requested API version.

ApiErrorReason enum for user domain targeting error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
INVALID_DOMAIN_NAMES Invalid domain names. Domain names must be at most 67 characters long. And must contain only alphanumeric characters and hyphens.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.