enum UserDomainTargetingError.Reason (v202508)

  • UserDomainTargetingError.Reason is an enum used across various services like AdjustmentService, ForecastService, and LineItemService.

  • This enum defines reasons for user domain targeting errors, specifically INVALID_DOMAIN_NAMES and UNKNOWN.

  • INVALID_DOMAIN_NAMES indicates domain names exceed the 67-character limit or contain invalid characters.

ApiErrorReason enum for user domain targeting error.


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