[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eDisplay & Video 360 API v1 is sunset and this documentation details the process for creating a new channel using the API.\u003c/p\u003e\n"],["\u003cp\u003eThe API endpoint to create a new channel is accessed via a POST request to \u003ccode\u003ehttps://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/channels\u003c/code\u003e, requiring \u003ccode\u003eadvertiserId\u003c/code\u003e as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eYou can optionally specify the \u003ccode\u003epartnerId\u003c/code\u003e as a query parameter to indicate the partner who owns the channel.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a Channel object as defined in the documentation and a successful response will return the newly created Channel object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required using OAuth 2.0 with the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: advertisers.channels.create\n\n| Display \\& Video 360 API v1 has been sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a new channel. Returns the newly created channel if successful.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/channels`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that owns the created channel. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the partner that owns the created channel. |\n\n### Request body\n\nThe request body contains an instance of [Channel](/display-video/api/reference/rest/v1/advertisers.channels#Channel).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Channel](/display-video/api/reference/rest/v1/advertisers.channels#Channel).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]