diff --git a/plugin.php b/plugin.php index 21914ef..823ac66 100644 --- a/plugin.php +++ b/plugin.php @@ -22,7 +22,7 @@ function render() var _gaq = _gaq || []; _gaq.push(['_setAccount', '{$this->data->tracking_id}']); _gaq.push(['_trackPageview']); - _gaq.push(['_anonymizeIP', {$anonymize}]); + _gaq.push(['_gat._anonymizeIP', {$anonymize}]); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; @@ -38,4 +38,4 @@ function render() OUT; } -} \ No newline at end of file +}