enum UserDomainTargetingError.Reason (v202411)

  • UserDomainTargetingError.Reason is an enum used for user domain targeting errors within Google Ad Manager.

  • This enum includes reasons such as INVALID_DOMAIN_NAMES for invalid domain name formats and UNKNOWN for errors not exposed by the API.

  • Domain names used for targeting must adhere to specific criteria, being at most 67 characters long and containing only alphanumeric characters and hyphens.

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.