
1 minute read
Real User Instrumentation
Below are four methods of page naming in the Alluvio portal, which is an important component for real user and synthetic data collection.
• Page naming is our full-page load naming. This is best done by grabbing a variable from the data layer, however if no data layer exists, then we can dynamically identify pages by using its URL. This approach has limitations. For further information on this, visit: help-uji.aternity.com/hc.
• Single Page Application (SPA) page naming enhances our capabilities to determine when a virtual turn occurs. This allows us to see the pages and opportunities when there is a partial page load, such as when the browser does not fully load a new page and only the content and elements on the page change.
• With Mutation Observer Page naming we can set specific interactions on the pages as unique insights. This allows us to understand more about the user journey and performance opportunities.
• Custom Timers can also be utilized to measure any specific interaction, feature, or call that is unique to your use case.
Through the combined implementation of these four methods, you can capture the complete experience of your customers, such as page navigation, knowing if they zoomed in on an image, clicked on a new feature on your site, opened the menu icon, and more. With these insights, you can understand the opportunity associated with improving the page or even a specific feature’s performance.