Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Suppose I have a app in google store. We can easily know that how many times it is downloaded & from which location through google analytic.


Now I want to know that which API I can use in my own application to know the number of do download and location. Which parameter I will send for this API and how many data it will return in which format.

Please provide me an example if possible.
C#
DownloadCountA(parameter1,---) return download count;
GetDownloadlocation(parameter1,----) return location list;


What I have tried:

google developer console but I didn't explore it due to payment. I need free API which can give the data of my published app.
Posted
Updated 3-Apr-16 22:58pm

1 solution

Since the App Store is owned by Google you will need to ask them.
 
Share this answer
 
Comments
sachi Dash 4-Apr-16 4:59am    
:D Actually I am a beginner in this work.
sachi Dash 4-Apr-16 5:00am    
Anyway I have already used an paid account.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900