The Semantic Model API provides access to semantic models that define the analytics data available for a Wix site. Each semantic model describes a specific analytics subject area (such as site traffic or revenue) and specifies the measures, dimensions, and parameters you can use to query it.
With the Semantic Model API, you can:
It's important to note the following points before starting to code:
interval). You can't query semantic model data without specifying a date range.Get Semantic Model. Call Get Semantic Model first to discover available field names.dependencies property in the Get Semantic Model response. The field returns data only if at least one of its listed dependencies is also included in the query; otherwise it's silently omitted from results. For example, a measure might only return data when a specific dimension is also in the query.formattingEnabled to true in your query to also receive a human-readable string for each value—for example, 1500 formatted as "$1,500.00".Date last updated: 15 June 2026