A few external sites (not under our direct control) host direct links to download our binaries (Mac and PC). To illustrate, siteA puts two links e.g. www.mysite.com/PC.exe and www.mysite.com/Mac.dmg; and the same on siteB.
What is the best possible way to track # of downloads using Google Analytics? Ideally, I'd like to be able to drill down # of downloads of PC and Mac for each site. That is, something like (3 PC and 5 Mac downloads from siteA; 1 PC and 2 Mac downloads from siteB).
The one I can think of is to create an "interstitial" page where the external sites point to (by passing a query parameter of which binary to download e.g. www.mysite.com/x.html?binary=PC.exe, which will then trigger an event tracking script (Google Analytics). However, this approach will not give us the info about where the request was coming from. Maybe I am missing something here?