Currently in my website, I used HTML5\'s pushState() and popState in links to increase the speed. However, this doesn\'t really change the real URL and it
popState
I also had problems with ga('send','pageview');, after using history.pushState.
The workaround was simply make the URL explicit. ga('send','pageview','/my-url')