Comment on page
Page
This client-side event fires on every Shopify page load, except for product pages, the cart, and checkout.
This event is implemented with our javascript analytics library. The tracking code is managed in the Shopify storefront theme.
analytics.page({
path: '/products/sample',
referrer: '<https://www.example.com/products/sample?variant=123456789>',
search: '?variant=123456789',
title: 'Example Product',
url: '<https://www.example.com/products/sample?variant=123456789>'
});
Last modified 1mo ago