0

I have an open source project hosted on Google Code and I recently added Google analytics to the Code Page, but I'm noticing that none of the file downloads are tracked.

It might be because the code page is in the http://code.google.com/p/[project name] domain and the downloads are in the http://[project name].googlecode.com/files/[file name] domain, but I don't know how to add that domain to be analysed.

Does anyone know what to do to get the downloads from the Downloads tab of a Google Code Project to be tracked by Google Analytics?

joe_coolish
  • 7,201
  • 13
  • 64
  • 111

1 Answers1

1

Downloads should be automatically tracked but they are tracked as events, not as page views.

See DownloadsFAQ.

Dan Berindei
  • 7,054
  • 3
  • 41
  • 48