The analytical functions send events to the server for storage. These events are listed below.
All events consist of five core data plus additional bonus information.
Core data
Name |
Description |
Value |
uuid |
Unique identifier of a user. |
string |
sessionUuid |
Unique identifier of a user’s session |
string |
device |
Defines whether the user is inside a browser or an application. |
string |
country |
Country of the user |
string |
event |
Type of the event |
string |
Event specific data
Name |
Description |
Value |
sceneId |
Unique identifier of the current scene |
int |
sceneName |
Name of the current scene |
string |
hotspotIndex |
Index of the hotspot, inside the list of hotspots from the current scene |
int |
hotspotName |
Name of the hotspot |
string |
Events
Name |
Description |
Specific data |
pageview |
Sent as soon as the page has finished loading. It defines the start of a session within the WebVR application. |
None |
pageclose |
Sent as soon as the user leaves the page / application. |
None |
sceneenter |
Sent after a new scene is completely loaded. |
sceneId, sceneName |
hotspotclick |
Sent as soon as the user opens a hotspot. |
sceneId, sceneName, hotspotIndex, hotspotName |
hotspotclose |
Sent as soon as the user closes a hotspot. |
sceneId, sceneName, hotspotIndex, hotspotName |
Post your comment on this topic.