hkajava / s2g

Students2Groups Meteor application. Noticed in Spanish conversation class that the teacher doesn't have a good method to divide students into small groups for conversation so this application will provide easy way to do that. Also testing Meteor/React technologies with this application.
MIT License
1 stars 0 forks source link

Integrate mixpanel #10

Closed hkajava closed 6 years ago

hkajava commented 6 years ago

Create free account with mixpanel. Install this atmosphere package for mixpanel & meteor integration (seems to be most updated and most promising): https://github.com/okgrow/analytics/ Test reviewing user statistics. Check what is mixpanel can automatically collect of the users, for example would it be possible to get their location information (through IP probably). That location information could then be used for example with creating a world map of s2g users... check icescrum website.

hkajava commented 6 years ago

the settings.json files (to files one for development and one production under .deploy folder) are like this: { "public": { "analyticsSettings": { "Mixpanel": {"token": "CHANGE_THIS_TO_REAL_TOKEN", "people": true} } } } But they are not included in version control.

hkajava commented 6 years ago

Both versions working. Screenshot from production version:

image.png