Reputation: 66
Sample code not working
mobileanalytics.putEvents(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Upvotes: 0
Views: 67