Hi all,
I want to track the number of downloads for video podcasts via iTunes. I use google analytics. iTunes does not support ASPX or PHP scripts. The URL needs to have a supported file extension.
According to the iTunes documentation this can only be done via rewrites. Can I use the friendly URL to rewrite
http://www.podcaster.com/load.mp3?f=somefile.mp3
to
http://www.podcaster.com/load.aspx?f=somefile.mp3
The ASPX page will then contain the correct Javascripts for Google Analytics.
Thanks,
Peter |