Liking cljdoc? Tell your friends :D

happygapi.adsensehost.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/api/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/api/reference/rest/v4.1/customchannels
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/delete

Required parameters: customChannelId, adClientId

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: customChannelId, adClientId

Optional parameters: none

Delete a specific custom channel from the host AdSense account.
sourceraw docstring

get$clj

(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.
sourceraw docstring

insert$clj

(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, :kind string, :id 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, :kind string, :id string, :name string}

Add a new custom channel to the host AdSense account.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/list

Required parameters: adClientId

Optional parameters: pageToken, maxResults

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: pageToken, maxResults

List all host custom channels in this AdSense account.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/customchannels/patch

Required parameters: customChannelId, adClientId

Optional parameters: none

Body:

{:code string, :kind string, :id 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: customChannelId, adClientId

Optional parameters: none

Body: 

{:code string, :kind string, :id string, :name string}

Update a custom channel in the host AdSense account. This method supports patch semantics.
sourceraw docstring

update$clj

(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, :kind string, :id 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, :kind string, :id string, :name string}

Update a custom channel in the host AdSense account.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close