Analytics
Allows to add a tab with Extension analytics data to the Event's analytics page. This feature is enabled by providing corresponding flag in instance handshake response.
Analytics
GET
https://example-extension.mic.io/lvis/:lvis_instance_id/projects/:project_id/events/:event_id/analytics_tab
Path Parameters
lvis_instance_id
string
Unique identifier across all M/IC instances, in UUID format.
project_id
string
Project UUID.
event_id
string
Event UUID.
Example
Response parameters
categories
define data sections and items
define actual data. type
defines how the data should be presented. Supported types are:
categories
Data sections.
items
Actual analytics data. type
defines how the data should be presented and the only type
currently supported is string
, which will display data as is.
final
Informs that tab content will not change anymore and can be cached by the platform to be available anytime later without hitting the Extension.
Was this helpful?