enum LineItemFlightDateError.Reason (v202411)

  • LineItemFlightDateError.Reason outlines the potential errors related to the flight dates of line items in Google Ad Manager.

  • These errors include issues such as the start or end date being in the past, the end date preceding the start date, or the end date being too far in the future.

  • The error reasons are utilized across multiple services within the Ad Manager API, including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, and PublisherQueryLanguageService.

  • LineItemFlightDateError.Reason is part of the Google Ad Manager API and falls under the namespace https://www.google.com/apis/ads/publisher/v202411.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
START_DATE_TIME_IS_IN_PAST
END_DATE_TIME_IS_IN_PAST
END_DATE_TIME_NOT_AFTER_START_TIME
END_DATE_TIME_TOO_LATE
UNKNOWN The value returned if the actual value is not exposed by the requested API version.