Integrating VWO with Clicky allows you to view and analyze your website data using Clicky. To enable the integration, all you need is to add a Clicky integration code snippet on the pages where you want to track visitors. The integration is a one-time activity and will automatically run for all your campaigns.
Follow these steps to integrate Clicky with VWO:
- Add the following integration code snippet on the pages where you want to run the VWO campaign
<script type="text/javascript"> try { var id=_vis_opt_experiment_id,u="undefined", _combination=_vis_opt_readCookie('_vis_opt_exp_'+id+'_combi'); if(typeof(_vwo_exp[id].combination_chosen) != u) _combination = _vwo_exp[id].combination_chosen; if(typeof(_vis_opt_comb_name[_combination]) != u) { if(!window.clicky_custom ) var clicky_custom = {}; clicky_custom.split = {name:"VWO-"+id, version:_vis_opt_comb_name[_combination]}; } } catch(err) {} </script> <!-- Your Clicky tracking code--> - Place the integration code right above the Clicky tracking code on your webpages (typically present in the website footer
- Ensure that you add the Clicky integration code only after the VWO smart code (present between <head></head> tags of your campaign pages)as displayed in the following screenshot:
- VWO integration with Clicky works only with synchronous version of VWO code. Please ensure that you have added VWO synchronous smart code to your campaign pages
Attention!
The integration code is different from the VWO smart code that you add across all your VWO campaign pages. You must add the Clicky integration code to the web pages in addition to the VWO smart code.

This integration is a one-time activity and further configuration is required to integrate once you have added the code (after the VWO code and before the Clicky code). After you add the code, Clicky integration will start automatically for all your tests.
Verifying the integration
After setting up the integration, you can verify that the data is getting pushed to Clicky. In the developer’s console, check for query parameters in the call after landing on the campaign URL, as highlighted in the following screenshot:

Viewing campaign results in Clicky
Once your campaign starts running, you you can view the campaign reports in Clicky dashboard as displayed in the following screenshot:
