Adjustment to google-universal-analytics/tracking-code.php
-
I use version 2.3 of this plugin. When I updated it earlier this week, I stopped getting reporting in Google Analytics.
In google-universal-analytics/tracking-code.php, the script will output:
ga(‘create’, ‘UA-########-#’, ‘http://www.example.com’);
This doesn’t work. When I change it to output:
ga(‘create’, ‘UA-########-#’, ‘example.com’);
(Note that “http://www.” was removed). It works.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Adjustment to google-universal-analytics/tracking-code.php’ is closed to new replies.