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\u003eCustomPacingGoalUnit defines how the custom pacing goal amounts are represented, either as absolute numbers or as a percentage.\u003c/p\u003e\n"],["\u003cp\u003eThese units correspond to the line item's Goal.unitType and can be absolute values, millipercentages, or an unknown value.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this enumeration to interpret and manage the custom pacing settings of line items through the Ad Manager API.\u003c/p\u003e\n"]]],["The document defines the `CustomPacingGoalUnit` enumeration within the `ForecastService` and `LineItemService` in the specified namespace. This enumeration provides options for the unit of custom pacing goal amounts. The options are: `ABSOLUTE`, where amounts are absolute numbers, `MILLI_PERCENT`, where amounts are in millipercent, and `UNKNOWN`, for cases where the API version does not reveal the actual value. These units correlate with a line item's `Goal.unitType`.\n"],null,["# enum CustomPacingGoalUnit (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.CustomPacingGoalUnit) **LineItemService** **Dependencies** \n[CustomPacingCurve](/ad-manager/api/reference/v202408/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/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/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. |"]]