Setting up Locadapt on your Wix site is straightforward. Follow these steps to integrate Locadapt:

1

Access Tracking Tools

  1. Log in to your Wix account and go to your site’s dashboard.
  2. Click on Settings in the left sidebar.
  3. Scroll down and click on Tracking Tools.
2

Add New Tool

  1. In the Tracking Tools page, click on + New Tool.
  2. Select Custom from the list of options.
3

Add Locadapt Code

In the custom code editor, paste the following code:

<link rel="stylesheet" href="https://cdn.locadapt.com/locadapt.min.css" />
<script 
  src="https://cdn.locadapt.com/locadapt.min.js" 
  data-project-id="YOUR_PROJECT_ID"
></script>

Remember to replace YOUR_PROJECT_ID with the actual project ID provided in the configuration page for your Locadapt project.

4

Configure Tool Settings

  1. Set the tool to apply on All pages.
  2. Choose to load the code in the Head of the page.
  3. Name your custom tool (e.g., “Locadapt Integration”).
5

Save and Publish

  1. Click Apply to save your custom tool.
  2. Publish your site to apply the changes.

After publishing, visit your live Wix site to ensure Locadapt is working correctly. You may need to clear your browser cache to see the changes immediately.

Troubleshooting

If you encounter any issues or don’t see Locadapt working on your site, try the following:

  1. Ensure you’ve replaced YOUR_PROJECT_ID with your actual Locadapt project ID.
  2. Clear your browser cache and reload the page.
  3. Check if there are any JavaScript errors in your browser’s developer console.
  4. Make sure the custom code is set to load on all pages and in the head of the document.

If problems persist, don’t hesitate to reach out to our support team at support@locadapt.com.