enum LineItemDiscountType (v202411)

  • LineItemDiscountType defines how discounts are applied to the cost of booking a LineItem.

  • It offers two types: ABSOLUTE_VALUE for a fixed discount amount and PERCENTAGE for a percentage-based discount.

  • This enumeration is part of the Google Ad Manager API and is used within the ForecastService.

Describes the possible discount types on the cost of booking a LineItem.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
ABSOLUTE_VALUE An absolute value will be discounted from the line item's cost.
PERCENTAGE A percentage of the cost will be applied as discount for booking the line item.