deliveryRateType property
Specifies how the impression delivery will be paced.
Output only. Possible string values are:
- "DELIVERY_RATE_TYPE_UNSPECIFIED" : A placeholder for an undefined delivery rate type.
- "EVENLY" : Impressions are served uniformly over the life of the deal.
- "FRONT_LOADED" : Impressions are served front-loaded.
- "AS_FAST_AS_POSSIBLE" : Impressions are served as fast as possible.
Implementation
core.String? deliveryRateType;