libreliodev / android

Android Customizable Reader - Librelio Digital Publishing Suite
www.librelio.com
226 stars 129 forks source link

Track succeeded downloads in a similar way as on iOS, using events #292

Closed libreliodev closed 9 years ago

libreliodev commented 9 years ago

This should be done as it's done on iOS here: https://github.com/libreliodev/iOS/blob/73526d49ac7d8e8942d3d74acd6d0303e1f60203/Classes/WADownloadingView.m#L285

intrications commented 9 years ago

Does the iOS app only track successful downloads? Not failures?

libreliodev commented 9 years ago

@intrications Thanks for your question. We actually realized that tracking downloads with Google Analytics is not very reliable, so we are going to track them differently. More to come later.

libreliodev commented 9 years ago

We will finally keep tracking downloads using the same ethod as on iOS. We only track succeeded downloads for the time being.

cc @intrications

intrications commented 9 years ago

This should now be sending the same as the iOS app. The only thing that might be different is the label.

libreliodev commented 9 years ago

Thanks. We'll correct it if needed.

cc @Ageleswari