[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-09-10 UTC"],[[["Lists line items within a specified advertiser, ordered and filtered according to parameters like `orderBy` and `filter`."],["Supports pagination with `pageSize` and `pageToken` for retrieving large result sets."],["Allows filtering by fields such as `campaignId`, `displayName`, `entityStatus`, `insertionOrderId`, `lineItemId`, `lineItemType`, and `updateTime`."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Returns a list of line items and a token for retrieving the next page of results, if available."]]],["This content details how to list line items within an advertiser using the Display & Video 360 API. It involves sending a `GET` request to a specific URL, including the `advertiserId` as a path parameter. Optional query parameters include `pageSize`, `pageToken`, `orderBy`, and `filter` to control the results' pagination, sorting, and filtering. The response includes a list of `lineItems` and a `nextPageToken` for retrieving further pages. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]