I need to test some custom firing events using Google Analytics. I\'d like to test in a local environment.
I\'ve set up my test site using apache with server name:
I do not recommend the above answer.
I believe the best practice is to use the Analytics Debug js on your localhost. Debug prints in console EVERYTHING is doing, including firing events. That way you can check if your code is working or not without sending tracking info to Analytics on Localhost (which makes no sense).
Find out more here :)