Can anyone tell me that is there any solutions or service (i.e. 3rd party) which tracks my app download on all media i.e. on web, mobile and tablets, but on single dashboard?
feedback
|
closed as not a real question by Daniel Beck, techie007, slhck, Tom Wijsman, Nifle Feb 1 at 17:47
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
If you create your download links with a php script you can get the script to log each time the file it downloaded and increment a number in your msql database, but this is more of a question that should be asked on stackoverflow.com Edit >> You could try using Google analytics, this would tell you how many hits you were getting on your download url, and also tells you what devices the person was using. | ||||
feedback
|
