To integrate Axeptio on your Wix site, add the SDK script in the Tracking & Analytics section of your Wix back office. It takes less than 5 minutes.
Prerequisites
Retrieve your integration script from the Axeptio back office, in the "Integration on your site" section:
<script>
window.axeptioSettings = {
clientId: "YOUR_CLIENT_ID",
cookiesVersion: "YOUR_COOKIES_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>
Integration steps on Wix
Log in to your Wix back office.
In the menu, click on Settings.
Scroll down to Advanced Settings, then click on Tracking & Analytics.
Click New Tool then select Custom.
In the popup, paste the Axeptio script retrieved in the previous step.
Choose to add the code to all pages.
Place the code in Body - End.
Apply the changes to deploy online.
The script must be placed in Body - End. If placed elsewhere, the Axeptio widget will not display.
]]>
