pacingPeriod property

String? pacingPeriod
getter/setter pair

The time period in which the pacing budget will be spent.

When automatic budget allocation is enabled at the insertion order via automationType, this field is output only and defaults to PACING_PERIOD_FLIGHT.

Required. Possible string values are:

  • "PACING_PERIOD_UNSPECIFIED" : Period value is not specified or is unknown in this version.
  • "PACING_PERIOD_DAILY" : The pacing setting will be applied on daily basis.
  • "PACING_PERIOD_FLIGHT" : The pacing setting will be applied to the whole flight duration.

Implementation

core.String? pacingPeriod;