enum UserDomainTargetingError.Reason (v202411)

  • The UserDomainTargetingError is an ApiErrorReason enum used for identifying user domain targeting errors in Google Ad Manager.

  • This error can be triggered by issues within various services like ForecastService, LineItemService, and others listed.

  • Two main reasons for this error are invalid domain names (exceeding length or using invalid characters) and an unknown error.

  • Domain names for targeting should be 67 characters or less and contain 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.