[[["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 2024-11-19 UTC."],[[["CustomPacingCurve facilitates pacing line item delivery using a series of CustomPacingGoal objects."],["CustomPacingGoal objects define pacing goals in absolute numbers, millipercentages, or the line item's specified unit type."],["These goals are organized within the CustomPacingCurve to form a custom delivery pacing schedule."]]],["The `CustomPacingCurve` paces line item delivery using `CustomPacingGoal` objects. It has two fields: `customPacingGoalUnit` and `customPacingGoals`. The `customPacingGoalUnit` determines the unit type of the goal amounts, which can be `ABSOLUTE` (absolute numbers), `MILLI_PERCENT` (millipercent values), or `UNKNOWN`. The `customPacingGoals` field contains an array of goals forming the pacing curve. It is associated with `ForecastService` and `LineItemService`.\n"]]