enum LineItemDiscountType (v202502)

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

  • There are two possible discount types: ABSOLUTE_VALUE, which discounts an absolute value from the line item's cost, and PERCENTAGE, which applies a percentage of the cost as a discount.

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


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