How to retrieve my Install Statistics from the Google Developer's Console
-
I am trying to programmatically retrieve my company's app data from the Google Developer's Console, specifically the daily installs. I have found that Google recommends the gsutil tool to access the data programmatically through the Google Cloud Storage SDK. However, I beleive they charge for this service. I want a free way to programmatically retrieve the data, preferably as a JSON stream to avoid dealing with file downloads. I have found the "direct reporting" links, but I have problems authenticating when I try to use them, and I also have to do something with the actual files then. Is there a way to get a JSON version of the data through OAuth2 or something without downloading an Excel file? Has anyone had to do this?
-
Answer:
You should look into use the https://developers.google.com/analytics/devguides/reporting/core/v3/. There are https://developers.google.com/api-client-library/ available in a number of languages. You should work through the https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/installed-py to get started. https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/web-js https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/service-php https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/service-py https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/service-java A quick solution for building a dashboard would also be the https://developers.google.com/analytics/devguides/reporting/embed/v1/.
AmishJohn81 at Stack Overflow Visit the source
Related Q & A:
- How To Retrieve Mms?Best solution by Stack Overflow
- How Can I Get Started As A Freelance Web Developer?Best solution by code.tutsplus.com
- How To Retrieve The Component Presentations Using DWT In Page Template Templating?Best solution by Tridion
- How much should I charge as a freelance web developer?Best solution by Yahoo! Answers
- How do I turn Google Chrome's Upside Down off?Best solution by chromestory.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.