I'm finding that my PageName variable is not reading the correct value.
The app is a SPA Vue app, in Launch, the PageName is set as
"%Path%%Hash%" and the Page Url is set as "%URL%".What is happening is
for example I am on my /pay/verify page, when I click on a link with an
analytics call, the page name is supposed to register as "/pay/verify"
however, it is reading as the next page that I arrive at, say
"/pay/method" instead. In the click handler for the link, I have:
chooseVerificationOptions(...