DimensionFilterGroup

A group of dimension filters applied to the query.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
groupType string How filters within this group are combined.
filters array Filters within this group.
View JSON Schema on GitHub

JSON Schema

google-search-console-dimension-filter-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DimensionFilterGroup",
  "type": "object",
  "description": "A group of dimension filters applied to the query.",
  "properties": {
    "groupType": {
      "type": "string",
      "description": "How filters within this group are combined."
    },
    "filters": {
      "type": "array",
      "description": "Filters within this group."
    }
  }
}