type CustomPacingCurve (v202505)

  • A CustomPacingCurve is a curve made up of CustomPacingGoal objects used to manage line item delivery pace.

  • The customPacingGoalUnit field defines the unit for the amounts in CustomPacingGoal objects, which can be absolute, millipercent, or unknown.

  • The customPacingGoals field is a list of the CustomPacingGoal objects that together form the custom pacing curve.

A curve consisting of CustomPacingGoal objects that is used to pace line item delivery.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

customPacingGoalUnit

CustomPacingGoalUnit

The unit of the CustomPacingGoalDto.amount values.


Enumerations
ABSOLUTE
The custom pacing goal amounts represent absolute numbers corresponding to the line item's Goal.unitType.
MILLI_PERCENT
The custom pacing goal amounts represent a millipercent. For example, 15000 millipercent equals 15%.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.

customPacingGoals

CustomPacingGoal[]

The list of goals that make up the custom pacing curve.