Google Search Console · JSON Structure

Google Search Console Dimension Filter Structure

Type: object Properties: 3
AnalyticsGoogleSearchSEOWebmaster Tools

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

Properties

dimension operator expression

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DimensionFilter",
  "type": "object",
  "properties": {
    "dimension": {
      "type": "string"
    },
    "operator": {
      "type": "string"
    },
    "expression": {
      "type": "string"
    }
  }
}