Hi We've just added GUA Tracking in our Tealium Tagmanager and Angular 1.X frontend with the provided github project. The trackings all popup on GA as expected except the page path. Only the entry page url is send to GA and never gets updated during navigation. Page Titles instead are updated on every page change. I use the "GA Debug" chrome plugin to track GA events sent. The location there is already wrong. Regarding to the docs, location is defined with document.location.pathname. This is immediatly before I trigger my custom event set correctly. Do you have any ideas or hints, how I can get the location updated? thank you very much!
... View more