If you are using Shopify, an eCommerce platform used to set up your online store and sell products worldwide, then you can effortlessly add the PageSense snippet code on your Shopify websites and start tracking visitor data with a few simple clicks, without the need to add the code manually. Once after you successfully install the PageSense code, you can run experiments and optimize your web pages through the diverse set of services that PageSense offers, such as heatmap, session recordings, A/B testing, funnel analysis, and more. Furthermore, PageSense also allows you to integrate with traditional analytics tools like Google Analytics to get more in-depth insights about your website's performance.
Important: Shopify doesn't allow third-party scripts in the Checkout. You will only be able to track your Storefront and your Order Confirmation page when PageSense code is installed.
function injectPagesenseSnippet(onLoadCallBackFunction) {
const pageSenseScript = document.createElement("script");
pageSenseScript.type = "text/javascript";
// Replace the snippet url below
pageSenseScript.src = "<SNIPPET_SRC>";
if (onLoadCallBackFunction && typeof onLoadCallBackFunction === 'function') {
pageSenseScript.onload = () => {
onLoadCallBackFunction()
}
}
document.head.appendChild(pageSenseScript);
}
analytics.subscribe("checkout_started", (event) => {
injectPagesenseSnippet()
});
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.