[[["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-11-19 UTC."],[[["DeliveryData holds the 7-day click or impression count for a single line item, based on its cost type."],["This data is accessible through ForecastService, LineItemService, and ProposalLineItemService."],["The key metric, `units`, represents the delivered clicks or impressions within the 7-day timeframe."]]],["The content details `DeliveryData`, which tracks clicks or impressions delivered for a line item over the past 7 days, as determined by `LineItem.costType`. This data is accessible through `ForecastService` and `ProposalLineItemService`, which are dependent on `LineItemService`. `DeliveryData`'s core information is the number of clicks or impressions, stored in the `units` field, which is an array of long integers. The namespace for this data is provided as well.\n"]]