Analytics
Qlik Sense events
Triggered by a client (browser) each time a sheet change event is recorded, when in the native experience or when using qlik-embed with the classic/app
UI. Will not be emitted when changing between sheet modes (for example, going from View to Edit), or in non-sheet UIs (such as Stories, Reporting, etc).
Payload
object- idstringRequired
Unique identifier for the event.
- timestringRequired
Timestamp of when the event happened.
- typestringRequired
The type of the event.
- sourcestringRequired
The source of the event.
- specversionstringRequired
The event is compatible with the CloudEvents specification v1.0.2.
Can be one of: "1.0"
- dataobject
data properties
- appIdstring
Identifier of the app related to this event.
- sheetIdstring
Identifier of the sheet related to this event.
- sheetStatestring
The mode in which the sheet was opened, either
analysis
(view mode),edit
(advanced edit mode), orsimpleEdit
(simplified edit mode).Can be one of: "analysis""edit""simpleEdit"
- sheetTitlestring
If set, the evaluated sheet title expression, else the sheet title.
-
com.qlik.v1.analytics.analytics-app-client.sheet-view.opened
Example payload of the "Sense Sheet View Opened" event
{ "id": "60143626-36a8-4661-9afe-8080a01d89e7", "time": "2018-10-30T07:06:22Z", "type": "string", "source": "string", "specversion": "1.0", "data": { "appId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4", "sheetId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4", "sheetState": "analysis", "sheetTitle": "My Sheet" }}