Skip to main content

Wix integration

Written by Manon Manso

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."


​

image (13).png

2. In the next menu, scroll down to the bottom and choose "Advanced Settings," then "Tracking & Analytics."

image (14).png

3. Next, choose "New Tool" and then "Custom." A pop-up will appear.

image (11).png

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.

image (10).png

Note: You must ensure to place the tag in the Body - End of the text, otherwise Axeptio will not display.

Did this answer your question?