Integrate Convert Experiences with Ysance

This Article Will Help You:



Convert-Ysance Integration

Integration of Ysance with Convert Experiences will help you to import Convert data into your Segment warehouse. 

For each experiment, the integration uses semantic track events to 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 Ysance tracker.min.js are installed on your page. 

Activate Integration in Convert

Go to your Convert experience settings and under Integrations select the Ysance. Add the Custom Dimension that you want to use and then click Save and Continue. 

Activate Integration Manually

If you do not want to activate the integration through Convert Experiences interface, you can activate it manually by adding this code:

<script>
var _y_account = 'YT-000081-1';
var _y_domain_id = '0324';

trackPage = function() {
// Send Custom Data
_wt1Q.push(['setCustomData', 1, ]);
_wt1Q.push(['trackPage', {}]);
};

window.ytrackAsyncInit = function() {
// Tracking Configuration
var _wt1Q = this._wt1Q || [];

window.Ytrack.init({
'account': _y_account,
'domain_id': _y_domain_id,
'domain_version': '1',
'parts' : {
'6e747f7': true
}
});
_wt1Q.setTrackAccept(true);
trackPage();
};
// Call tracker DMP Ysance
(function() {
var e = document.createElement('script');
e.async = true;
e.src = '//prod-js.aws.y-track.com/' + _y_account + '/v5/tracker.min.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(e, s);
}());
</script>

View Convert Data in Ysance

You will be able to view all of your Convert Experiences data in Ysance.