Closed pouya92 closed 4 years ago
Hi @pouya92 ,
If you are using in app purchase, please use our payment APIs like Flurry.setIAPReportingEnabled
and Flurry.logPayment
. You will be able to view data like sum of money spent on your dashboard on flurry.com.
For event parameters, yes that's the correct way. Please also note that the keys and values in parameters dictionary must be strings. e.g.
Flurry.logEvent('Event', {'key1': 'val1', 'key2': 'val2'});
Thanks.
@pouya92 To get the cumulative data, or any numerical measurements, please use Flurry console by,
Please check the Flurry Doc site for more information. Thanks! https://developer.yahoo.com/flurry/docs/
Hi, thank you for your perfect library, I need to know sum of money users spent daily on my app. how can I achieve that with your api's, Also I want to log an event with more than one parameters so is this the write way?