mixpanel / mixpanel-node

A node.js API for mixpanel
http://www.mixpanel.com
MIT License
477 stars 159 forks source link

Events are not tracked. #150

Closed pociej closed 5 years ago

pociej commented 5 years ago

I created project on mixpanel, i took the token and then i try to do test connection by

import Mixpanel from "mixpanel";
const mixpanel = Mixpanel.init(myToken);
mixpanel.track("my_testing_event"); 

no errors thrown no events visible in mixpanel admin. Does it need some additional configuration?

pociej commented 5 years ago

Ah sorry its because adblock was enabled. Sorry, you can close the issue.