var query = new AnalyticsQuery.metrics(appId, { measures: [itc.measures.iap] }).time(10, 'days');
My query returns the correct number of IAP's purchased on these days, however it doesn't return the actual revenue made. Is there a way to modify this query to show this information?