Google Search Console · JSON Structure

Google Search Console Search Analytics Query Request Structure

Type: object Properties: 9
AnalyticsGoogleSearchSEOWebmaster Tools

SearchAnalyticsQueryRequest is a JSON Structure definition published by Google Search Console, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

startDate endDate dimensions type dimensionFilterGroups aggregationType rowLimit startRow dataState

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchAnalyticsQueryRequest",
  "type": "object",
  "properties": {
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "dimensions": {
      "type": "array"
    },
    "type": {
      "type": "string"
    },
    "dimensionFilterGroups": {
      "type": "array"
    },
    "aggregationType": {
      "type": "string"
    },
    "rowLimit": {
      "type": "integer"
    },
    "startRow": {
      "type": "integer"
    },
    "dataState": {
      "type": "string"
    }
  }
}