The booked impressions may delivered well before the
end_time. Other
lower-priority or lower-value line items will be stopped from delivering
until the line item meets the number of impressions or clicks it is
booked for.
AS_FAST_AS_POSSIBLE = 3;
AS_FAST_AS_POSSIBLE_VALUE
The booked impressions may delivered well before the
end_time. Other
lower-priority or lower-value line items will be stopped from delivering
until the line item meets the number of impressions or clicks it is
booked for.
AS_FAST_AS_POSSIBLE = 3;
DELIVERY_RATE_TYPE_UNSPECIFIED
Not specified value
DELIVERY_RATE_TYPE_UNSPECIFIED = 0;
DELIVERY_RATE_TYPE_UNSPECIFIED_VALUE
Not specified value
DELIVERY_RATE_TYPE_UNSPECIFIED = 0;
EVENLY
Line items are served as evenly as possible across the number of days
specified in a line item's duration.
EVENLY = 1;
EVENLY_VALUE
Line items are served as evenly as possible across the number of days
specified in a line item's duration.
EVENLY = 1;
FRONTLOADED
Line items are served more aggressively in the beginning of the flight
date.
FRONTLOADED = 2;
FRONTLOADED_VALUE
Line items are served more aggressively in the beginning of the flight
date.
[[["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 2025-07-18 UTC."],[[["This document provides reference information for `DeliveryRateTypeEnum.DeliveryRateType`, an enum used within the Google Ad Manager API, starting with version 0.1.0 and going up to the latest version 0.19.0."],["`DeliveryRateTypeEnum.DeliveryRateType` defines the possible delivery rates for a line item, dictating how ads are served, with options like `AS_FAST_AS_POSSIBLE`, `EVENLY`, and `FRONTLOADED`."],["The enum implements the `ProtocolMessageEnum` and includes inherited methods from the `Enum` and `Object` classes, as well as several static methods for retrieving enum values and descriptors."],["It contains static fields such as `AS_FAST_AS_POSSIBLE`, `EVENLY`, `FRONTLOADED`, and `DELIVERY_RATE_TYPE_UNSPECIFIED`, each with a corresponding value field and an unrecognised and value field, providing different options for delivery pacing."],["The documentation also lists various static and instance methods that can be used with the `DeliveryRateTypeEnum.DeliveryRateType`, which would be used to interact with the different enumerated options."]]],[]]