Overview
A data point contains information about a single logged event. Each event is created by the Data Tracking Interface Asset. See our article about data point creation for details.
Structure of a Data Point
The following information is collected for all data points and is available for use in chart creation for analytics:
- Timestamp UTC: Contains the timestamp at the moment the Log Event action occurred.
The date is formatted as [day]/[month]/[year]. The time recorded is for the UTC standard, equivalent to Greenwich Mean Time (GMT).
This field has a different name when using the Mixpanel or Segment connectors; see the corresponding articles. - Timestamp Local Time: Contains the timestamp at the moment the Log Event action occurred.
The date is formatted as [day]/[month]/[year]. The time recorded is for the local time zone of the device running Composer/Player.
This field is not available when using the Mixpanel and Segment connectors; see the corresponding articles. - Device Name: The name of the device running Composer/Player
- Application: The name of the Intuiface software running on the device. Values can be any one of
- Composer
- PlayerForWindows (used for Player on Windows devices)
- Player (used for Player on all other platforms)
- Legacy Analytics users: This field used to be represented by two values: PlayerForTablets and PlayerForKiosks.
- Webpage (used for web and Progressive Web App deployments)
- Application Version: The version of the Intuiface application identified in the previous field
- Player Tags: A list of all tags assigned to this instance of Player. If multiple tags exist, they will be separated by the pipe symbol: '|'. Tags can be individually referenced when building charts.
- OS: The name of the operating system on the device running Composer/Player. Values can be any one of:
- Windows
- iPad
- Android
- Chrome OS
- SSSP [for Samsung SMART Signage Platform]
- OS Version: The version of the operating system identified in the previous field.
- Experience Name: The name of the Intuiface experience that generated this data point.
- Session ID: Contains the Session ID if specified by the running experience. Could be blank.
This field has a different name when using the Mixpanel and Segment connectors; see the corresponding articles. - Scene Name: The name of the scene in which the data point was generated.
- Event Name: The name of the event specified in the Log Event action.
- Elapsed Time: Contains a value only for the automatically recorded events "Scene Left", "Session Stopped" and "Experience Stopped". In all other cases, this field will be blank.
The following field only conditionally appears:
- [Parameter Name]: An instance for every parameter defined in the Log Event action.
- There will be as many columns as there are parameters for a given data point.
The following fields are documented here for legacy purposes:
- Value: Only appears if using Intuiface Version 5.1 or earlier.
- Comment: Only appears if using Intuiface Version 5.1 or earlier.
Comments
0 comments
Article is closed for comments.