Optivo Pixel Implementation with Shopify
Add Optivo tracking to your Shopify store
Overview
Adding Optivo to your Shopify store takes just a few minutes. This guide covers adding the main pixel and conversion tracking.
Adding the Pixel
- From your Shopify admin, go to Online Store > Themes
- Click Actions > Edit code on your active theme
- Open the
theme.liquidfile - Paste the following code just before the closing
</body>tag:
<script src="https://id.optivo.digital/id.v1.min.js"></script>
<script>
window._OPTIVO.init('YOUR-SITE-ID');
</script>
Conversion Tracking
For Shopify, conversion tracking is added via the checkout settings:
- Go to Settings > Checkout
- Scroll to Additional scripts (Order status page)
- Add:
<script>window._OPTIVO.conversion();</script>
Verification
Visit your Shopify store, open browser developer tools, and check the Console tab for the [OPTIVO]: Active on this page. confirmation message.
Sign Up Today
Want to keep on top of all things from Optivo, including news, thought pieces, white papers, and product releases?
By clicking Sign Up you're confirming that you agree with our Terms and Conditions