blakgeek / cordova-plugin-flurryanalytics

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
23 stars 29 forks source link

Event Parameters not being logged #12

Closed franciswagner closed 7 years ago

franciswagner commented 8 years ago

Hi, I am using the following code, but the parameters are not being recorded. The event itself is ok, I am able to see it on the flurry dashboard, but no parameters.

var flurryParams = { check: 'ok', active: true };

flurryAnalytics.logEvent('Initialize', flurryParams, function() { console.log('Flurry Analytics event logged successfully'); }, function(err) { console.log(['Flurry Analytics event no logged. Error:', err]); });

Thanks in advance, Francis

lakshaydulani commented 7 years ago

You should be able to see the params after about 2 days of recording the event. Mine event has only one parameter and it shows perfectly.