enum DeliveryForecastSource (v202411)

  • DeliveryForecastSource outlines strategies for pacing line item delivery based on forecasted traffic shapes.

  • Options include using historical traffic, projected future traffic, or a custom pacing curve.

  • This API is namespaced under https://www.google.com/apis/ads/publisher/v202411.

  • It's used by the ForecastService and depends on the LineItemSummary object of the LineItemService.

Strategies for choosing forecasted traffic shapes to pace line items.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
HISTORICAL The line item's historical traffic shape will be used to pace line item delivery.
FORECASTING The line item's projected future traffic will be used to pace line item delivery.
CUSTOM_PACING_CURVE A user specified custom pacing curve will be used to pace line item delivery.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.