type DeliveryData (v202405)
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/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `DeliveryData` object provides insights into the delivery performance of line items over the past 7 days."],["It focuses on clicks or impressions, depending on the `LineItem`'s cost type, for both standard and proposal line items."],["The data is represented by the `units` field, which contains an array of long values indicating the clicks or impressions delivered."]]],["The `ForecastService` provides delivery data for `LineItemService` and `ProposalLineItemService`. This data, found in `DeliveryData`, contains the number of clicks or impressions delivered for a specific line item over the last seven days, as determined by the `LineItem.costType`. The `units` field, an array of `xsd:long`, stores these click or impression counts. This service also relies on `LineItemSummary` and `ProposalLineItem` dependencies.\n"]]