Installation
Install Bantico
Add Bantico to any website by adding the tracking script to your HTML. Pass your project token through data-token on the Bantico script. This example also sets window.__BANTICO_TOKEN__ as a safe fallback.
Project token
Copy your Bantico project token from your project settings.
Project token
your_project_tokenHTML setup
Paste this before the closing body tag or inside your site head.
index.html
<script> window.__BANTICO_TOKEN__ = "your_project_token";</script> <script src="https://app.bantico.com/bantico.js" data-token="your_project_token" defer></script>