AI-generated Key Takeaways
-
UserDomainTargetingError is an ApiErrorReason enum for user domain targeting errors.
-
The Namespace for this error is
https://www.google.com/apis/ads/publisher/v202508
. -
INVALID_DOMAIN_NAMES
indicates that domain names are invalid, requiring them to be at most 67 characters long and contain only alphanumeric characters and hyphens. -
UNKNOWN
is returned when the actual value is not exposed by the requested API version.
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. |