We use Matomo on our Single page application. However we also have a landing page and then an authentication page (They’re in Vue.js). Once logged in they enter the the SPA. We’ve implemented landing pages correct and also the SPA pages look like they’re working, however sometimes the visitors don’t have a complete journey from landing page to log out. I wonder if it’s the transition between landing pages to auth and auth to the app. I have implemented the javascript code provided in matomo on each page (vue page is using the vue implementation). I’m wondering if I should only call the _paq variable and function on the first landing page and then only need to call the ‘trackpageview’ within the app? Any ideas?