AI-generated Key Takeaways
- 
          GoalType specifies the type of goal for a LineItem in the ForecastService. 
- 
          GoalType enumeration includes NONE, LIFETIME, DAILY, and UNKNOWN. 
- 
          The NONE goal type is used when no specific goal for the number of ads delivered is set. 
- 
          The LIFETIME goal type sets a goal for the entire duration of the line item. 
- 
          The DAILY goal type specifies a daily target for ad delivery. 
Specifies the type of the goal for a LineItem.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description | 
|---|---|
| NONE | No goal is specified for the number of ads delivered. The LineItem.lineItemType must be one of: | 
| LIFETIME | There is a goal on the number of ads delivered for this line item during its entire lifetime. The LineItem.lineItemType must be one of: | 
| DAILY | There is a daily goal on the number of ads delivered for this line item. The LineItem.lineItemType must be one of: | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |