analytics
analytics copied to clipboard
Privacy-friendly, real-time traffic insights
Fixes FLA-1083 Follow up to and requires https://github.com/vercel/front/pull/31293 Ensures that the flags can be passed to the analytics script.
So, Vercel Analytics gets blocked by popular adblockers, is there a way to do something similar to Plausible and redirect / reconfigure the name of the script? https://plausible.io/docs/proxy/guides/nextjs
For openstatus we allow users to create subdomain hosted under our own domain They are rewritten using next middleware Is it possible to track this subdomain ? Maybe with before...
I use the following to SvelteKit: ``` import { inject } from '@vercel/analytics'; inject(); ``` When I run `pnpm test:integration` that runs `playwright test`, the test passes but outputs the...
In [this project](https://github.com/bitauth/bitauth-ide), we're seeing the same warning from ESLint as is described in https://github.com/vercel/analytics/issues/18, but `eslint-import-resolver-typescript` is installed and working correctly for other packages. I suspect the issue is...
Hello, I love how seamless Vercel Analytics is. I have not found a way to track city-level information. Some regions are small, but others (US, China, etc.) tend to be...
Hey there, thanks for creating this, Vercel Analytics works seamless and the dashboard looks very clean. I am working with clients for whom I need to provide reports on a...
I know this just launched on Vercel, but I'm curious if there will be an API to query page views and events... ideally w/ SQL? Let me know if there's...
The analytics component inserts a script tag but does not allow you to specify a [nonce](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce). This means that if the `script-src` content security policy header is set to use...
This adds `scriptSrc` and `endpoint` to match the [speed-insights props](https://github.com/vercel/speed-insights/blob/main/packages/web/src/types.ts#L8), and allows Next.js implementations that use a different basePath to directly leverage the react component version of @vercel/analytics.