- Help Center
- Configuration
- Conversion Tracking
-
Getting Started
-
Configuration
- Targeting
- Split URL
- Product Testing
- Full Stack
- Experiment Management
- CSP Configuration
- Experiment Execution
- Reports
- Exit Popups
- GTM Integration
- Troubleshooting
- Performance Optimization
- Event-Triggered Changes
- Holdout Groups
- Split URL Pages
- URL Parameters
- DataLayer
- Menu Configurations
- Traffic Exclusion
- Experiment Scheduling
- Dynamic Element Changes
- Price Targeting
- Experience Scheduling
- Privacy
- Hash Changes
- Async Tracking
- Selective Installation
- CSS Selectors
- Vue.js Integration
- Page Content
- Multipage Split URL
- Organic Traffic
- Visual Editor
- Server-Side Testing
- Traffic Bucketing
- GDPR Warnings
- Statistical Confidence
- Browser Privacy
- Query Parameters
- Embedded Videos
- Tracking Code Execution
- Simultaneous Experiments
- Tags
- Deployments
- Disable Testing
- Locations
- Programmatic Bucketting
- Query Parameter Handling
- Convert Library
- Variation Previews
- Experiment Editing
- Opt-Out Script
- Data Reset
- Body Hiding
- Visit-Specific Variations
- Variation Styling
- Preview Issues
- Variation Editing
- Full-Site Testing
- Blinking Variations
- Cross-Domain Cookies
- Regex Support
- Conversion Tracking
- SPA Testing
- Project Setup
- Cross-Domain Tracking
- Geo-Targeting
- Analytics Tools
- Campaign Tags
- Previewing
- IDs
- Query String Targeting
- Bounce Rate Goals
- Bot Filtering
- Query String Variables
- Custom Audiences
- Redirects
- Baseline
- Tracking Code Location
- Secure Cookies
- AngularJS
- Cloudflare
- Code Installation
-
Track Goals
- Form Tracking
- Cookie Management
- iFrame Click Tracking
- Performance Optimization
- Revenue Tracking
- Interaction Goals
- Form Submissions
- Advanced Goals
- Lazy Loading
- Multi-Conversions
- URL Parameters
- Bounce Rate Goals
- DataLayer Integration
- Scroll Depth
- Social Interactions
- Page Views
- Marketo Forms
- Feature Analysis
- AJAX Forms
- Revenue Tracking via GTM
- Order Outliers
- Cumulative Revenue
- Goal Templates
- Adding Revenue Goals
- JS-Based Goals
- Goal Basics
- Google Analytics Goals
- Social Sharing
- Dynamic Goals
- Typeform Integration
-
Target Visitors
- Geolocation
- Interaction Goals
- Goal-Based Targeting
- Weather Targeting
- Cookie-Based Targeting
- Page Visits
- Audience Management
- Audience Segmentation
- Experiment Targeting
- Advanced Audience Creation
- Audience Templates
- Audience Creation
- Data Layer Integration
- Manual Activation
- JavaScript Conditions
- Device Targeting
- Language Targeting
- IP-Based Exclusion
- Visitor Management
- Page Tagging
- Cookies
-
Troubleshooting
- Google Warnings
- Visual Editor
- HTTPS Content
- Logs
- Support Options
- Bootstrap
- Cookie Blocking
- Change History
- Mobile Debugging
- AdWords
- Bot Exclusion
- Domain Issues
- Cloudflare Issues
- Monitoring
- Cloaking Penalties
- Goal Editor Issues
- Variations
- Snippet Performance
- Changes Not Saved
- Blocked Visual Editor
- Goal Testing
- Visual Editor Browsing
- Experiment Issues
- Installation Verification
- Data Leak Prevention
- Usage Limits
- Experiment Previews
- GA4 Revenue
- Chrome Debugger Logs
- SPA Errors
- Checkout JSON Error
-
Analyze Results
-
Integrations
- Google Analytics
- Cookie Consent Platforms
- Microsoft Clarity
- Plausible
- Marketo
- HubSpot
- Tealium
- Smartlook
- Klaviyo
- Salesforce CRM
- FullStory
- Snowplow Analytics
- Webflow
- GA4 Roles
- Amplitude
- Segment
- React
- BigCommerce
- WooCommerce
- Active Campaign
- Google Tag Manager
- Mixpanel
- Zapier
- Inspectlet
- Crazy Egg
- LanderApp
- Unbounce
- Instapage
- Drupal
- PrestaShop
- Magento
- Roistat
- Piano Analytics
- Heap Analytics
- Kissmetrics
- Mouseflow
- Adobe Analytics
- Clicky
-
Account Management
-
Developers
-
What's New
-
Common Questions
-
Shopify
Pushing Conversions to Convert Experiences Using Google Tag Manager
THIS ARTICLE WILL HELP YOU:
Convert is installed where GTM will be used
If the Convert Experiences tracking code is already installed to the page on which Google Tag Manager will be used to fire the conversion you have, follow the steps outlined in this section.
First, create a Javascript triggered goal (from the Goal templates) in Convert Experiences and give it a descriptive name:
Copy the generated trigger code:
After that, in Google Tag Manager, create a tag of type Custom HTML:
Paste the goal trigger code as the content of this tag:
Fire the tag as needed when the conversion occurs and you are done. In order to work, the page on which the goal is fired needs to be on the same domain as the page(s) where the experiment runs OR cookies need to be forwarded for cross domain tracking.
Finally, go to you Convert Experiences report and see if the goal has been triggered.
Convert is not installed where GTM will be used
If the Convert Experiences tracking code is not installed to the page on which Google Tag Manager will be used to fire the conversion, you have to follow the steps outlined in this section.
Follow these instructions (How to Install the Main Tag Code Javascript) if it can be directly added in the head section of the page, or these instructions (Convert Experiences Tracking Code Inserted through Google Tag Manager) if it can be loaded through Google Tag Manager.
Then you have to create a Javascript triggered goal (from the goal templates) in Convert Experiences and give it a descriptive name:
Copy the generated trigger code:
After that, in Google Tag Manager, create a tag of type Custom HTML:
Paste the goal trigger code as the content of this tag:
Fire the tag as needed when the conversion occurs and you are done. In order to work, the page on which the goal is fired needs to be on the same domain as the page(s) where the experiment runs OR cookies need to be forwarded for cross domain tracking.
Finally, go to you Convert Experiences report and see if the goal has been triggered.
Note (for developers): As an alternative to firing the goal conversion as described above (using the goal firing code which requires the main Convert Experiences tracking code), it could be fired through Custom Javascript code loaded in a GTM tag. Inside that code, one would read variations fired from cookies and would use that to create a tracking request (through a pixel or JS script tag).