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?

link|improve this question

which kind of apps? smartphones apps? desktop? – JMax Feb 1 at 12:10
What are you asking exactly, are you asking for an app that tracks what apps YOU download on different devices, or you have an app hosted on the internet that other people download and you want to track what devices THEY are downloading it with ?. – Iain Simpson Feb 1 at 12:12
I have an app with both version of desktop and smartphones, so I am looking for service that can tell how many times it has been downloaded and from which devices i.e. is it a pc or smartphone, if smartphone so then which one ... – Safran Ali Feb 1 at 12:21
Where are those downloaded from, even? Just a website? The Android market? You're not giving enough information. – slhck Feb 1 at 13:51
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.

1 Answer

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.

link|improve this answer
i know about counters, but is there any 3rd party services that can do such things for us – Safran Ali Feb 1 at 12:35
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.