How do I track file downloads

前端 未结 8 2057
予麋鹿
予麋鹿 2020-12-08 03:35

I have a website that plays mp3s in a flash player. If a user clicks \'play\' the flash player automatically downloads an mp3 and starts playing it.

Is there an eas

相关标签:
8条回答
  • 2020-12-08 04:25

    The problem I had with things like AWStats / reading through web server logs is that large downloads can often be split in data chunks within the logs. This makes reconciling the exact number of downloads quite hard.

    I'd suggest the Google Analytics Event Tracking, as this will register once per click on a download link.

    0 讨论(0)
  • 2020-12-08 04:29

    Use your httpd log files. Install http://awstats.sourceforge.net/

    0 讨论(0)
提交回复
热议问题