Success/failure of load
Can we track Success/failure of load on a page within adobe analytics. What metrics dimension do we use to track it for reporting ?
Can we track Success/failure of load on a page within adobe analytics. What metrics dimension do we use to track it for reporting ?
Hi @swatiti,
If you want to track 'Page not found'/errors, then as long as you know it's an error page, you can pass the value into the pageType variable (with an event as well if you wanted):
https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/page-vars/pagetype
If you want to get more granular, you can use the native performance timing in the browser, window.performance: https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Navigation_and_resource_timings
& use values from there to work out how long various elements took to load. You can then fire an event if, for example, certain things didn't happen, or took too long to happen.
You could track Success of page load, however if you are tracking pages that haven't loaded, then the remainder by definition will have all loaded successfully.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.