BECOME A POWER-USER 🏆 Maximize the full potential of WhatConverts! Learn more
Track call leads back to marketing sources.
Easily track existing web forms on your site.
Tie chat leads to marketing campaigns.
See all your leads and sales in one place.
Show clients exactly how well your marketing works.
See how many qualified leads your marketing department delivers.
Track marketing efforts for every franchise, all from one platform.
WhatConverts reveals which marketing campaigns are working.
See exactly where your customers are coming from.
Which marketing channels are driving new clients? Find out.
See which marketing delivers renters and buyers.
Discover how new customers find your dealership.
Create reports that show new patients vs. existing patients.
Easily separate calls from new patients vs. existing patients.
Track every new patient back to the marketing source.
See which marketing channels drive new patients.
Find out where your new students come from.
Calculate ROI from search ads, direct mailers and more.
Learn which marketing delivers the most valuable clients.
A simple way to figure out where customers come from.
AgencyAnalytics is an all-in-one marketing dashboard made...
Finding the right CRM software or customer...
Calendly is a free scheduling tool that...
Google Ads is the largest advertising platform...
With WhatConvetrts, VWO users can track call...
Through Bing Ads, you can reach potential...
Formsite is a form building software that...
WhatConverts can integrate with SimpleTexting so that...
Formstack is an easy-to-use online form builder...
Facebook advertising offers businesses the ability to...
WhatConverts takes your Landingi landing pages to...
Intercom is a web chat platform created...
Send and receive lead data seamlessly
Discover why our clients love the WhatConverts support staff.
Learn how to track your marketing.
Get access to all the data in your WhatConverts account.
Exclusive tips and tricks to track your marketing.
Find out if WhatConverts is a good fit for your business.
Check the operational status of WhatConverts.
Subscribe to our newsletter and get proven marketing strategies for growing your business.
Note: If you haven’t added your WhatConverts tracking code to your website, add your tracking script. If you are using the WhatConverts WordPress Plugin, you will want to deactivate the plugin and place your WhatConverts Tracking Code above your SnapEngage Install Code.
1Where your SnapEngage Chat Widget is installed on your page, add the following code directly above your installation code:
<script type="text/javascript"> var source_data = oqhaqzwnbjgcpycneryg('wc_client'); </script>
2Log into SnapEngage. Under Current Widget select "Settings".
Select "Options" at the top of the Settings Menu. Beside Collect additional information add the following JavaScript Variable: source_data
Click "Save Changes".
3Go to Zapier and click "Create Zap". Search for and select "Webhooks by Zapier as your Trigger App. Click "Continue". Select "Catch Hook as your Trigger and click "Continue". Copy the webhook URL to your clipboard.
4Go back to SnapEngage. In the Settings Menu select "Integrations". Paste the webhooks URL from Zapier in Integration URL box and click "Save Changes".
5Go to your page SnapEngage is installed on and start (and end) a chat session.
6Return to the Zapier setup, click "Test trigger". Select one of the "Hooks" Zapier has pulled as a sample.
Click "Continue".
7Select "Code by Zapier" as your Action App and "Run JavaScript" as your Action Event.
Under Input Data type "source_data" and select the "Javascript Variables" from Step 1 - Catch Hook. Under Code, paste the following:
var [source,medium,campaign,content,keyword,gclid,landing_page,user_id,msclkid] = ['','','','','','','','']; var data = inputData.source_data.match(/name: source_data\nvalue: (.*)/); if (data[1]) { var data_parts = data[1].split('+..+'); if (data_parts[0]) source = data_parts[0]; if (data_parts[1]) medium = data_parts[1]; if (data_parts[2]) campaign = data_parts[2]; if (data_parts[3]) content = data_parts[3]; if (data_parts[4]) keyword = data_parts[4]; if (data_parts[5]) gclid = data_parts[5]; if (data_parts[6]) landing_page = data_parts[6]; if (data_parts[7]) user_id = data_parts[7]; if (data_parts[8]) msclkid = data_parts[8]; } output = [{source: source, medium: medium, campaign: campaign, content: content, keyword: keyword, gclid: gclid, landing_page: landing_page, msclkid: msclkid}];
Click "Continue". Run a test and click "Continue".
8Click "+" to add an Action Step. Search for and select "WhatConverts" as your Action App and "Create Lead" as your Action Event. Select your WhatConverts profile to integrate with SnapEngage.
Set up your Template as follows:
Add the following field under Additional Fields:
Click "Continue" and send a test to WhatConverts. When the test is successful, you can name your Zap and turn your Zap "on".
9Go to your website. Start and end a new chat. Log into the WhatConverts profile you have set up the SnapEngage integration in. Click "Leads" in the top menu. Under Lead Manager, check for a new Chat Lead to ensure SnapEngage Chat is tracking properly.
If you have any questions, please contact us here: Contact WhatConverts Support or email support@whatconverts.com
SnapEngage is a live chat software that is designed to allow your sales and support teams to interact with customers.
1Where your SnapEngage Chat Widget is installed on your page, add the following code directly above your installation code:
<script type="text/javascript"> var source_data = oqhaqzwnbjgcpycneryg('wc_client'); </script>
2Log into SnapEngage. Under Current Widget select "Settings".
Select "Options" at the top of the Settings Menu. Beside Collect additional information add the following JavaScript Variable: source_data
Click "Save Changes".
3Go to Zapier and click "Make a Zap". Search for and select "Webhooks by Zapier as your Trigger App. Click "Continue". Select "Catch Hook as your Trigger and click "Continue". Copy the webhook URL to your clipboard.
4Go back to SnapEngage. In the Settings Menu select "Integrations". Paste the webhooks URL from Zapier in Integration URL box and click "Save Changes".
5Go to your page SnapEngage is installed on and start (and end) a chat session.
6Return to the Zapier setup, click "Ok, I did this". Select one of the "Hooks" Zapier has pulled as a sample.
Click "Continue".
7Click "+ Add a Step". Select "Code by Zapier" as your Action App and "Run JavaScript" as your Action.
Under Input Data type "source_data" and select the "Javascript Variables" from Step 1 - Catch Hook.
Under Code, paste the following:
var [source,medium,campaign,content,keyword,gclid,landing_page,user_id,msclkid] = ['','','','','','','','']; var data = inputData.source_data.match(/name: source_data\nvalue: (.*)/); if (data[1]) { var data_parts = data[1].split('+..+'); if (data_parts[0]) source = data_parts[0]; if (data_parts[1]) medium = data_parts[1]; if (data_parts[2]) campaign = data_parts[2]; if (data_parts[3]) content = data_parts[3]; if (data_parts[4]) keyword = data_parts[4]; if (data_parts[5]) gclid = data_parts[5]; if (data_parts[6]) landing_page = data_parts[6]; if (data_parts[7]) user_id = data_parts[7]; if (data_parts[8]) msclkid = data_parts[8]; } output = [{source: source, medium: medium, campaign: campaign, content: content, keyword: keyword, gclid: gclid, landing_page: landing_page, msclkid: msclkid}];
Click "Continue". Run a test and click "Continue".
8Click "+ Add a Step". Select "WhatConverts" as your Action App and "Create Lead" as your Action. Select your WhatConverts account to integrate with SnapEngage.
Set up your Template as follows:
Add the following field under Additional Fields:
Click "Continue" and send a test to WhatConverts. When the test is successful, you can name your Zap and turn your Zap "on".
One of our marketing experts will give you a full presentation of how WhatConverts can help you grow your business.
Schedule a DemoWhatConverts reports web chats as a conversion action, revealing which marketing drives chats.
Automatically track visitors back to the marketing source, medium, campaign, ad and keyword.
See the full chat transcript alongside lead details, instantly.
Automatically send chat events to Google Analytics to define conversion funnels.
Subscribe to our newsletter and get proven marketing strategies for growing your business.