I’m trying to use Microsoft’s Clarity to tracking my website deployed on Netlify.
But after I inserted the script, nothing shows up in the Clarity.
I’ve tried Google Analytics and ad from adsterra and nothing shows up either.
(I use next.js.)
This is the way I inserted the code:
<script
type="text/javascript"
dangerouslySetInnerHTML={{
__html: `
...
`,
}}
/>