type DeliveryIndicator (v202408)
Indicates the delivery performance of the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
expectedDeliveryPercentage
|
xsd:double
How much the LineItem was expected to deliver as a percentage of
LineItem.primaryGoal.
|
actualDeliveryPercentage
|
xsd:double
How much the line item actually delivered as a percentage of
LineItem.primaryGoal.
|
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."],[[["DeliveryIndicator shows the delivery performance of a LineItem, indicating how well it's meeting its target goals."],["It includes two key metrics: expectedDeliveryPercentage and actualDeliveryPercentage, both expressed as percentages of the LineItem's primary goal."],["These percentages provide insights into the anticipated and actual delivery performance of the LineItem."]]],["The core content details the `DeliveryIndicator` within the `ForecastService`, linked to `LineItemService` and `ProposalLineItemService`. This indicator assesses the performance of a `LineItem`, using `LineItemSummary` and `ProposalLineItem` as dependencies. It features two key metrics: `expectedDeliveryPercentage`, representing the predicted delivery percentage against the `LineItem.primaryGoal`, and `actualDeliveryPercentage`, indicating the realized delivery percentage compared to the same goal. Both metrics are expressed as double values.\n"]]