[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2023-12-02 UTC"],[[["Display & Video 360 API v1 allows for the creation of new channels, returning the channel details upon successful completion."],["To create a channel, send a POST request to the specified endpoint, including the partner ID in the path and optionally the advertiser ID as a query parameter."],["The request body should contain channel details as defined in the Channel resource, and a successful response will return the newly created channel object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The core function described is creating a new channel via a `POST` request to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels`. This requires specifying a `partnerId` in the path and an optional `advertiserId` in the query. The request body must contain channel data. Upon successful creation, the API returns the newly created channel instance. The Display & Video 360 API v1 has been sunsetted. OAuth scope is required.\n"]]