deliveryMethod property
The delivery method that determines the rate at which the campaign budget is spent.
Defaults to STANDARD if unspecified in a create operation. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "STANDARD" : The budget server will throttle serving evenly across the entire time period.
- "ACCELERATED" : The budget server will not throttle serving, and ads will serve as fast as possible.
Implementation
core.String? deliveryMethod;