AI-generated Key Takeaways
-
CustomPacingGoalUnit defines the unit for custom pacing goals, which can be absolute, millipercent, or unknown.
-
These units dictate how the custom pacing goal amounts are interpreted, such as absolute numbers or percentages, based on the line item's goal unit type.
-
This enumeration is part of the ForecastService within the Google Ad Manager API and uses the namespace
https://www.google.com/apis/ads/publisher/v202411
.
Options for the unit of the custom pacing goal amounts.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |