[[["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-08-20 UTC."],[[["CustomPacingCurve facilitates pacing line item delivery using a series of CustomPacingGoal objects."],["This curve utilizes either absolute numbers or millipercentages to define pacing goals relative to the line item's overall goal unit type."],["Goals within the curve are specified using the `customPacingGoals` field, with their corresponding units indicated by the `customPacingGoalUnit` field."]]],["The `CustomPacingCurve` is used to pace line item delivery and is composed of `CustomPacingGoal` objects. `customPacingGoalUnit` specifies the unit of the goal amounts, which can be `ABSOLUTE` (absolute numbers), `MILLI_PERCENT` (millipercent), or `UNKNOWN`. The `customPacingGoals` field contains the array of `CustomPacingGoal` objects that define the curve. This service is under `ForecastService` and `LineItemService`, with dependencies on `LineItemSummary`.\n"]]