Skip to content

patchin/FakeAnalyticsServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

debugAnalyticsServer

Go webserver that prints out the Google Analytics requests from clients altered to send traffic to it.

This directory should be placed in the following directory hierarchy: /src/ and the GOPATH env be setup so that the Go tools behave properly. Go tools are designed with convention over configuration in mind. (http://golang.org/doc/code.html#tmp_2)

This server is designed to run in the Heroku environment with the Go buildpack. It outputs everything to stdout, and that can be viewed with 'heroku logs' or 'heroku logs -t'

About

Fake Google Analytics debugging server to print out what is being logged to it from clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages