AI-generated Key Takeaways
-
ReservationDetailsError
is an error type associated with a LineItem's reservation details in Google Ad Manager. -
It occurs when there are issues with reservation settings like units bought, duration, cost type, or line item type.
-
Specific reasons for the error are indicated by the
ReservationDetailsError.Reason
enum which provides detailed information about the issue. -
The error might occur due to various inconsistencies or limitations in the reservation details, such as exceeding the percentage of impressions reserved for sponsorships or setting an unlimited end date for incompatible line item types.
-
This error helps ensure that reservation details are configured correctly according to Google Ad Manager's rules and limitations for different line item types and settings.
Lists all errors associated with LineItem's reservation details.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
ReservationDetailsError
|
|
|
The error reason represented by an enum. Enumerations
|