Sample Flows

This article shares some possible use cases your implementation could support, as well as an example flow that could support each use case. You're certainly not limited to these use cases, but they can be a helpful jumping off point as you plan your implementation.

Display an analytics widget with data about a specific Wix site

You can display analytics data that Wix has collected about a site in an external platform or site frontend.

  1. Map your widget data to the relevant measurement types.
  2. When a user opens your widget, call Get Analytics Data and include any relevant date range, time zone and measurement types.
  3. Display the returned values to the user.
Was this helpful?
Yes
No