Appearance
Wix Integration
The Wix integration uses the same lightweight tracking snippet as Custom HTML — you paste it into your Wix site's head, and InfluTrace credits sales to the right creator.
Connecting your store
- Open Integrations in the sidebar and click Add integration.
- Choose Wix from the library.
- Enter your website URL (the exact address your store is served from).
- Click Get snippet and copy the code.
Installing the snippet
In your Wix dashboard, go to Settings → Custom Code → + Add Custom Code:
- Paste the snippet.
- Set it to load on All pages, in the Head.
- Apply and publish your site.
Then open your published site and click Verify on the integration card in InfluTrace.
Attributing orders
Coupons are the most reliable signal on Wix
Map a creator's discount code to their link in Coupon Attribution. Any Wix order using that code is credited automatically — no thank-you-page code needed. This is the recommended path for Wix.
- Using Google Analytics / GTM on Wix? If your store already sends a
purchaseevent to the dataLayer, InfluTrace captures orders automatically — nothing else to do. See Automatic capture. - Otherwise, report orders with a one-line
influtrace('order', …)call. Wix's native thank-you page is locked down, so this typically needs Wix Velo (developer mode). If that's not an option, rely on coupon attribution above. The full order and add-to-cart API is documented under Custom HTML → Reporting orders.
Everything else — verifying, security, enabling the store on links/coupons, and troubleshooting — works exactly as described in Custom HTML.
