Hi,
I am working on jQuery plugin which is a gallery with pageviews for each and every image.
I am changing the page URL by using pushstate as below:
history.pushState(null,null,'http://www.abc.com/gallery/abc/'+i);
_gaq.push(['_trackPageview', 'http://www.abc.com/gallery/abc/'+i]);
Here 'i' is the dynamic value, which will change based upon the image number in gallery.
But, i am not getting the pageviews in google analytics. The pageviews are overwriting every time.
Can any one help out please?