AI-generated Key Takeaways
-
AdjustmentService.DateError.Reason
enumerates potential date-related errors within the Ad Manager API. -
These errors include issues such as dates in the past, start dates after end dates, and invalid date ranges.
-
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
. -
If an unexpected value is encountered,
UNKNOWN
will be returned, particularly in cases where the API version doesn't expose the specific reason.
Enumerates all possible date specific errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
DATE_IN_PAST
|
|
START_DATE_AFTER_END_DATE
|
|
END_DATE_BEFORE_START_DATE
|
|
NOT_CERTAIN_DAY_OF_MONTH
|
|
INVALID_DATES
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |