enum CustomPacingGoalUnit (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Options for the unit of the custom pacing goal amounts.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
ABSOLUTE
|
The custom pacing goal amounts represent absolute numbers corresponding to the line item's
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCustomPacingGoalUnit\u003c/code\u003e defines the unit for custom pacing goal amounts for line items in Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three options: \u003ccode\u003eABSOLUTE\u003c/code\u003e, \u003ccode\u003eMILLI_PERCENT\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, allowing for specifying goals as absolute numbers, percentages, or an undefined value.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eABSOLUTE\u003c/code\u003e goals align with the line item's existing goal unit type, while \u003ccode\u003eMILLI_PERCENT\u003c/code\u003e represents goals as thousandths of a percent.\u003c/p\u003e\n"]]],["The `ForecastService` utilizes `CustomPacingCurve`, with `CustomPacingGoalUnit` as a dependency, defining the unit of custom pacing goal amounts. `CustomPacingGoalUnit` offers three options: `ABSOLUTE`, representing absolute numbers aligned with the line item's `Goal.unitType`; `MILLI_PERCENT`, representing a millipercent (e.g., 15000 equals 15%); and `UNKNOWN`, indicating that the actual value is not accessible in the requested API version. These options determine how custom pacing goals are interpreted.\n"],null,["# enum CustomPacingGoalUnit (v202408)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.CustomPacingGoalUnit) **Dependencies** \n[CustomPacingCurve](/ad-manager/api/reference/v202408/ForecastService.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/v202408`\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/v202408/ForecastService.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. |"]]