[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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, which can be an absolute value or a percentage.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the Google Ad Manager API and is used by services like ForecastService and LineItemService.\u003c/p\u003e\n"],["\u003cp\u003ePossible values for \u003ccode\u003eLineItemDiscountType\u003c/code\u003e include \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"]]],["The document outlines `LineItemDiscountType`, which defines discount types for `LineItem` costs within the ForecastService and LineItemService. It details two possible discount types: `ABSOLUTE_VALUE`, where a fixed amount is discounted, and `PERCENTAGE`, where a percentage of the cost is deducted. The namespace for these types is specified as `https://www.google.com/apis/ads/publisher/v202408`. This information helps define the possible discount type that can be used with a `LineItem`.\n"],null,["# enum LineItemDiscountType (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.LineItemDiscountType) **LineItemService** **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/LineItemService.LineItemSummary) \n▼\n**LineItemDiscountType**\n\nDescribes the possible discount types on the cost of booking a\n[LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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. |"]]