type CustomPacingCurve (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
A curve consisting of CustomPacingGoal objects that is used to pace line item delivery.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCustomPacingCurve is used to control the delivery pace of line items and consists of specific goals.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes CustomPacingGoal objects to define these pacing targets.\u003c/p\u003e\n"],["\u003cp\u003eThese goals can be based on absolute values or percentages, offering flexibility in delivery management.\u003c/p\u003e\n"],["\u003cp\u003eThis feature is part of the ForecastService within the Google Ad Manager API.\u003c/p\u003e\n"]]],["The `CustomPacingCurve` paces line item delivery using `CustomPacingGoal` objects. It has two fields: `customPacingGoalUnit` and `customPacingGoals`. The `customPacingGoalUnit` determines the unit for the goal amounts, with options including `ABSOLUTE` (absolute numbers), `MILLI_PERCENT` (millipercent), and `UNKNOWN`. `customPacingGoals` is a list of goals constructing the curve. This curve is dependent on the `LineItemService` and its summary.\n"],null,["# type CustomPacingCurve (v202408)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.CustomPacingCurve) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/ForecastService.LineItemSummary) \n▼\n**CustomPacingCurve**\n\nA curve consisting of [CustomPacingGoal](/ad-manager/api/reference/v202408/ForecastService.CustomPacingGoal) objects that is used to pace line item delivery.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `customPacingGoalUnit` | ` `[CustomPacingGoalUnit](/ad-manager/api/reference/v202408/ForecastService.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](/ad-manager/api/reference/v202408/ForecastService.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. \u003cbr /\u003e |\n| ### `customPacingGoals` | ` `[CustomPacingGoal](/ad-manager/api/reference/v202408/ForecastService.CustomPacingGoal)`[]` The list of goals that make up the custom pacing curve. |"]]