- Help Center
- Integrations
- Zapier
-
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
Zapier Webhook Integration with Convert Experiences
This Article Will Help You:
Introduction
With the Zapier Webhook Integration, you can capture conversions that happen on other systems outside your website.
Webhooks are system notifications sent to other systems when an event happens. These events could be a sale, an app install, or anything that can be notified with this method. Zapier can help you translate these webhook notifications to conversions in Convert. Zapier acts as the middleware between these third-party systems and Convert.
Follow the process below to create your Zapier / Convert integration.
Setup a Goal
Create a new "Javascript Triggered Goal" in Convert. Give it a descriptive name, like "Phone Call".
Activate the goal for an experiment.
If you have different events for each variation, you will need to create a zap for each variation.
About integrating with call tracking, ensure you set up one unique unused phone number in these Call Trackers.
If you have an experiment with an original and one variation, you will need to set up two different numbers on the call tracking application.
Push URL
Conversions can be sent to Convert by calling a specific URL containing all the needed information. You can see the required URL structure, and each of the elements explained below.
https://[project_id].metrics.convertexperiments.com/track?cid=[customer_id]&pid=[project_id]&ev[0][evt]=viewExp&ev[0][vars][]=[variation_id]&ev[0][vars][]=[variation_id]9&ev[0][exps][]=[experiment_id]&ev[0][exps][]=DEF&ev[1][evt]=hitGoal&ev[1][goals][]=[goal_id]&ev[1][vars][]=[variation_id]&ev[1][vars][]=[variation_id]&ev[1][exps][]=[experiment_id]&ev[1][exps][]=[experiment_id]
All the bold elements have to be replaced with actual values as follows:
project_id
The project id can be found in Project > Configuration.
customer_id
The customer id or account id can be found in the Project > Configuration > Tracking Code:
experiment_id
The experiment ID can be found on the Experiment Summary screen:
variation_id
Each version of your A/B test has a separate Variation ID. This can be found by doing a live preview for each specific variation and picking up the number after the convert_v query parameter inside the preview URL.
For example, if the preview URL is http://staging.convert.com/?convert_action=convert_vpreview&convert_v=1002704493&convert_e=10023753, then the variation ID is 1002704493.
goal_id
The goal ID can be found in the Goals Overview screen by clicking on the name of the goal.
Create Zapier Webhook
The webhooks are a great way to push a call convert to Convert Experiences. We use the same goal in the experiment. Changing the variation id in each webhook allows us to register conversions for each in Convert.
Depending on the application you connect to, you might need one ZAP (Zapier trigger) for every phone number dialed. We need the variation ID in the webhook GET URL if the Call tracking software allows a variable in their backend that Zapier allows as merge field (one ZAP will take care of all tracking for one experiment).
- Select a Webhook with the GET method.
- Fill the URL with all the different [id's] you got from the above steps and replace them to match this format: http://[project_id].track.convertexperiments.com/track/?c=[customer_id]&p=[project_id]&e=[experiment_id]-[variation_id]&g=[goal_id]&ga=1 (yes also remove the [ and ] symbols).
- Send as JSON tuned to No and leave all other fields empty.
Done & Start Testing
Now you are done. With this integration, your will be registering your calls in Convert. Start the experiment and test the goals by calling each number.