-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Description
An official document from Mixpanel Support recommends a backend proxy to avoid ad-blockers. This involves setting the api_host
when initializing the frontend JS library. But I cannot seem to find anywhere that says how the backend should be configured to proxy.
Here is the help article, method number four here is what I'm speaking about: https://help.mixpanel.com/hc/en-us/articles/115004499463-Ad-Blockers-Affect-Mixpanel
Our backend is a flask-python application, and we already have a BE integration of Mixpanel for server-side events.
Self-Research
- It looks like the backend needs to handle
/track/
,/decide/
, and/engage/
(https://github.com/mixpanel/mixpanel-js/blob/8b2e1f7b/src/mixpanel-core.js#L87-L110)
Metadata
Metadata
Assignees
Labels
No labels