[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["Lists campaigns for a specific advertiser, allowing for filtering and sorting options."],["Supports pagination to retrieve large sets of campaigns."],["Requires authorization with specific OAuth scopes for access."],["Returns campaign details, including a token for retrieving subsequent pages if available."],["Provides options to filter campaigns by ID, display name, entity status and update time."]]],["This content describes how to list campaigns within an advertiser using the Display & Video 360 API. Use a GET request to `https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/campaigns`, specifying the `advertiserId`. Parameters allow for pagination (`pageSize`, `pageToken`), sorting (`orderBy`), and filtering (`filter`) by campaign fields such as status or update time. The response includes a list of campaigns and a `nextPageToken` for retrieving further results. Requires OAuth scopes for authorization.\n"]]