How to track single page application web apps
The MarketingHub code for Websites and Web Apps seems to send page views to MH upon DOM ready.
However, with SPA (single page applications) such as Angular, React & Vue, there is only one DOM ready event that fires, and subsequent page views are all virtual.
What code can be used to trigger a new page view to MH? And, is there a way to control what the page title/document title value sent over is?