HomeGuidesRecipesAPI
HomeGuidesAPILog In

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.

NameDescription
(See interaction Log for generic Columns)
InteractionSecondsTime 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]