enum UserDomainTargetingError.Reason (v202502)

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

  • It defines two possible error reasons: INVALID_DOMAIN_NAMES for domain names that are too long or contain invalid characters, and UNKNOWN for values not exposed by the requested API version.

  • This enum is used across various Ad Manager services including AdjustmentService, ForecastService, LineItemService, OrderService, and others.

ApiErrorReason enum for user domain targeting error.


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