[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eDeliveryData objects store the impressions or clicks delivered over the past 7 days for a single line item.\u003c/p\u003e\n"],["\u003cp\u003eThe specific metric stored (clicks or impressions) is determined by the LineItem's costType.\u003c/p\u003e\n"],["\u003cp\u003eThis data is accessible via the ForecastService, LineItemService, and ProposalLineItemService.\u003c/p\u003e\n"],["\u003cp\u003eDeliveryData objects utilize the \u003ccode\u003eunits\u003c/code\u003e field, an array of long integers, to represent the clicks or impressions delivered.\u003c/p\u003e\n"]]],["The content outlines `DeliveryData`, which tracks clicks or impressions delivered for a single line item over the last 7 days. This data is determined by `LineItem.costType` and is managed within the `ProposalLineItemService`. The `ForecastService` and `LineItemService` are relevant, and `ProposalLineItem` acts as a dependency. The `units` field, an array of `long` values, holds the actual click or impression counts. It operates under the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type DeliveryData (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.DeliveryData) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.DeliveryData) **ProposalLineItemService** **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202411/ProposalLineItemService.ProposalLineItem) \n▼\n**DeliveryData**\n\nHolds the number of clicks or impressions, determined by\n[LineItem.costType](/ad-manager/api/reference/v202411/ForecastService.LineItem#costType), delivered for a single line item for the\nlast 7 days\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------|----------------------------------------------------------------------|\n| ### `units` | ` `xsd:`long[]` Clicks or impressions delivered for the last 7 days. |"]]