Google Search Console · JSON Structure

Google Search Console Search Analytics Row Structure

Type: object Properties: 5
AnalyticsGoogleSearchSEOWebmaster Tools

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

Properties

keys clicks impressions ctr position

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchAnalyticsRow",
  "type": "object",
  "properties": {
    "keys": {
      "type": "array"
    },
    "clicks": {
      "type": "number"
    },
    "impressions": {
      "type": "number"
    },
    "ctr": {
      "type": "number"
    },
    "position": {
      "type": "number"
    }
  }
}