enum GoalType (v202411)

  • GoalType specifies the delivery goal type for a LineItem, impacting how many ads it aims to deliver.

  • NONE indicates no delivery goal and applies to specific LineItem types like PRICE_PRIORITY, AD_EXCHANGE, and CLICK_TRACKING.

  • LIFETIME signifies a total delivery goal across the LineItem's lifespan for types like STANDARD, BULK, and PRICE_PRIORITY.

  • DAILY sets a daily delivery target applicable to LineItem types like SPONSORSHIP, NETWORK, and PRICE_PRIORITY.

  • UNKNOWN is a fallback value when the actual GoalType isn't revealed by the API version being used.

Specifies the type of the goal for a LineItem.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.