[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2025-02-25 UTC"],[[["This document outlines how to retrieve a specific Floodlight activity using an HTTP GET request with specified path and query parameters."],["Developers need to provide the Floodlight group ID, Floodlight activity ID, and partner ID to successfully fetch the activity details."],["The request body should be empty, and a successful response will contain a FloodlightActivity object."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."],["Refer to the provided links for details on gRPC Transcoding and OAuth 2.0 for a comprehensive understanding."]]],["This describes how to retrieve a Floodlight activity using a GET request. The request URL requires `floodlightGroupId` and `floodlightActivityId` as path parameters, and `partnerId` as a query parameter. The request body must be empty. A successful response returns a `FloodlightActivity` object. Access requires the `https://www.googleapis.com/auth/display-video` authorization scope. The URL uses gRPC Transcoding syntax. There is a \"try it\" feature.\n"]]