Forum Replies Created

Viewing 1 replies (of 1 total)
  • I was able to get it to work.
    Turns out you have to make a quick tweak in the code.

    To get it working-

    1. Go to you plugins and click ‘edit’ for Analyticator.
    2. Here you’ll see the plugin code, do a ctrl+F for :
      ga('create', '<?php echo $uid; ?>', 'auto');
    3. 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
Viewing 1 replies (of 1 total)