coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

[59] Add Mixpanel analytics #94

Closed braxex closed 6 months ago

braxex commented 6 months ago

Summary

Mixpanel is a customer and product analytics platform that we use to track analytics related to traffic and user behavior. This helps us better meet user needs by monitoring application usage so we can improve product performance and behavior.

It's best practice to separate your tracked data by environment. We have two separate Mixpanel projects set up: Test (used for testing conducted in lower environments) and Prod (used for tracking production data). This data can be seen after invitation and authentication. For current tech challenge team members, you can authenticate with Google SSO.

Closes #59 (issue)

Type of change

How To Test

  1. Log in to Mixpanel test project (see above). Click 'Events'.
  2. Click on 'Apply to this school' button on main page.
  3. View your events in Mixpanel (note: adblockers may block this -- best to try in incognito).

Checklist:

codeclimate[bot] commented 6 months ago

Code Climate has analyzed commit 02c4febd and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (90% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.