tracking-proxy
tracking-proxy copied to clipboard
One-click configuration to proxy tracking requests to Mixpanel's API
Hi, I'm testing this solution deployed to AWS CloudFront. It's working but geo-location properties are not set correctly. Is X-Real-IP the only header supported by Mixpanel? It's [not allowed](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/add-origin-custom-headers.html#add-origin-custom-headers-denylist) to...
TIL: certain adblockers (like ublock origin) are fuzzy matching on keywords like `mixpanel` in the URL, _in addition to_ maintaining filter lists like `api.mixpanel.com`, `cdn.mxpnl.com`, etc... the "one click deploy"...
Getting this error on client side and this error on server side when I tried to edit the nginx code to allow for any origin. Have already tried with railway...
It would be great to have an example of proxy settings using OpenLiteSpeed It could be a gif or a steps list with screenshots
Hi We are trying to setup a Mixpanel proxy and have EU data residency on our projects - do we need to make any adjustments to the `proxy_pass` config? Thanks!
On the readme there are helpful options for Google & Digital Ocean deployments. Are there any solutions for deploying on AWS (e.g. via lambda)?
Just put your domain's certificate CRT and PrivateKey in `template.bundle.crt` and `tempate.private.key`. Then, remove `template.` from both key files names.
If you're interested, I ended up implementing this via Cloudflare workers using this nginx config as inspiration. 1) Create a worker and add the javascript ``` export default { async...
How to setup the proxy to use firebase functions?
We have deployed this proxy on a DigitalOcean app as follows (using the one-click install on the Readme of this project): ``` ingress: rules: - component: name: mixpanel-api-proxy match: path:...