[[["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\u003eThe DeliveryData object stores the number of clicks or impressions delivered for a single line item over the past 7 days.\u003c/p\u003e\n"],["\u003cp\u003eThis data is determined by the line item's cost type and is represented as a long integer array.\u003c/p\u003e\n"],["\u003cp\u003eIt's associated with the ForecastService, LineItemService, and ProposalLineItemService and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastService` relies on `LineItemService` and `ProposalLineItemService` for data. Key components include `LineItemSummary` and `ProposalLineItem`. The `DeliveryData` field, dependent on the `LineItem.costType`, tracks clicks or impressions for a single line item over the past 7 days, with `units` storing the count as an array of `long`. This data is available under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type DeliveryData (v202408)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.DeliveryData) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.DeliveryData) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/ForecastService.LineItemSummary) [ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem) \n▼\n**DeliveryData**\n\nHolds the number of clicks or impressions, determined by\n[LineItem.costType](/ad-manager/api/reference/v202408/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/v202408`\n\n| Field ----- ||\n|-------------|----------------------------------------------------------------------|\n| ### `units` | ` `xsd:`long[]` Clicks or impressions delivered for the last 7 days. |"]]