Analytics
Bolt provides a wide range of analytics and views, available in your Bolt Merchant Dashboard.
Bolt offers two Analytics tabs (Overview and Bolt Network Performance) specifically for BigCommerce merchants using Bolt One-Click.
Setup Google Analytics
- Link your Universal Analytics account by navigating to Settings > Data Solutions > Web Analytics in the BigCommerce Dashboard.
- Use Scripts Manager to add the GA4 tag. Replace
<Measurement ID>
with your GA4 site ID.
<!-- Global site tag (gtag.js) – Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<Measurement ID>"></script>
--
<script>
window.dataLayer = window.dataLayer \|\| [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '<Measurement ID>');
</script>