Now you can complete this integration on Insider One's new onboarding center. Refer to Insider Onboarding Center for further details.
Insider Tag integration is required to track user behavior on your website and understand their actions, such as purchase and visit history, including the items/content they visit, purchase, or abandon.
We recommend loading the Insider Tag as an asynchronous tag. Asynchronous integration prevents pages from being blocked while the Insider Platform renders changes on your website.
This guide explains the following steps:
Insider tag code
The following asynchronous JavaScript code is designed for both HTTP and HTTPS pages of your website.
<script async src="//{partnerName}.api.useinsider.com/ins.js?id={partnerId}"></script>Where and how can you integrate it?
Add the provided JavaScript code —adjusted to include your {partnerName} and {partnerId} — to all pages of your website without additional modification.
For optimum performance, we suggest inserting this code between your website's <head> and </head> HTML tags.