type ProposalLineItemMakegoodInfo (v202408)
Makegood info for a ProposalLineItemDto
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
originalProposalLineItemId
|
xsd:long
The ID of the original proposal line item on which this makegood is based.
This attribute is read-only.
|
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',
|
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 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["`ProposalLineItemMakegoodInfo` object provides details about makegoods for a specific proposal line item."],["It includes the ID of the original proposal line item and the reason for the makegood."],["The `reason` field can contain free-form text or predefined values for common makegood reasons like underdelivery or performance issues."]]],["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"]]