Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.webmasters.searchanalytics

Search Console API: searchanalytics. View Google Search Console data for your verified sites. See: https://developers.google.com/webmaster-tools/api/reference/rest/v3/searchanalytics

Search Console API: searchanalytics.
View Google Search Console data for your verified sites.
See: https://developers.google.com/webmaster-tools/api/reference/rest/v3/searchanalytics
raw docstring

query$clj

(query$ auth parameters body)

https://developers.google.com/webmaster-tools/api/reference/rest/v3/searchanalytics/query

Required parameters: siteUrl

Optional parameters: none

Body:

{:searchType string, :startDate string, :dataState string, :rowLimit integer, :dimensions [string], :endDate string, :dimensionFilterGroups [{:filters [ApiDimensionFilter], :groupType string}], :startRow integer, :aggregationType string}

Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.

When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.

https://developers.google.com/webmaster-tools/api/reference/rest/v3/searchanalytics/query

Required parameters: siteUrl

Optional parameters: none

Body: 

{:searchType string,
 :startDate string,
 :dataState string,
 :rowLimit integer,
 :dimensions [string],
 :endDate string,
 :dimensionFilterGroups [{:filters [ApiDimensionFilter],
                          :groupType string}],
 :startRow integer,
 :aggregationType string}

Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.

When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.
sourceraw docstring

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

× close