Integrate Convert Experiences with Webtrends

This Article Will Help You:


Convert-Webtrends Infinity Analytics Integration

Integration of Webtrends with Convert Experiences will help you to import Convert data into your Webtrends account. 

For each experiment, the integration can pass along the experiment name and variation name that the visitor is currently bucketed into (if any).

Important

This integration is still in beta status. Use with caution the steps described below.

Add Tracking Code Snippets

Make sure the Convert tracking code and the Webtrends Analytics Tag are installed on your site.

Send Convert data through Multitrack

The MultiTrack function lets you track events other than page loads.

Multitrack is flexible and allows you to track just about any type of event you want. Here are just a few examples of the events you can track:

  • Virtual page views
  • File downloads
  • The clicking of offsite links
  • The clicking of anchor links
  • Ad views
Webtrends.multiTrack({
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 ");

args: {
"WT.ti": curExperimentName,
"WT.mc_id": curVariant
}
}) 

View Convert Data in Webtrends

In order to see the Convert data sent, you must login into your Webtrends account and go to your Reports.