AI-generated Key Takeaways
-
DeliveryForecastSource
is an enumeration used to select forecasted traffic shapes for pacing line item delivery. -
HISTORICAL
uses the line item's past traffic patterns for pacing. -
FORECASTING
utilizes projected future traffic for pacing. -
CUSTOM_PACING_CURVE
allows for user-defined pacing curves. -
UNKNOWN
indicates that the actual value is not available in the requested API version.
Strategies for choosing forecasted traffic shapes to pace line items.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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. |