Get the specified custom channel belonging to the specified ad client under the specified account. Try it now.
Request
HTTP Request
GET https://www.googleapis.com/adsense/v1.1/accounts/accountId/adclients/adClientId/customchannels/customChannelId
Parameters
In addition to the standard parameters, this method supports the following query parameters:
Parameter Name | Value | Type | Description |
---|---|---|---|
Required Parameters | |||
accountId |
string |
query |
Account on which to report. |
adClientId |
string |
query |
Ad client which contains the custom channel. |
customChannelId |
string |
query |
Custom channel to retrieve. |
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!
You can use the APIs Explorer to call this method on live data and see the response.