Convert-AT Internet Integration
Convert uses AT Internet's MV Testing Tags to tag your visitors with the experiments and variations to which they've been added.
For each experiment, the integration passes 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 AT Internet Javascript tracker code are installed/initialized on your page.
Install AT Internet MV Testing
Follow the instructions here: https://developers.atinternet-solutions.com/javascript-en/content-javascript-en/mv-testing-javascript-en/.
Under variables, add these to track Convert experiences:
- Convert Experiment ID: convert.data['experiments'][experimentId].id
- Convert Variation ID: convert.currentData.experiments[experimentId].variation_id
View Convert Data in AT Internet
Once the integration is enabled, you will be able to access the Multivariate Testing report in your Digital Workspace and click on any test name to see the visitors to the test broken out by variation.
Comments