[[["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\u003eCustomPacingGoalUnit defines the unit for custom pacing goals, which can be absolute, millipercent, or unknown.\u003c/p\u003e\n"],["\u003cp\u003eThese units are used within the ForecastService and LineItemService to manage custom pacing curves and goal amounts.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eABSOLUTE\u003c/code\u003e unit aligns with the line item's Goal.unitType, while \u003ccode\u003eMILLI_PERCENT\u003c/code\u003e represents pacing as a fraction of 1000.\u003c/p\u003e\n"]]],["The document outlines `CustomPacingGoalUnit` options for defining custom pacing goals within the Google Ad Manager API (v202411). It details three enumeration values: `ABSOLUTE`, where goals are represented as exact numbers matching the line item's goal unit type; `MILLI_PERCENT`, where goals are defined in thousandths of a percent (e.g., 15000 equals 15%); and `UNKNOWN`, which represents a value not exposed by the API version. This is part of the ForecastService and LineItemService dependencies.\n"],null,["# enum CustomPacingGoalUnit (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.CustomPacingGoalUnit) **LineItemService** **Dependencies** \n[CustomPacingCurve](/ad-manager/api/reference/v202411/LineItemService.CustomPacingCurve) \n▼\n**CustomPacingGoalUnit**\n\nOptions for the unit of the custom pacing goal amounts.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ABSOLUTE` | The custom pacing goal amounts represent absolute numbers corresponding to the line item's [Goal.unitType](/ad-manager/api/reference/v202411/LineItemService.Goal#unitType). |\n| `MILLI_PERCENT` | The custom pacing goal amounts represent a millipercent. For example, 15000 millipercent equals 15%. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]