AI-generated Key Takeaways
- 
          CustomPacingGoalUnit defines the unit of the custom pacing goal amounts for the ForecastService. 
- 
          Options for CustomPacingGoalUnit include ABSOLUTE, MILLI_PERCENT, and UNKNOWN. 
- 
          ABSOLUTE represents absolute numbers corresponding to the line item's Goal.unitType. 
- 
          MILLI_PERCENT represents a millipercent value, where 15000 millipercent equals 15%. 
Options for the unit of the custom pacing goal amounts.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| 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. |