type CustomPacingCurve (v202411)
A curve consisting of CustomPacingGoal objects that is used to pace line item delivery.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["CustomPacingCurve facilitates pacing line item delivery using a series of CustomPacingGoal objects."],["It defines goals based on either absolute values corresponding to the line item's Goal unit type or as a millipercentage."],["The curve comprises a list of CustomPacingGoal objects, detailing specific pacing targets."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `CustomPacingCurve` paces line item delivery using `CustomPacingGoal` objects. It includes two fields: `customPacingGoalUnit`, which specifies the unit for `CustomPacingGoalDto.amount`, with options like `ABSOLUTE` (absolute numbers) and `MILLI_PERCENT` (millipercent), and `customPacingGoals`, an array of goals composing the pacing curve. These units determine how the pacing amounts are interpreted, ensuring proper line item delivery.\n"]]