By default, our script will record several Google Analytic events for our form and buttons. The following details should help you utilize the info better and understand the metrics.
Reference Google Event Measurement
Event Types | Description | Example Trigger |
| events that are a result of mouse clicks | Clicking add to quote button |
| events that are a result of loading a URL | Opening a quote proceed to checkout link |
Event Category
All events added by our script will have a category of quote-ninja
Event Label | Description | Data |
| event triggered when the quote dialog is closed from inside the dialog |
|
| event triggered when the quote has been successfully submitted |
|
| event triggered when the quote has been successfully submitted | Total value of the quote submitted |
| event triggered when a button click opens the quote dialog |
|
| event triggered when an external button closes the quote dialog |
|
| event triggered when we load a quote into the cart | Event Type will be Event Type will be |
| event triggered when the cart to quote button is clicked |
|
| event triggered when the add to quote button is clicked | Number ID of the BigCommerce Product |
| event triggered when the add to quote button is clicked | SKU of the BigCommerce Product |
| event triggered when the add to quote button is clicked | Price value of the BigCommerce Product |
Supported versions of google analytics:
If your site uses a different analytics provider we will try and accommodate your use case using an event listener model
Old Form (Classic Version) Event Labels
'submit-quote'
'cart-to-quote'
'load-quote'
'add-product-to-quote'
For Google Tag Manager
{
type: 'event',
eventType: 'click' or 'url',
category: 'quote-ninja',
label: 'one of the above labels',
data: 'data is empty or has metric related to event'
}