Liking cljdoc? Tell your friends :D

happygapi.admob.accounts

AdMob API: accounts. The AdMob API allows publishers to programmatically get information about their AdMob account. See: https://developers.google.com/admob/api/api/reference/rest/v1/accounts

AdMob API: accounts.
The AdMob API allows publishers to programmatically get information about their AdMob account. 
See: https://developers.google.com/admob/api/api/reference/rest/v1/accounts
raw docstring

adUnits-list$clj

(adUnits-list$ auth parameters)

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/adUnits/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List the ad units under the specified AdMob account.

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/adUnits/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List the ad units under the specified AdMob account.
raw docstring

apps-list$clj

(apps-list$ auth parameters)

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/apps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List the apps under the specified AdMob account.

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/apps/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List the apps under the specified AdMob account.
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/get

Required parameters: name

Optional parameters: none

Gets information about the specified AdMob publisher account.

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/get

Required parameters: name

Optional parameters: none

Gets information about the specified AdMob publisher account.
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/list

Required parameters: none

Optional parameters: pageSize, pageToken

Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/list

Required parameters: none

Optional parameters: pageSize, pageToken

Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.
raw docstring

mediationReport-generate$clj

(mediationReport-generate$ auth parameters body)

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/mediationReport/generate

Required parameters: parent

Optional parameters: none

Body:

{:reportSpec {:dimensions [string], :dateRange DateRange, :maxReportRows integer, :sortConditions [MediationReportSpecSortCondition], :timeZone string, :localizationSettings LocalizationSettings, :metrics [string], :dimensionFilters [MediationReportSpecDimensionFilter]}}

Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/mediationReport/generate

Required parameters: parent

Optional parameters: none

Body: 

{:reportSpec {:dimensions [string],
              :dateRange DateRange,
              :maxReportRows integer,
              :sortConditions [MediationReportSpecSortCondition],
              :timeZone string,
              :localizationSettings LocalizationSettings,
              :metrics [string],
              :dimensionFilters [MediationReportSpecDimensionFilter]}}

Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
raw docstring

networkReport-generate$clj

(networkReport-generate$ auth parameters body)

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/networkReport/generate

Required parameters: parent

Optional parameters: none

Body:

{:reportSpec {:localizationSettings LocalizationSettings, :dimensionFilters [NetworkReportSpecDimensionFilter], :dateRange DateRange, :timeZone string, :metrics [string], :sortConditions [NetworkReportSpecSortCondition], :dimensions [string], :maxReportRows integer}}

Generates an AdMob Network report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.

https://developers.google.com/admob/api/api/reference/rest/v1/accounts/networkReport/generate

Required parameters: parent

Optional parameters: none

Body: 

{:reportSpec {:localizationSettings LocalizationSettings,
              :dimensionFilters [NetworkReportSpecDimensionFilter],
              :dateRange DateRange,
              :timeZone string,
              :metrics [string],
              :sortConditions [NetworkReportSpecSortCondition],
              :dimensions [string],
              :maxReportRows integer}}

Generates an AdMob Network report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
raw docstring

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

× close