Hi,
I have inserted my Google Analytics code into "imagevue/templates/index.gallery.phtml ". When viewing my report, I see lots of different gallery pages being recorded separately.
For example:
/gallery/index.php/content/gallery01/01.jpg/ > 300 pageviews
/gallery/index.php/content/gallery02/02.jpg/ > 220 pageviews
/gallery/index.php/content/gallery03/03.jpg/ > 140 pageviews
As you can imagine, the more hits I get on the gallery pages, the more complicated my analytics report gets. At the end, it is very difficult to see the other static pages of my website.
Is there anyway I can combine all these gallery pages into one single page and record them all together by placing the analytics code somewhere else?
Thank you