{"_id":"ga","_rev":"9-0a1d4f7fb40c6a55b196c340105a1c2c","name":"ga","description":"server side google analytics","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"ga","description":"server side google analytics","version":"0.0.1","homepage":"https://github.com/jgallen23/node-ga","authors":["Greg Allen, @jgaui"],"repository":{"type":"git","url":"git://github.com/jgallen23/node-ga.git"},"dependencies":{"request":"*"},"devDependencies":{"qunit":"*"},"main":"./index.js","keywords":["google analytics"],"_npmJsonOpts":{"file":"/Users/jga/.npm/ga/0.0.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"ga@0.0.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.20","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"a8c5cd5efb4f2293fe8b80e52bae5b82357170ac","tarball":"https://registry.npmjs.org/ga/-/ga-0.0.1.tgz","integrity":"sha512-9w0FYL+wx1JUiqPVRg/t+p4nU3C0XymDUtqF/jBgqMhhQZDF9yMw4Rn7V6cV7No16AC4jtxWXwNSQbCHIbMbLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7C65J+dVUfeRz7jlVQZhDtqlq6AEmm2+qeyTBZ052wgIgRlFmMzgUOETfxTSNC3zqH1Wl0uuF8Jj1dqhS9sXcZxg="}]},"scripts":{},"maintainers":[{"name":"jga","email":"me@jga.me"}]},"0.0.2":{"name":"ga","description":"server side google analytics","version":"0.0.2","homepage":"https://github.com/jgallen23/node-ga","authors":["Greg Allen, @jgaui"],"repository":{"type":"git","url":"https://github.com/jgallen23/node-ga.git"},"dependencies":{"request":"*"},"devDependencies":{"qunit":"*"},"main":"./index.js","keywords":["google analytics"],"_id":"ga@0.0.2","dist":{"shasum":"0e78c4d6e90ea08f2189739dd3368356b887a800","tarball":"https://registry.npmjs.org/ga/-/ga-0.0.2.tgz","integrity":"sha512-Uc8AInCaUmeiJUnUkogf26tBKlwoX6apSePnlNIpDQFDfF1eXptzYKW2xrpP3bVccTgNE3ik6ZwHdw7ZSCyISA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHxUv1MUUlqB+pJSygzKIvNxaeCMdAWmdFy7lkbKTK14AiBnP3QNGqRIjGyY+nDP23NreEU9TXU6n1SnW+f+BLfgoA=="}]},"_npmVersion":"1.1.63","_npmUser":{"name":"jga","email":"me@jga.me"},"maintainers":[{"name":"jga","email":"me@jga.me"}]}},"maintainers":[{"email":"code@firstandthird.com","name":"jga"}],"time":{"modified":"2022-06-18T04:39:27.535Z","created":"2011-09-08T14:58:08.959Z","0.0.1":"2011-09-08T14:58:09.449Z","0.0.2":"2012-10-17T00:42:27.766Z"},"repository":{"type":"git","url":"https://github.com/jgallen23/node-ga.git"},"users":{"wfalkwallace":true},"homepage":"https://github.com/jgallen23/node-ga","keywords":["google analytics"],"readme":"# Node-GA\n\nServer side google analytics\n\n## Install\n\n\tnpm install ga\n\n## Usage\n\n\tvar ua = \"UA-XXX\";\n\tvar host = 'nodega.jga.me';\n\tvar ga = new GoogleAnalytics(ua, host);\n\tga.trackPage('testing/1');\n    ga.trackEvent({\n        category: 'Videos',\n        action: 'Video Loading',\n        label: 'Gone With the Wind',\n        value: 42\n    });\n","readmeFilename":""}