I was able to get it to work.
Turns out you have to make a quick tweak in the code.
To get it working-
- Go to you plugins and click ‘edit’ for Analyticator.
-
Here you’ll see the plugin code, do a ctrl+F for :
ga('create', '<?php echo $uid; ?>', 'auto');
- Once you find that bit of code, you’ll simply have to replace ‘auto’ with your domain.
So if your domain was- ‘example.com’, it would be –
ga('create', '<?php echo $uid; ?>', 'www.example.com');
-
Bam! In 24 hours your site will be enabled for Interest and Demographic reports on Google Analytics