AI-generated Key Takeaways
- 
          DeliveryRateType specifies how LineItems are served, dictating the distribution of impressions over time. 
- 
          Possible DeliveryRateType values include EVENLY, FRONTLOADED, and AS_FAST_AS_POSSIBLE. 
- 
          EVENLY distributes impressions evenly across the line item's duration. 
- 
          FRONTLOADED serves impressions more aggressively at the beginning of the flight date. 
- 
          AS_FAST_AS_POSSIBLE prioritizes the line item to deliver its booked impressions quickly, potentially stopping lower-priority items. 
Possible delivery rates for a LineItem, which dictate the manner in which they are served.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description | 
|---|---|
| EVENLY | Line items are served as evenly as possible across the number of days specified in a line item's LineItem.duration. | 
| FRONTLOADED | Line items are served more aggressively in the beginning of the flight date. | 
| AS_FAST_AS_POSSIBLE | The booked impressions for a line item may be delivered well before the LineItem.endDateTime. Other lower-priority or lower-value line items will be stopped from delivering until this line item meets the number of impressions or clicks it is booked for. |