How do I track file downloads

前端 未结 8 2065
予麋鹿
予麋鹿 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.

提交回复
热议问题