Support » Theme: Pinnacle » Pinnacle Pro – anonymized analytics

  • Hi,

    i love your theme and i like the function for analytics.
    But how to make the tracking of analytics anonymous (without tracking the ip´s for legal german reasons).

    Best regards,

    Chekki

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,
    The premium theme allows you to add a google analytics tracking ID. It doesn’t do any of the actual tracking. I’m not sure which tracking company your wanting to use but the theme only allows you to add the script, you can choose any company and add in there script to your site if you don’t want to use google.

    For premium support please use the premium support forms.

    http://www.kadencethemes.com/support-forums/forum/pinnacle-theme/

    Kadence Themes

    Thread Starter Chekki

    (@chekki)

    Hi,

    thx for reply. I think I did not express myself well. I would like to use google analytics, thats not the question. I would like to implement the following wihtin in the analytics code:

    _gaq.push(['_gat._anonymizeIp']);

    So the ip wont be tracked anymore (in germany you have to).

    The whole script could be something like this:

    <script type="text/javascript">
    
    	var _gaq = _gaq || [];
    	_gaq.push(['_setAccount', 'UA-11...']);
    	_gaq.push(['_gat._forceSSL']);
    	_gaq.push(['_gat._anonymizeIp']);
    	_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>

    Hope it is clear now.

    Best regards,

    Chekki

    You can still do this using your own tracking code. You don’t have to add anything into the tracking ID in the settings just use a plugin like this: https://wordpress.org/plugins/header-and-footer-scripts/

    And you can add the google code you want to right into the header or footer.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pinnacle Pro – anonymized analytics’ is closed to new replies.