[[["เข้าใจง่าย","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 UTC"],[[["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"]]