[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCustomPacingCurve facilitates pacing line item delivery using a series of CustomPacingGoal objects.\u003c/p\u003e\n"],["\u003cp\u003eIt defines goals based on either absolute values corresponding to the line item's Goal unit type or as a millipercentage.\u003c/p\u003e\n"],["\u003cp\u003eThe curve comprises a list of CustomPacingGoal objects, detailing specific pacing targets.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this object is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type CustomPacingCurve (v202411)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.CustomPacingCurve) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/ForecastService.LineItemSummary) \n▼\n**CustomPacingCurve**\n\nA curve consisting of [CustomPacingGoal](/ad-manager/api/reference/v202411/ForecastService.CustomPacingGoal) objects that is used to pace line item delivery.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `customPacingGoalUnit` | ` `[CustomPacingGoalUnit](/ad-manager/api/reference/v202411/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/v202411/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/v202411/ForecastService.CustomPacingGoal)`[]` The list of goals that make up the custom pacing curve. |"]]