I'm working on a proof of concept android application that uses AWS Mobile Analytics to track sessions and events in the app. I'm able to pause and resume sessions, and create custom events, and everything reflects in the corresponding graphs as expected. Now in the Mobile Analytics Console, there are graphs that show Revenue or some metric that has something to do with the Revenue (ARPDAU, ARPPDAU), as well as a Revenue tab, all of which currently does not have any value. Currently my Lifetime Value Per User looks like this:
How does the Revenue tab get populated? Do I have to actually purchase something with my app using Google In-app purchase, FB payments, or Amazon payment to have it populated? Will it get populated automatically when a user makes a purchase? Or is there an API call somewhere that I can call to populate these values?
The question sounds silly, but I honestly could not find a decent documentation regarding this, and testing out the payments would take me a while as I have limited control over the accounts I'm using for this PoC.