enum LineItemDiscountType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eLineItemDiscountType\u003c/code\u003e defines how discounts are applied to the cost of booking a LineItem.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two types: \u003ccode\u003eABSOLUTE_VALUE\u003c/code\u003e for a fixed discount amount and \u003ccode\u003ePERCENTAGE\u003c/code\u003e for a percentage-based discount.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the Google Ad Manager API and is used within the \u003ccode\u003eForecastService\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document outlines `LineItemDiscountType`, which details the discount options for a `LineItem`. It specifies two discount types: `ABSOLUTE_VALUE`, representing a fixed amount deducted from the line item's cost, and `PERCENTAGE`, where a percentage of the cost is discounted. This information is part of the `ForecastService`, and the namespace is `https://www.google.com/apis/ads/publisher/v202411`. The document also references `LineItemSummary`.\n"],null,["# enum LineItemDiscountType (v202411)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.LineItemDiscountType) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/ForecastService.LineItemSummary) \n▼\n**LineItemDiscountType**\n\nDescribes the possible discount types on the cost of booking a\n[LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|------------------|---------------------------------------------------------------------------------|\n| `ABSOLUTE_VALUE` | An absolute value will be discounted from the line item's cost. |\n| `PERCENTAGE` | A percentage of the cost will be applied as discount for booking the line item. |"]]