AI-generated Key Takeaways
-
The
UserDomainTargetingError.Reasonenum provides specific reasons for user domain targeting errors. -
It includes reasons like
INVALID_DOMAIN_NAMESfor improperly formatted domain names andUNKNOWNfor reasons not exposed in the API version. -
This enum is relevant to several services, including
AdjustmentService,ForecastService,LineItemService, andOrderService, among others.
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. |