[[["容易理解","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-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"]]