Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vercel Analytics being blocked by AdBlockers #137

Closed
bmarianome opened this issue Mar 7, 2024 · 1 comment
Closed

Vercel Analytics being blocked by AdBlockers #137

bmarianome opened this issue Mar 7, 2024 · 1 comment

Comments

@bmarianome
Copy link

I was using plausible with the next-plausible package and, proxying the request, it was able to track users with AdBlock or any other ad blocker

Since vercel/analytics sends the request to /_vercel/insights/ it gets blocked by the adblockers or Brave for example

Is there a way to bypass the adblockers with this package?

Already tried with the rewrites in the vercel.json file

{
  "rewrites": [
    {
      "source": "/_vercel/insights/:slug",
      "destination": "/_vercel/data/:slug"
    }
  ]
}
@tobiaslins
Copy link
Collaborator

It's not recommended but take a look here: #102 (comment)

Hope it helps! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants