Skip to main content
query

Requires read_reports access scope.

Returns the list of available analytics schemas with their dimensions and metrics.

•[String!]

Filter schemas by name. When omitted, returns all schemas.


Was this section helpful?

•[AnalyticsSchema!]

A data schema with its dimensions and metrics from the analytics service.

Anchor to attributionSchemaNameattributionSchemaName
•String

The name of the attribution schema if attribution is configured.

•AnalyticsSchemaDeprecation

Deprecation metadata for this schema, if it has been deprecated.

•String!
non-null

A description of what this schema represents.

•[AnalyticsSchemaField!]!
non-null

The dimensions (groupable fields) available in this schema.

•[AnalyticsSchemaMatchableJoin!]!
non-null

Other schemas that can be used with MATCHES for this schema.

•[AnalyticsSchemaField!]!
non-null

The metrics (aggregatable fields) available in this schema.

•AnalyticsSchemaMultistoreConfig

Multi-store configuration for this schema.

•String!
non-null

The name of the schema.

•[String!]!
non-null

Potential use cases for this schema.

•String!
non-null

The primary key field for this schema.

Anchor to supportsMultiFactQueriessupportsMultiFactQueries
•Boolean

Whether this schema can be selected with other schemas in a query.

•[AnalyticsSchemaTierAvailability!]!
non-null

A list of tiers for the schema, controlling access to certain fields based on a date range.


Was this section helpful?