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