Skip to main content

How to integrate Axeptio on Wix?

Step-by-step guide to integrate the Axeptio SDK script on a Wix site via Tracking & Analytics settings.

Written by Adrian ESCRIVA

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

  1. Log in to your Wix back office.

  2. In the menu, click on Settings.

  3. Scroll down to Advanced Settings, then click on Tracking & Analytics.

  4. Click New Tool then select Custom.

  5. In the popup, paste the Axeptio script retrieved in the previous step.

  6. Choose to add the code to all pages.

  7. Place the code in Body - End.

  8. Apply the changes to deploy online.

The script must be placed in Body - End. If placed elsewhere, the Axeptio widget will not display.

]]>

Did this answer your question?