HomeGuidesRecipesAPI
HomeGuidesAPILog In

Interaction Page Log

Returns which pages were visited during a form and how much time was spent on each page. Note the endpoint of being 'on' a page is either going to another page or following scenarios:

  • Submitted
  • Reassigned
  • Go to Project (Tile Question)
  • Saved (A saved form can be exited without counting as a drop off).
NameDescription
FormName of the form
PageName of the Page
FocusTimeUTCWhen the user opened the page
SecondsOnPageHow long the user spent on the page

📘

Raw Data Access

Access to the raw data can be achieved using the following query

SELECT TOP (1000) [Business_Unit_GUID]
,[Form]
,[Page]
,[FocusTimeUTC]
,[SecondsOnPage]
FROM [InfinitiDevV10_0R2].[dbo].[vwInteractionLog_Page]