Installing Cronitor RUM on your Carrd website is simple - all you have to do is add our analytics snippet.
The analytics snippet is a small piece of code that runs on your website, collecting the metrics necessary to power your dashboard and provide performance insights. It’s cookieless and privacy-oriented.
We’ll make use of Carrd’s custom code embed to add analytics to your site.
<head>
element once published.includeURLFragment: true
. Here’s an example of what it should look like (don’t forget to replace both mentions of YOUR_SITE_ID
):<!-- Cronitor RUM -->
<script async src="https://rum.cronitor.io/script.js"></script>
<script>
window.cronitor = window.cronitor || function() { (window.cronitor.q = window.cronitor.q || []).push(arguments); };
cronitor('config', {
clientKey: 'YOUR_CLIENT_KEY',
includeURLFragment: true,
});
</script>
After you have added our analytics script to your website, you should be able to see pageviews show up in the dashboard within a minute of the visitors coming into your website.
Need help? Check out common questions or reach out to us!