[[["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\u003eProposalLineItemMakegoodInfo\u003c/code\u003e object provides details about makegoods for a specific proposal line item.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the ID of the original proposal line item and the reason for the makegood.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field can contain free-form text or predefined values for common makegood reasons like underdelivery or performance issues.\u003c/p\u003e\n"]]],["The `ProposalLineItemService` utilizes the `ForecastService` to manage `ProposalLineItem` makegoods. The `createMakegoods()` method is used within this service. `ProposalLineItemMakegoodInfo` details a makegood for a `ProposalLineItemDto`. Key fields include `originalProposalLineItemId`, a read-only identifier of the initial proposal line item, and `reason`, which explains why the makegood was initiated, allowing free-form text or predefined values like UNDERDELIVERY, SECONDARY_DELIVERY_TERMS, or PERFORMANCE.\n"],null,["# type ProposalLineItemMakegoodInfo (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItemMakegoodInfo) **ProposalLineItemService** **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202408/ProposalLineItemService.ProposalLineItem) [createMakegoods()](/ad-manager/api/reference/v202408/ProposalLineItemService#createMakegoods) \n▼\n**ProposalLineItemMakegoodInfo**\n\nMakegood info for a `ProposalLineItemDto`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `originalProposalLineItemId` | ` `xsd:`long` The ID of the original proposal line item on which this makegood is based. This attribute is read-only. |\n| ### `reason` | ` `xsd:`string` The publisher-provided reason why this makegood was initiated. This is free form text. The following predefined values can be used to render predefined options in the UI. UNDERDELIVERY: 'Impression underdelivery', SECONDARY_DELIVERY_TERMS: 'Did not meet secondary delivery terms ', PERFORMANCE: 'Performance issues', \u003cbr /\u003e |"]]