AI-generated Key Takeaways
-
The
UserDomainTargetingError.Reasonenum defines reasons for user domain targeting errors within various services like AdjustmentService and ForecastService. -
The
INVALID_DOMAIN_NAMESreason indicates domain names that exceed 67 characters or contain characters other than alphanumeric and hyphens. -
The
UNKNOWNreason is returned for values not exposed by the requested API version.
ApiErrorReason enum for user domain targeting error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |