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.
Overview Tab
In the Overview tab of your Bolt Merchant Dashboard, you can see a variety of metrics and analytics related to shopper activity in your storefront, including:
Report |
Value |
Definition |
Total GMV through Bolt and Average Order Value |
U.S. Dollars (USD) |
Total amount of sales in your storefront through Bolt’s checkout, paired with the average order value of orders made using Bolt’s checkout. |
% of GMV through Bolt from Bolt Accounts |
Percentage |
The percentage of sales made through Bolt’s checkout who are also part of the Bolt Shopper Network. |
Checkout Completion Rate through Bolt’s Checkout |
Percentage |
Percentage of completed checkout flows (signaled by payment authorization which ends a checkout session) using Bolt’s checkout. |
Percentage of GMV through Bolt by Payment Type |
Percentage |
Percentage of sales made through Bolt’s checkout by payment method. |
Registration Rate of Guest Shoppers |
Percentage |
Percentage of shoppers who signed up for a Bolt Network account via your storefront. |
In the Analytics tab of your Bolt Merchant Dashboard, you can see a variety of metrics and analytics related to shopper activity in your storefront, including:
Report |
Value |
Definition |
Bolt Accounts Created |
Count |
Number of Bolt Accounts created in a given time period. |
Bolt’s Current Total Network Size |
Percentage |
Total number of Bolt Shopper Accounts to date. |
Percentage of GMV through Bolt by Payment Type |
Percentage |
Percentage of sales made through Bolt’s checkout by purchase type. |
% of GMV through Bolt from Bolt Accounts |
Percentage |
The percentage of sales made through Bolt’s checkout who are also part of the Bolt Shopper Network. |
Total GMV through Bolt and % from Bolt Network Transactions |
U.S. Dollars (USD) and Percentage |
Total sales made via the Bolt checkout compared to the percentage of those that were via users in the Bolt Shopper Network. |
GMV from Bolt Network Transactions |
U.S. Dollars (USD) |
Total sales from shoppers with Bolt Network Accounts. |
Bolt Accounts Created on your Site |
Count |
The number of shoppers who signed up for a Bolt Network account via your storefront. |
Registration Rate of Guest Shoppers |
Percentage |
Percentage of shoppers who signed up for a Bolt Network account via your storefront. |
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>