You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: