2

Can you use Google Analytics to track visitors/downloaders for a Google Code project?

I've searched google for an answer but I get results about Google Analytics as a Google Code project itself and not for applying it to a Google Code project for visitor/download data.

2 Answers2

2

You can use Analytics to track visits and views of Code projects but not downloads as far as I know.

If you look under your project's Administer tab, you'll see towards the bottom that there is a box into which you an enter an Analytics tracking code. That's all there is to it.

0

Trick to using GA to track downloads is to use javascript to fire off an event (or a pageview) when someone clicks the download link.

No idea how much javascript one can push into a google code page.

Wyatt Barnett
  • 20,787