Interaction Time Log
Returns the time of each interaction together with a calculated 'Interaction Time' column. The interaction time column is the time span between the interaction with the current interaction and the next interaction.
Name | Description |
---|---|
(See interaction Log for generic Columns) | |
InteractionSeconds | Time in seconds between the current interaction and the next interaction. |
Raw Data Access
Access to the raw data for this query can be achieved using the following query
SELECT TOP (1000) [Business_Unit_GUID]
,[Log_Guid]
,[Form]
,[Page]
,[ControlID]
,[EventType]
,[FocusTimeUTC]
,[InteractionSeconds]
FROM [vwInteractionLog_InteractionTime]
Updated almost 5 years ago