[[["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."],[[["DeliveryIndicator signifies the delivery performance of a LineItem, indicating how well it's meeting its target goals."],["It includes two key metrics: expectedDeliveryPercentage and actualDeliveryPercentage, both expressed as percentages of the LineItem's primary goal."],["These metrics provide insights into the anticipated and actual delivery performance of a LineItem, helping to assess its effectiveness."]]],["The `DeliveryIndicator` assesses a `LineItem`'s performance. It uses two fields: `expectedDeliveryPercentage`, which reflects the anticipated delivery of a `LineItem` as a percentage of its `primaryGoal`, and `actualDeliveryPercentage`, which indicates the actual delivery relative to the same `primaryGoal`. This information is found within `ForecastService` and `ProposalLineItemService`, and relies on `LineItemSummary`. The namespace for these is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]