I have a website that has been built in Angular.
As there is no full round trip between page loads, using performance.timing metrics is unreliable.
performance.timing.loadEventEnd for page 1 and page 2 will remain the same as only content is refreshed.
If I were to use performance.timing.loadEventEnd - performance.timing.navigationStart as a metric, it would be grossly inaccurate number for page 2 as only page 1 would have full round trip.
If performance.timing events are unreliable, what data can I pull from Angular and should this be passed as a dataLayer object to read in Adobe Launch?
Thanks.