enum LineItemDiscountType (v202508)

  • LineItemDiscountType describes the possible discount types on the cost of booking a LineItem.

  • The available LineItemDiscountType values are ABSOLUTE_VALUE and PERCENTAGE.

  • ABSOLUTE_VALUE indicates an absolute value discount will be applied to the line item's cost.

  • PERCENTAGE indicates a percentage of the cost will be applied as a discount for booking the line item.

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


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