[[["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-02-13 UTC."],[[["CustomPacingCurve is used to control the delivery pace of line items and consists of specific goals."],["It utilizes CustomPacingGoal objects to define these pacing targets."],["These goals can be based on absolute values or percentages, offering flexibility in delivery management."],["This feature resides within the Google Ad Manager API, specifically under the ForecastService."]]],["The `CustomPacingCurve` paces line item delivery using `CustomPacingGoal` objects. It is found under the `ForecastService` and has dependencies on `LineItemSummary`. Key fields include `customPacingGoalUnit`, which defines the unit of the goal amounts, such as `ABSOLUTE` or `MILLI_PERCENT`, and `customPacingGoals`, which is an array containing the actual `CustomPacingGoal` objects forming the curve. It uses namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]