The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[Mod-Mall] Google Analytics with User Info and Site Speed! Details »» | |||||||||||||||||||||||||||||||||||
[Mod-Mall] Google Analytics with User Info and Site Speed!
Developer Last Online: Jun 2012
What Google Analytics Does
For those of you not in the know... Google Analytics allows you to track site visits, bounce rate, content, users, along with dozens of other metrics... Even tying in with adsense/adwords. It has now introduced Site Speed into the mix What This Mod Does This mod inserts the javascript in your header template, saving you from having to edit or revert your templates every upgrade. It Also
How to install
How to upgrade
Releases V0.5 - Pre-Release v1.0 - Release Notes I have nothing to do with Google, I just needed this for my forum and thought I would be nice.... By installing this mod you agree that I am in no way responsible for what it does good or bad to your website, or reporting,your dog or anything else for that matter. Support / Branding I provide vBulletin Mods for zero costs. To help me please leave the modification footer link alone, unless you support this modification with a 15$ minimum donation. If you choose to support me, I will contact you via the email provided by paypal with instructions on how to remove the footer note. A link to Supporting me ("Support Developer") can be found on the top right area of this post. Instructions for viewing the data Instructions for viewing the data inside Google Analytics can be found on my own website Like This Mod? Mark as Install Nominate for Mod of the Month Consider a Donation Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
mohammadxxx |
Comments |
#32
|
|||
|
|||
Great mod.. thanks!
|
#33
|
||||
|
||||
LVC, I've sent you a pm hope it helps.
|
#34
|
|||
|
|||
Hey, I applied this mod. Went to Options > Google Analytics Script then pretty well turned everything ON and eneterd my UA Number. Is that all?
Is there somewhere on vBull where I can see the stats without going onto analytics, or does this simply just enter the UA code automatically so that my analytics can track everything? |
#35
|
|||
|
|||
This mod has a flaw, as your forgot something. You didn't add the tracking code on the ARCHIVE section of vbulletin, which is available by default at http://www.url.com/forum/archive/index.php.
Here is how to add this, I hope this helps on adding this feature on a future release. Create a new plugin at hook archive_complete. Add the following code: Code:
$code="<script type=\"text/javascript\"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11076357-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></head>"; $output=str_replace("</head>",$code,$output); |
#36
|
|||
|
|||
Quote:
|
#37
|
|||
|
|||
I have had a skin installed and now I'm showing no data in analytics. Could the skin have deleted the header info?
|
#38
|
||||
|
||||
Check your source for mention of your UA number
|
#39
|
|||
|
|||
Nice mod i have installed it and its working gr8
|
#40
|
|||
|
|||
does this support SSL Google Analytics?
as i don't want my users to be thrown "Connection Partially Encrypted" error on my full-SSL enabled site. |
#41
|
||||
|
||||
Do you still want this? It shouldn't be to difficult (let me know via pm)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|