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.
sourceraw 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: pageSize, pageToken

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

List the apps under the specified AdMob account.
sourceraw 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.
sourceraw 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.
sourceraw 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 {:maxReportRows integer, :dimensionFilters [MediationReportSpecDimensionFilter], :dimensions [string], :timeZone string, :sortConditions [MediationReportSpecSortCondition], :metrics [string], :dateRange DateRange, :localizationSettings LocalizationSettings}}

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 {:maxReportRows integer,
              :dimensionFilters [MediationReportSpecDimensionFilter],
              :dimensions [string],
              :timeZone string,
              :sortConditions [MediationReportSpecSortCondition],
              :metrics [string],
              :dateRange DateRange,
              :localizationSettings LocalizationSettings}}

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.
sourceraw 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, :maxReportRows integer, :dateRange DateRange, :dimensions [string], :timeZone string, :metrics [string], :sortConditions [NetworkReportSpecSortCondition], :dimensionFilters [NetworkReportSpecDimensionFilter]}}

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,
              :maxReportRows integer,
              :dateRange DateRange,
              :dimensions [string],
              :timeZone string,
              :metrics [string],
              :sortConditions [NetworkReportSpecSortCondition],
              :dimensionFilters [NetworkReportSpecDimensionFilter]}}

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

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

× close