Liking cljdoc? Tell your friends :D

happygapi.adsensehost.accounts

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

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

adclients-get$clj

(adclients-get$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adclients/get

Required parameters: adClientId, accountId

Optional parameters: none

Get information about one of the ad clients in the specified publisher's AdSense account.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adclients/get

Required parameters: adClientId, accountId

Optional parameters: none

Get information about one of the ad clients in the specified publisher's AdSense account.
sourceraw docstring

adclients-list$clj

(adclients-list$ auth parameters)

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

Required parameters: accountId

Optional parameters: pageToken, maxResults

List all hosted ad clients in the specified hosted account.

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

Required parameters: accountId

Optional parameters: pageToken, maxResults

List all hosted ad clients in the specified hosted account.
sourceraw docstring

adunits-delete$clj

(adunits-delete$ auth parameters)

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

Required parameters: adUnitId, adClientId, accountId

Optional parameters: none

Delete the specified ad unit from the specified publisher AdSense account.

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

Required parameters: adUnitId, adClientId, accountId

Optional parameters: none

Delete the specified ad unit from the specified publisher AdSense account.
sourceraw docstring

adunits-get$clj

(adunits-get$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adunits/get

Required parameters: adUnitId, adClientId, accountId

Optional parameters: none

Get the specified host ad unit in this AdSense account.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adunits/get

Required parameters: adUnitId, adClientId, accountId

Optional parameters: none

Get the specified host ad unit in this AdSense account.
sourceraw docstring

adunits-getAdCode$clj

(adunits-getAdCode$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adunits/getAdCode

Required parameters: accountId, adClientId, adUnitId

Optional parameters: hostCustomChannelId

Get ad code for the specified ad unit, attaching the specified host custom channels.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adunits/getAdCode

Required parameters: accountId, adClientId, adUnitId

Optional parameters: hostCustomChannelId

Get ad code for the specified ad unit, attaching the specified host custom channels.
sourceraw docstring

adunits-insert$clj

(adunits-insert$ auth parameters body)

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

Required parameters: accountId, adClientId

Optional parameters: none

Body:

{:kind string, :status string, :code string, :id string, :name string, :contentAdsSettings {:size string, :type string, :backupOption {:color string, :url string, :type string}}, :mobileContentAdsSettings {:scriptingLanguage string, :markupLanguage string, :type string, :size string}, :customStyle {:kind string, :colors {:text string, :url string, :background string, :title string, :border string}, :font {:size string, :family string}, :corners string}}

Insert the supplied ad unit into the specified publisher AdSense account.

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

Required parameters: accountId, adClientId

Optional parameters: none

Body: 

{:kind string,
 :status string,
 :code string,
 :id string,
 :name string,
 :contentAdsSettings {:size string,
                      :type string,
                      :backupOption {:color string,
                                     :url string,
                                     :type string}},
 :mobileContentAdsSettings {:scriptingLanguage string,
                            :markupLanguage string,
                            :type string,
                            :size string},
 :customStyle {:kind string,
               :colors {:text string,
                        :url string,
                        :background string,
                        :title string,
                        :border string},
               :font {:size string, :family string},
               :corners string}}

Insert the supplied ad unit into the specified publisher AdSense account.
sourceraw docstring

adunits-list$clj

(adunits-list$ auth parameters)

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

Required parameters: accountId, adClientId

Optional parameters: includeInactive, maxResults, pageToken

List all ad units in the specified publisher's AdSense account.

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

Required parameters: accountId, adClientId

Optional parameters: includeInactive, maxResults, pageToken

List all ad units in the specified publisher's AdSense account.
sourceraw docstring

adunits-patch$clj

(adunits-patch$ auth parameters body)

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

Required parameters: adClientId, adUnitId, accountId

Optional parameters: none

Body:

{:kind string, :status string, :code string, :id string, :name string, :contentAdsSettings {:size string, :type string, :backupOption {:color string, :url string, :type string}}, :mobileContentAdsSettings {:scriptingLanguage string, :markupLanguage string, :type string, :size string}, :customStyle {:kind string, :colors {:text string, :url string, :background string, :title string, :border string}, :font {:size string, :family string}, :corners string}}

Update the supplied ad unit in the specified publisher AdSense account. This method supports patch semantics.

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

Required parameters: adClientId, adUnitId, accountId

Optional parameters: none

Body: 

{:kind string,
 :status string,
 :code string,
 :id string,
 :name string,
 :contentAdsSettings {:size string,
                      :type string,
                      :backupOption {:color string,
                                     :url string,
                                     :type string}},
 :mobileContentAdsSettings {:scriptingLanguage string,
                            :markupLanguage string,
                            :type string,
                            :size string},
 :customStyle {:kind string,
               :colors {:text string,
                        :url string,
                        :background string,
                        :title string,
                        :border string},
               :font {:size string, :family string},
               :corners string}}

Update the supplied ad unit in the specified publisher AdSense account. This method supports patch semantics.
sourceraw docstring

adunits-update$clj

(adunits-update$ auth parameters body)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adunits/update

Required parameters: accountId, adClientId

Optional parameters: none

Body:

{:kind string, :status string, :code string, :id string, :name string, :contentAdsSettings {:size string, :type string, :backupOption {:color string, :url string, :type string}}, :mobileContentAdsSettings {:scriptingLanguage string, :markupLanguage string, :type string, :size string}, :customStyle {:kind string, :colors {:text string, :url string, :background string, :title string, :border string}, :font {:size string, :family string}, :corners string}}

Update the supplied ad unit in the specified publisher AdSense account.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/adunits/update

Required parameters: accountId, adClientId

Optional parameters: none

Body: 

{:kind string,
 :status string,
 :code string,
 :id string,
 :name string,
 :contentAdsSettings {:size string,
                      :type string,
                      :backupOption {:color string,
                                     :url string,
                                     :type string}},
 :mobileContentAdsSettings {:scriptingLanguage string,
                            :markupLanguage string,
                            :type string,
                            :size string},
 :customStyle {:kind string,
               :colors {:text string,
                        :url string,
                        :background string,
                        :title string,
                        :border string},
               :font {:size string, :family string},
               :corners string}}

Update the supplied ad unit in the specified publisher AdSense account.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/get

Required parameters: accountId

Optional parameters: none

Get information about the selected associated AdSense account.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/get

Required parameters: accountId

Optional parameters: none

Get information about the selected associated AdSense account.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: filterAdClientId

Optional parameters: none

List hosted accounts associated with this AdSense account by ad client id.

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

Required parameters: filterAdClientId

Optional parameters: none

List hosted accounts associated with this AdSense account by ad client id.
sourceraw docstring

reports-generate$clj

(reports-generate$ auth parameters)

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/reports/generate

Required parameters: startDate, endDate, accountId

Optional parameters: locale, filter, dimension, startIndex, metric, sort, maxResults

Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.

https://developers.google.com/adsense/host/api/reference/rest/v4.1/accounts/reports/generate

Required parameters: startDate, endDate, accountId

Optional parameters: locale, filter, dimension, startIndex, metric, sort, maxResults

Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.
sourceraw docstring

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

× close