Integrate Convert Experiences with Wigzo

THIS ARTICLE WILL HELP YOU:


Convert-Wigzo Integration

Integration of Wigzo with Convert Experiences will help you to import Convert data into your Wigzo account. Wigzo is a Contextual Marketing Platform that helps marketers send Smarter Communication in Email or In-App. Which means changing content dynamically based on User behaviour on Website and App. Using Wigzo’s predictive technologies companies can produce Dynamic content blocks which automatically populates in emails based on User behaviour and Context.

For each experiment, the integration uses JS events to pass along 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 Wigzo tracking code  are installed on your page.

Activate Integration Manually

Use the example code below to send Convert Experience and Variation names to Wigzo API:

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 ");

wigzo ("track", "Variation Name", curVariant);

View Convert Data in Wigzo

Using a JS event in Wigzo, 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 Wigzo account, you should go to your Live Activities.