Integration Details - Axeptio
Once you have completed the Axeptio configuration, you can retrieve the SDK in the "integration on your site" section.
<script>
window.axeptioSettings = {
 clientId: "#{{YOUR_PROJECT}}",
 cookiesVersion: "#{{Cookie_Version}}",
};
Â
(function(d, s) {
  var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
  e.async = true; e.src = "//static.axept.io/sdk.js";
  t.parentNode.insertBefore(e, t);
})(document, "script");
</script>
Technical Integration on WIX
1. Go to your project, then in the menu, choose "Settings."
â
2. In the next menu, scroll down to the bottom and choose "Advanced Settings," then "Tracking & Analytics."
3. Next, choose "New Tool" and then "Custom." A pop-up will appear.
In the pop-up, copy and paste the Axeptio code you retrieved in section 2 (Integration Details).
Choose to add the code to all pages, then place the code in the Body - End of the site.
Finally, apply the changes to deploy online, and your version of Axeptio will be visible.
Note: You must ensure to place the tag in the Body - End of the text, otherwise Axeptio will not display.
