type DeliveryData (v202411)
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/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The DeliveryData object stores the number of clicks or impressions delivered for a single line item over the past week."],["This data is determined by the LineItem's cost type and is accessible through the ForecastService within the Google Ad Manager API."],["The `units` field provides the values of these clicks or impressions as an array of long integers."]]],["The `ForecastService` utilizes `LineItemService` and `ProposalLineItemService` to obtain delivery data. `DeliveryData` tracks clicks or impressions for a single line item over the past seven days, determined by `LineItem.costType`. It relies on `LineItemSummary` and `ProposalLineItem`. The `units` field, represented as an array of long integers, contains the count of clicks or impressions delivered during this period. The namespace for this is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]