- Help Center
- Integrations
- Checkout Champ
-
General
-
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
-
Shopify
-
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
- Inspectlet
- Crazy Egg
- LanderApp
- Unbounce
- Instapage
- Drupal
- PrestaShop
- Magento
- Roistat
- Piano Analytics
- Heap Analytics
- Kissmetrics
- Mouseflow
- Adobe Analytics
- Clicky
- Quantum Metric
- Google Campaign
- Checkout Champ
-
Account Management
-
Developers
-
What's New
-
Common Questions
Integrate Convert Experiences with Checkout Champ
Step-by-step guide to integrating Convert with Checkout Champ for A/B testing and revenue tracking on your ecommerce funnels.
THIS ARTICLE WILL HELP YOU:
Convert-Checkout Champ Integration
Convert Experiences can integrate with Checkout Champ's ecommerce platform, allowing you to run optimization experiments on your Checkout Champ funnels and pages. This integration enables you to test different variations of your checkout process, helping you improve conversion rates and overall sales performance.
Access Checkout Champ's Pixel Settings
-
Log in to your Checkout Champ account
-
Navigate to the funnel you want to integrate with Convert
-
Click on "Edit" for that funnel
-
In the Funnel Visualizer, click the "Funnel Settings" gear icon in the top-right corner
-
Select the "Tracking Pixels" tab from the settings menu
Add Convert Standard Tracking Code to Checkout Champ
-
In your Convert dashboard, go to Your Convert Project > Configuration > Environments and Tracking Code
-
Copy your Convert tracking code
-
In Checkout Champ's Tracking Pixels section, click "Add New Pixel"
-
Select "Custom" as the pixel type
-
Name your pixel (e.g., "Convert Experiences")
-
Paste your Convert tracking code into the Custom Script field
-
Choose where to place the pixel (Header is recommended)
-
Select which pages to include the pixel on (recommended: all pages in your funnel)
-
Save your changes
Add Convert Revenue Tracking Code to Checkout Champ
For proper revenue tracking, you'll need to add a special tracking snippet to your purchase confirmation page:
-
In Checkout Champ's Tracking Pixels section, click "Add New Pixel"
-
Select "Custom" as the pixel type
-
Name your pixel (e.g., "Convert Revenue Tracking")
-
Paste the following code into the Custom Script field:
<!-- Convert Experiments revenue tracking -->
<script type="text/javascript">
window._conv_q = window._conv_q || [];
_conv_q.push(["pushRevenue", "{{order_total}}", "{{product_count}}", "undefined"]);
</script>
- Replace { {order_total} } with Checkout Champ's variable for the total purchase amount (typically data-order-total or similar)
- Replace { {product_count} } with Checkout Champ's variable for the number of products purchased (typically data-product-count or similar)
-
Choose where to place the pixel (Footer is recommended for revenue tracking)
-
Select ONLY your purchase confirmation/thank you page
-
Save your changes
Note: The exact variable names may differ based on your Checkout Champ setup. Check your Checkout Champ documentation or contact their support to confirm the correct variable names for order total and product count.
Verify the Integration
-
Make a test purchase through your Checkout Champ funnel
-
Use your browser's developer tools (F12) to check the Console
-
Look for Convert-related logs to confirm the integration is working
-
Verify in your Convert dashboard that revenue data is being received properly
Troubleshooting Common Issues
-
Code Not Firing: Ensure the tracking pixel is set to "Active" in Checkout Champ
-
Revenue Not Tracking: Confirm that you're using the correct Checkout Champ variables for order total and product count
-
Multiple Revenue Events: Make sure the revenue tracking code is only on the final confirmation page
-
Conflicts With Other Scripts: If you're experiencing issues, try placing the Convert code before other marketing scripts
Experimentation is Human Nature.
Go to convert.com Sign in Features About Us