[[["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 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"]]