Possible delivery rates for a LineItem, which dictate the manner in
which they are served.
Namespace
https://www.google.com/apis/ads/publisher/v202405
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["DeliveryRateType dictates how a LineItem is served in Google Ad Manager."],["It offers three options: EVENLY, FRONTLOADED, and AS_FAST_AS_POSSIBLE, each influencing the delivery pace of ad impressions."],["EVENLY distributes impressions uniformly over the LineItem's duration, while FRONTLOADED prioritizes early delivery."],["AS_FAST_AS_POSSIBLE aims to deliver booked impressions quickly, potentially pausing lower-priority line items."]]],["The document outlines `DeliveryRateType` options for `LineItem` in ad serving. These rates determine how line items are served. `EVENLY` distributes delivery across the line item's duration. `FRONTLOADED` prioritizes delivery at the beginning of the flight. `AS_FAST_AS_POSSIBLE` delivers booked impressions quickly, potentially halting lower-priority items until the target is met. These are part of services like `ForecastService`, `LineItemService`, and `ProposalLineItemService`, and depend on `LineItemSummary`.\n"]]