Semantic Model Object


A semantic model defining the measures, dimensions, and parameters available for querying site performance data, such as traffic, revenue, and engagement metrics.

Properties
descriptionstringmaxLength 5120

Human-readable description of the semantic model.


dimensionsArray <Field>maxItems 1000

Categorical fields available for grouping data, such as traffic source, country, or product name.


idstringRead-onlyformat GUID

Semantic model ID.


keywordsArray <string>maxItems 100maxLength 5120

Keywords associated with the semantic model for search and discovery.


measuresArray <Field>maxItems 1000

Quantitative fields available for aggregation, such as revenue, page views, or order count.


parametersArray <Field>maxItems 1000

Optional inputs that customize query behavior, such as currency or date granularity.


slugstringmaxLength 5120

URL-friendly identifier for the semantic model.

Did this help?