Software Alternatives & Reviews

Using Mixpanel via proxy with Next.js rewrites

Next.js Mixpanel
  1. A small framework for server-rendered universal JavaScript apps
    Pricing:
    • Open Source
    I didn't see any great resources out there for setting up Mixpanel specifically in Next.js using their built-in Rewrites feature to accomplish the same goal as setting up a proxy. Using rewrites, I was able to keep all Mixpanel requests going through the same domain as my website/app, and didn't need to deal with configuring Nginx myself (I'm hosting on Vercel, so I don't normally have to touch webserver config).

    #Developer Tools #Web Frameworks #JavaScript Framework 919 social mentions

  2. Mixpanel is the most advanced analytics platform in the world for mobile & web.
    Pricing:
    • Open Source
    Mixpanel has great documentation for setting up your project in many different languages, including JavaScript. They also provide docs and examples for implenting tracking with a proxy. Setting up Mixpanel through a proxy is useful to bypass ad and tracking blockers, and is a nice way to keep all client requests through your domain.

    #Analytics #Web Analytics #User Analytics 22 social mentions

Discuss: Using Mixpanel via proxy with Next.js rewrites

Log in or Post with