Google Analytics · Schema

GoogleAnalyticsAdminV1betaAccessFilterExpressionList

A list of filter expressions.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
expressions array A list of filter expressions.
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betaaccessfilterexpressionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpressionList",
  "title": "GoogleAnalyticsAdminV1betaAccessFilterExpressionList",
  "description": "A list of filter expressions.",
  "properties": {
    "expressions": {
      "description": "A list of filter expressions.",
      "items": {
        "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpression"
      },
      "type": "array"
    }
  },
  "type": "object"
}