Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.searchconsole.searchanalytics

Google Search Console API: searchanalytics. The Search Console API provides access to both Search Console data (verified users only) and to public information on an URL basis (anyone) See: https://developers.google.com/webmaster-tools/search-console-api/api/reference/rest/v1/searchanalytics

Google Search Console API: searchanalytics.
The Search Console API provides access to both Search Console data (verified users only) and to public information on an URL basis (anyone)
See: https://developers.google.com/webmaster-tools/search-console-api/api/reference/rest/v1/searchanalytics
raw docstring

query$clj

(query$ auth parameters body)

https://developers.google.com/webmaster-tools/search-console-api/api/reference/rest/v1/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/search-console-api/api/reference/rest/v1/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