enum UserDomainTargetingError.Reason (v202411)

  • The UserDomainTargetingError.Reason enum defines reasons for user domain targeting errors within the Ad Manager API.

  • Valid domain names must adhere to length and character restrictions, allowing only alphanumeric characters and hyphens.

  • An UNKNOWN value indicates that the actual reason is not available in 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.