Testing on localhost
-
I suggest a setting is added to allow testing in localhost as explained here https://stackoverflow.com/questions/4375447/can-you-test-google-analytics-on-a-localhost-address
Basically by using this in the tracking code:
_gaq.push(['_setDomainName', 'none']);
I currently hardcoded it in aioseop_class.php:1166 (I have the plugin version 2.0.2) in my case.
Cheers!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Testing on localhost’ is closed to new replies.