Software Integrations

Piano Analytics

With the Convert-Piano integration, unique visitors to your experiments’ variations will be passed into Piano using custom events.

Overview

Piano Analytics(formerly AT Internet) is a privacy-friendly analytics service that is an attractive alternative to Google Analytics. It only stores data that enables a simple analysis of visits to your website. In doing so, Piano does not track the user across multiple websites (does not store cross-site cookies).

Read more about how you can use Piano as an alternative to GA.

Instructions of the integration:

  • Add Tracking Code Snippets

    Make sure the Convert tracking code and the Piano Javascript tracker code are installed/initialized on your page. 

  • Activate Integration Manually

    This example code can send Experiment and Variation names/IDs to your Piano Analytics dashboard:

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 ");
		
	pa.sendEvent('Convert Experiences', {
	Exp_Name: curExperimentName,
	Var_Name: curVariant
	});
  • View Convert Data in Piano Analytics

    Once the integration is enabled, you will be able to view all of your Convert Experiences data as they associate to the values that you pass in the event.

Benefits

  • Testing on categories and specific pages by select these in Convert Experiences (we sync all names)
  • All your test data available in your analytics tool for advanced analytics

Features

  • Tracking Code
Back to integrations

Start Your 15-Day Free Trial Right Now.
No Credit Card Required

You can always change your preferences later.
You're Almost Done.
I manage a marketing team
I manage a tech team
I research and/or hypothesize experiments
I code & QA experiments
Convert is committed to protecting your privacy.

Important. Please Read.

  • Check your inbox for the password to Convert’s trial account.
  • Log in using the link provided in that email.

This sign up flow is built for maximum security. You’re worth it!