[[["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-08-20 UTC."],[[["The `LineItemPage` object retrieves a segment of line item data within Google Ad Manager."],["It provides details like the total result set size, starting position within the results, and the line items themselves."],["`LineItemPage` is accessed via the `getLineItemsByStatement()` method of the `LineItemService`."]]],["The `LineItemService` uses `getLineItemsByStatement()` to retrieve `LineItem` objects, packaged in a `LineItemPage`. This page includes the `totalResultSetSize`, `startIndex`, and an array named `results`. The `totalResultSetSize` indicates the overall number of `LineItem` objects. `startIndex` specifies where the current page begins within the total result set, and the `results` array contains the `LineItem` objects in that current page.\n"]]