Tagged Questions
5
votes
1answer
320 views
Unable to use anchor hash tag if using Google Analytics utm
If I want to user to go a particular section of my webpage, I will use
http://www.mywebsite.com/help_faq.html#contribution
However, sometimes, I need to track where user come from, if I use
...
0
votes
2answers
266 views
Tracking Outgoing Links With Google Analytics Events
I've been trying to track clicks on external links on my website using the events tracking method.
So I've got my Google Analytics code setup before body ends as shown below (note: quotes have been ...
4
votes
6answers
5k views
easier way to include google analytics script code on every page?
I have a website made up of only html pages. Instead of copy pasting the google analytics code on every .html file, is there a better way to include the google code on every page ?
0
votes
2answers
101 views
Does Google Analytics track links that use onclick=“parent.location='Something.html' ”?
I am using onclick="parent.location='#'" to make a table into a link, but will Google Analytics see this as a link or will it cause mayhem in the reports?