Optivo Pixel Implementation – Google Tag Manager
Add Optivo to your site using Google Tag Manager
Overview
If you use Google Tag Manager (GTM) to manage your website tags, you can add the Optivo pixel without modifying your site code directly. This guide walks you through the setup.
Creating the Tag
- Log in to your Google Tag Manager account and select your container
- Navigate to Tags and click New
- Name your tag (e.g. “Optivo Pixel”)
- Under Tag Configuration, select Custom HTML
- Paste the following code into the HTML field:
<script src="https://id.optivo.digital/id.v1.min.js"></script>
<script>
window._OPTIVO.init('YOUR-SITE-ID');
</script>
Setting the Trigger
Under Triggering, select All Pages to fire the Optivo pixel on every page of your website. This ensures maximum visitor identification coverage.
Conversion Tracking
Create a second tag for conversion tracking:
- Create a new Custom HTML tag named “Optivo Conversion”
- Add the code:
<script>window._OPTIVO.conversion();</script> - Set the trigger to fire only on your thank-you or order confirmation page
Publishing
Preview your changes using GTM’s built-in preview mode to verify both tags fire correctly, then publish the container.
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