Appearance
Shopify
Finding your Site ID
Log in at dash.botfighter.dev → your Site ID is shown at the top of the dashboard.
- In your Shopify admin, go to Online Store → Themes.
- Click Actions → Edit code on your active theme.
- In the file tree on the left, open layout/theme.liquid.
- Find the closing
</body>tag and paste the snippet immediately before it:
html
<script
src="https://botfighter.dev/botfighter.js"
data-site="YOUR-SITE-ID"
data-api="https://api.botfighter.dev"
data-honeypot="true"
defer>
</script>- Click Save.
- Visit your storefront and check your dashboard for the first signal.
TIP
theme.liquid renders on every page of your store, so one snippet installation covers your entire site.
Need help? Check the dashboard for your live signal feed.