Did you know that the lastest version of datAvenger Service has Google Analytics support to help you track site visitors and see trends of what’s happening on your site, and the best part is it’s super easy to setup. To start you need to go to google.com/analytics and setup the analytics account. Once you have setup the analytics account, you need to get the code to put on your site: it usually looks like this:
<br /> <br /> var _gaq = _gaq || [];<br /> _gaq.push(['_setAccount', 'UA-xxxxxxx-x');<br /> _gaq.push(['_trackPageview']);</p> <p>(function() {<br /> var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;<br /> ga.src = ('https:' == document.location.protocol ? 'https://ssl' : http://www') + '.google-analytics.com/ga.js';<br /> var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);<br /> })();<br /> <br />
You can find it in your Google Analytics Control Panel. Follow these screenshots:
Click the settings icon on the right side of the dashboard navigation bar.
Click Tracking Code tab
Copy Code from step 2 on this page
Now that you have the tracking code go into your datAvenger service admin area. Click the setting tab, then click tools, and paste your Google Analytics code into the box provided for Google Analytics. Click save and now your site will track the user’s behavior while on they are visiting the site.