type DeliveryData (v202402)
Holds the number of clicks or impressions, determined by
LineItem.costType, delivered for a single line item for the
last 7 days
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
units
|
xsd:long[]
Clicks or impressions delivered for the last 7 days.
|
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The ForecastService's DeliveryData object provides insights into a line item's performance over the past week."],["DeliveryData focuses on clicks or impressions, depending on the LineItem's costType, delivered over the last 7 days."],["It utilizes the `units` field, an array of long integers, to store these delivered clicks or impressions."],["This data is crucial for analyzing and understanding line item delivery trends within Google Ad Manager."]]],["The `ForecastService` utilizes `LineItemService` and `ProposalLineItemService` to provide delivery data. This data, found in the `DeliveryData` object, details the number of clicks or impressions delivered for a specific line item over the past seven days. The `units` field, represented as an array of long integers, holds these click or impression counts. The `LineItem.costType` determines whether it tracks clicks or impressions. `LineItemSummary` and `ProposalLineItem` are dependencies.\n"]]