1
Copy Tracking Script
Copy your tracking script from the bchic settings.
2
Open Settings
Go to your Wix Dashboard (not the editor, but the management area).
- Click Settings in the bottom left.
- Scroll down in the “Advanced” section (at the very bottom) to Custom Code.
3
Add Code
- Click + Add Custom Code in the top right.
- Paste your bchic script into the Paste code snippet here text box.
- Give the entry a name, e.g.,
bchic Analytics. - Under Add Code to Pages:
- Select All pages.
- Important: Select Load code once in the dropdown, as bchic automatically detects page changes.
- Under Place Code in: Head.
4
Save & Publish
Click Apply. The code is active immediately.Visit your live site (not the preview in the editor) to check if the first page view arrives in the dashboard.
Custom Events in Wix (Velo)
In Wix, it is difficult to target HTML elements directly by ID because Wix generates IDs dynamically. The easiest way for conversion tracking (e.g., contact form) is to use a Thank You Page.Method: Thank You Page (Recommended)
- Create a new page in Wix (e.g., “Thank You”).
- Set your contact form to redirect to this page after submission.
- Go back to Settings > Custom Code.
- Add a new code snippet:
- Under Add Code to Pages, select Choose specific pages this time and check only your Thank You page.
- Placement: Body - end.
form_submit event is counted.
