enum LineItemFlightDateError.Reason (v202411)

  • LineItemFlightDateError.Reason identifies potential errors related to the start and end times of line item flights in Google Ad Manager.

  • These errors can indicate issues such as past start/end times, end times preceding start times, or excessively late end times.

  • The LineItemFlightDateError.Reason enumeration provides specific reasons for the error, including START_DATE_TIME_IS_IN_PAST, END_DATE_TIME_IS_IN_PAST, END_DATE_TIME_NOT_AFTER_START_TIME, END_DATE_TIME_TOO_LATE, and UNKNOWN.

  • This information is relevant to various Ad Manager services like ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, and PublisherQueryLanguageService.

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.