AdSense Host API: customchannels. Generates performance reports, generates ad codes, and provides publisher management capabilities for AdSense Hosts. See: https://developers.google.com/adsense/host/docs/reference/rest/v4.1/customchannels
AdSense Host API: customchannels. Generates performance reports, generates ad codes, and provides publisher management capabilities for AdSense Hosts. See: https://developers.google.com/adsense/host/docs/reference/rest/v4.1/customchannels
(delete$ auth parameters)
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/delete
Required parameters: adClientId, customChannelId
Optional parameters: none
Delete a specific custom channel from the host AdSense account.
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/delete Required parameters: adClientId, customChannelId Optional parameters: none Delete a specific custom channel from the host AdSense account.
(get$ auth parameters)
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/get
Required parameters: adClientId, customChannelId
Optional parameters: none
Get a specific custom channel from the host AdSense account.
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/get Required parameters: adClientId, customChannelId Optional parameters: none Get a specific custom channel from the host AdSense account.
(insert$ auth parameters body)
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/insert
Required parameters: adClientId
Optional parameters: none
Body:
{:code string, :id string, :kind string, :name string}
Add a new custom channel to the host AdSense account.
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/insert Required parameters: adClientId Optional parameters: none Body: {:code string, :id string, :kind string, :name string} Add a new custom channel to the host AdSense account.
(list$ auth parameters)
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/list
Required parameters: adClientId
Optional parameters: maxResults, pageToken
List all host custom channels in this AdSense account.
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/list Required parameters: adClientId Optional parameters: maxResults, pageToken List all host custom channels in this AdSense account.
(patch$ auth parameters body)
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/patch
Required parameters: adClientId, customChannelId
Optional parameters: none
Body:
{:code string, :id string, :kind string, :name string}
Update a custom channel in the host AdSense account. This method supports patch semantics.
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/patch Required parameters: adClientId, customChannelId Optional parameters: none Body: {:code string, :id string, :kind string, :name string} Update a custom channel in the host AdSense account. This method supports patch semantics.
(update$ auth parameters body)
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/update
Required parameters: adClientId
Optional parameters: none
Body:
{:code string, :id string, :kind string, :name string}
Update a custom channel in the host AdSense account.
https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/update Required parameters: adClientId Optional parameters: none Body: {:code string, :id string, :kind string, :name string} Update a custom channel in the host AdSense account.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close