> > you have some automatic tools to do that or something I never saw in > > my console ? Seems like a daunting task ...
I ended up writing a web scraper for the publishing console using HtmlUnit. The numbers in the console are populated using JavaScript (generated via Google Web Toolkit), so you have to use a library capable of running JavaScript rather than simpler tools if you want to go the scraping route. > http://code.google.com/p/android-market-api/ AFAIK, that doesn't have all the numbers that the developer's publishing console does, like the active install count. Makes sense if it is just reverse engineered from what the Market app calls, since that app never shows active installs anywhere. On Oct 1, 10:00 am, "{ Devdroid }" <[email protected]> wrote: > On 1 October 2010 15:43, Yahel <[email protected]> wrote: > > > Hi all, > > > Sorry but I see you giving percentage and all about your date, just so > > I know, do you guys actually go everyday on the developper console and > > record in some kind of excel sheet the numbers you find there ? Or do > > you have some automatic tools to do that or something I never saw in > > my console ? Seems like a daunting task ... > > http://code.google.com/p/android-market-api/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

