Integrate Convert Experiences with Jumplead

Convert-Jumplead Integration

Jumplead is a marketing automation service that identifies website visitors and allows you to connect with them using lead capture forms, automation events, email marketing, live chat and social media. 

Using Jumplead with Convert will allow you to send for each experiment, the experiment name and variation name that the visitor is currently bucketed into.

Add Tracking Code Snippets

Make sure the Convert tracking code and the Jumplead tracking code are installed on your page.

mceclip0.png

Activate Integration Manually

Use the example code below to send Convert Experience and Variation names to Jumplead by using event tracking and triggering an automation as explained here:

var refObject = window['convert']['data']['experiments']
	for (var key in window["convert"]["currentData"]["experiments"]) {
			if (!window["convert"]["currentData"]["experiments"].hasOwnProperty(key)) {
				continue;
	}}
            
var currentExperiment = window["convert"]["currentData"]["experiments"][key];
var curExperimentName = refObject[key] && refObject[key].n ? refObject[key].n : "unknown experiment name";
curExperimentName = curExperimentName.replace("Test #", "Test ");
var curVariant = currentExperiment['variation_name'] ? currentExperiment['variation_name'] : "unknown variant";
curVariant = curVariant.replace("Var #", "Variation ");
		
jump('send', 'automation', 'trigger', '123abc123456a12a1a123456', curVariant);  

View Convert Data in Jumplead

Using the above JS event in Jumplead, you will be able to view all of your Convert Experiences data as they associate to the values that you pass in the event.

When you log in to your Jumplead account, you should go to your Lead Activity and then Visitors:

mceclip1.png

Need assistance? Start a conversation with our Support Team.
CONVERT MORE

Reliably Convert More Site Visitors, Even If Everything Else is Changing in Your Business.

START 15-DAY FREE TRIAL
✓ No Credit Card  ✓ Easy Set-Up  ✓ Access All Features

Comments