How would I send analytics data forwarded to my backend to Mixpanel, as opposed to sending data directly from the browser? #589
hamirmahal
started this conversation in
General
Replies: 1 comment 11 replies
-
I think https://github.com/mixpanel/tracking-proxy meets your requirements. Is this what you are looking for? cc @ak--47 |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious whether I'd be able to obfuscate the URL I'm sending analytics data to, regardless of whether or not I'm using a proxy, by sending Mixpanel analytics to a my backend, which would then forward the analytics data to a proxy, or directly to Mixpanel.
This way end-users on desktop don't see the analytics URL in the Network tab of their browser DevTools.
Beta Was this translation helpful? Give feedback.
All reactions