|
|
|
|
|
by bredren
2018 days ago
|
|
I’ve implemented both amplitude and mixpanel for event tracking on Django apps. I currently have a project that uses both auto JS and python-based track() calls using mixpanel. I’ve found people commonly block js analytics and it isn’t safe to rely on for user behavior. For example, you can instrument react hooks, but you really aught to instrument the api calls they rely on or they will not get captured in many circumstances. I also have found mixpanel’s anon / known user ID merge to be poorly documented and the community support to be kind of slow and did not get the sense the folks answering had not personally done the implementations being discussed. One of the biggest things I wanted out of event tracking was to build event bases web hooks to trigger drip-contact events. Mixpanel quietly deprecates web hooks a few months ago and now wants you to use partners that process your data and do this for you. |
|