Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.adsensehost.urlchannels

AdSense Host API: urlchannels. 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/urlchannels

AdSense Host API: urlchannels.
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/urlchannels
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: urlChannelId, adClientId

Optional parameters: none

Delete a URL channel from the host AdSense account.

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

Required parameters: urlChannelId, adClientId

Optional parameters: none

Delete a URL 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/urlchannels/insert

Required parameters: adClientId

Optional parameters: none

Body:

{:urlPattern string, :id string, :kind string}

Add a new URL channel to the host AdSense account.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/urlchannels/insert

Required parameters: adClientId

Optional parameters: none

Body: 

{:urlPattern string, :id string, :kind string}

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

list$clj

(list$ auth parameters)

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

Required parameters: adClientId

Optional parameters: pageToken, maxResults

List all host URL channels in the host AdSense account.

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

Required parameters: adClientId

Optional parameters: pageToken, maxResults

List all host URL channels in the host AdSense account.
sourceraw docstring

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

× close