Nimvue can be easily integrated into your Shopify store to track sessions, page views, and e-commerce events like add to basket, item views, and checkouts
<head>
to enable session and page tracking.
layout > theme.liquid
.</head>
and insert the Nimvue script just before it.checkout_started
, item_viewed
, etc.
[MEASUREMENT ID]
and [SCRIPT URL]
with the values found in Installation > Shopify within the portal for the chosen website. Make sure that the custom pixel is using the Shopify-specific script, and the head tag is using the general website tag.
Tip: If you don’t wish to track every type of event, the only required part of the script is everything before the checkout started event. After that, each event can be separated out.