[null,null,["最后更新时间 (UTC):2024-11-22。"],[[["This page documents the `advertisers.list` method, which retrieves a list of advertisers accessible to the current user within Display & Video 360 API."],["Advertisers are filtered by a required `partnerId`, allowing retrieval of advertisers belonging to a specific partner."],["Results can be sorted and paginated using query parameters such as `orderBy`, `pageSize`, and `pageToken`."],["The response includes an array of `Advertiser` objects and a `nextPageToken` for accessing subsequent result pages."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details how to list advertisers accessible to a user via the Display & Video 360 API. The core action is sending a `GET` request to `https://displayvideo.googleapis.com/v2/advertisers`. A required `partnerId` parameter specifies the relevant partner. Optional parameters include `pageSize`, `pageToken`, `orderBy` (for sorting), and `filter` for filtering results. The response returns a list of advertisers and a `nextPageToken` for pagination. The request body must be empty, and OAuth 2.0 is used for authorization.\n"]]