Google Analytics provides a snipet to track traffic in webpages shown below:
HTML Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1839003-1";
urchinTracker();
</script>
I have two urls to my discussion board, where do I add the tracking capability:
http://www.omdur.com/board/forumdisplay.php?f=7
http://www.omdur.com/board/index.php?
These are sensitive files so I don't wanna tamper with them. I have Vbulletin 3.0 so how would I do it? I need to track them asap since I have alot of traffic on the board
HTML Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1839003-1";
urchinTracker();
</script>
I have two urls to my discussion board, where do I add the tracking capability:
http://www.omdur.com/board/forumdisplay.php?f=7
http://www.omdur.com/board/index.php?
These are sensitive files so I don't wanna tamper with them. I have Vbulletin 3.0 so how would I do it? I need to track them asap since I have alot of traffic on the board
Comment