This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers. Contact your account manager if you need to use this method.
HTTP request
POST https://adsense.googleapis.com/v2/{parent=accounts/*/adclients/*}/customchannels
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eCreates a new custom channel under a specified ad client for use with AdSense for Platforms publishers.\u003c/p\u003e\n"],["\u003cp\u003eThe method requires authorization using the \u003ccode\u003ehttps://www.googleapis.com/auth/adsense\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eIt involves sending a POST request to a specific URL with details about the custom channel in the request body.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the response includes the details of the newly created custom channel.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality is restricted and primarily intended for use by projects associated with AdSense for Platforms publishers.\u003c/p\u003e\n"]]],[],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_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 custom channel.\n\nThis method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.\n\nHTTP request\n\n`POST https://adsense.googleapis.com/v2/{parent=accounts/*/adclients/*}/customchannels`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The ad client to create a custom channel under. Format: accounts/{account}/adclients/{adclient} |\n\nRequest body\n\nThe request body contains an instance of [CustomChannel](/adsense/management/reference/rest/v2/accounts.adclients.customchannels#CustomChannel).\n\nResponse body\n\nIf successful, the response body contains a newly created instance of [CustomChannel](/adsense/management/reference/rest/v2/accounts.adclients.customchannels#CustomChannel).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsense`"]]