chronark.com
chronark.com copied to clipboard
beamanalytics
how do i put analytics in my website? i tried replacing the code in analytics.tsx using the code snippet provided by beam analytics but i got an error in vercel
There are many alternatives you can use like cloudflare, matomo, google analytics and more.
Hi there beam co-founder here. You can do it by adding it just like you would any other script in your <Head> tags. Typically in next.js this is specified in the _document.tsx file