On Mar 13, 7:45 pm, snctln <[email protected]> wrote: > At the bare minimum GC should give me the name of the app that was > purchased. I have multiple games on the market and I need to have > accurate sales data for each separate game. I would like to be able > to import this data to oo.org and then make pretty charts and such so > that I can get an idea of what days/times certain games sell better/ > worse. I also have other legitimate business reasons for wanting to > have the very very basic data.
You can get all this using the Google Checkout API. I use the Notification History API to fetch all the notifications and then I dump the important info into a SQLite database. The only thing that I'm missing in the API is that it doesn't show the fee that is applied for each transaction, which is a tad annoying. -- Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
