広告主のすべての ENTITY_STATUS_ACTIVE、ENTITY_STATUS_PAUSED、LINE_ITEM_TYPE_DISPLAY_DEFAULT の広告申込情報: (entityStatus="ENTITY_STATUS_ACTIVE" OR
entityStatus="ENTITY_STATUS_PAUSED") AND
lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"
[null,null,["最終更新日 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"]]