Could someone help me on capturing full url including the query parameters in case of “Single page application - SPA” in variable “g”, details as follows:
- Implementation done via Adobe Launch
- Implementation Method- EDDL
Issue Description: When I navigate from page A to page B(SPA), url changes from www.xyz.html to www.xyz.html/#pageB but the variable “g” in the adobe hit doesn’t capture the full url of the page B in page load call.
Impact: when I click on the CTAs on pageB, and If I break it down by url then it gives me incorrect results.
Alternatives Explored: Capturing page URL via Data Element Type: pageInfo and attribute: url and window.location.href. However, this is causing issues in the internal navigation clicks capturing the destination page url instead of current page due to timing issues.