Google Analytics · Schema
SegmentDimensionFilter
Dimension filter specifies the filtering options on a dimension.
AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution
Properties
| Name | Type | Description |
|---|---|---|
| caseSensitive | boolean | Should the match be case sensitive, ignored for `IN_LIST` operator. |
| dimensionName | string | Name of the dimension for which the filter is being applied. |
| expressions | array | The list of expressions, only the first element is used for all operators |
| maxComparisonValue | string | Maximum comparison values for `BETWEEN` match type. |
| minComparisonValue | string | Minimum comparison values for `BETWEEN` match type. |
| operator | string | The operator to use to match the dimension with the expressions. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SegmentDimensionFilter",
"title": "SegmentDimensionFilter",
"description": "Dimension filter specifies the filtering options on a dimension.",
"properties": {
"caseSensitive": {
"description": "Should the match be case sensitive, ignored for `IN_LIST` operator.",
"type": "boolean"
},
"dimensionName": {
"description": "Name of the dimension for which the filter is being applied.",
"type": "string"
},
"expressions": {
"description": "The list of expressions, only the first element is used for all operators",
"items": {
"type": "string"
},
"type": "array"
},
"maxComparisonValue": {
"description": "Maximum comparison values for `BETWEEN` match type.",
"type": "string"
},
"minComparisonValue": {
"description": "Minimum comparison values for `BETWEEN` match type.",
"type": "string"
},
"operator": {
"description": "The operator to use to match the dimension with the expressions.",
"enum": [
"OPERATOR_UNSPECIFIED",
"REGEXP",
"BEGINS_WITH",
"ENDS_WITH",
"PARTIAL",
"EXACT",
"IN_LIST",
"NUMERIC_LESS_THAN",
"NUMERIC_GREATER_THAN",
"NUMERIC_BETWEEN"
],
"type": "string"
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-analytics-segmentdimensionfilter"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.