enum LineItemFlightDateError.Reason (v202411)

  • LineItemFlightDateError.Reason identifies the specific reasons for target errors related to line item flight dates in Google Ad Manager.

  • The possible reasons include flight dates starting or ending in the past, ending before starting, ending too far in the future, or an unknown reason.

  • This enumeration is part of the ForecastService and other services like LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, and PublisherQueryLanguageService.

  • The namespace for this enumeration is 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.