Hi @NicoleSe1 You can try setting a custom event trigger by listening to the URL changes, I've tried it in a recent implementation in tealium but I guess you can also try this in Launch.// Track page views on URL change in SPA
try{
function trackPageView() {
trigger()
}
// Monitor URL changes to tr...