Skip to content

Salesforce Commerce Cloud

Finding your Site ID

Log in at dash.botfighter.dev → your Site ID is shown at the top of the dashboard.

Add the snippet to your SFRA cartridge

One edit to the shared footer template covers every storefront page.

  1. In your custom cartridge (overlaying app_storefront_base), open cartridge/templates/default/common/footer/footer.isml (or wherever your cartridge's page footer/htmlHead/pre-</body> include lives).
  2. Paste the snippet before the closing </body>:
html
<script
  src="https://botfighter.dev/botfighter.js"
  data-site="YOUR-SITE-ID"
  data-api="https://api.botfighter.dev"
  data-honeypot="true"
  defer>
</script>
  1. Deploy your cartridge and activate it in Business Manager for the relevant site.
  2. Visit your storefront and check your dashboard for the first signal.

TIP

If you don't maintain your own cartridge, ask your SFCC implementation partner to add this to the shared footer template — it's a one-line, one-time change.


Need help? Check the dashboard for your live signal feed.