Deprecated: Due to the possibility of ambiguity, accounts with both an AdSense publisher account and an AdExchange account will throw an error when trying to use the default account. Always use accounts.list
to check if there's more than one account and let the user choose in that case. After that, specify the account ID on every call using the /accounts/
namespace.
Get the specified custom channel from the specified ad client.
Try it now.Request
HTTP request
GET https://www.googleapis.com/adsense/v1.4/adclients/adClientId/customchannels/customChannelId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
adClientId |
string |
Ad client which contains the custom channel. |
customChannelId |
string |
Custom channel to retrieve. |
Authorization
This request requires authorization with at least one of the following scopes:
Scope |
---|
https://www.googleapis.com/auth/adsense |
https://www.googleapis.com/auth/adsense.readonly |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Customchannels resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.