Fusetag not loading

Problem

Fuse doesn’t seem to be loading on your site at all.

Solution

Perform the following diagnostic checks:

Check fuse.js included in page header

Check whether the fuse script loaded by confirming that it is logging.

  1. Open the DOM inspector
  2. Use the search feature to find fuse.js.
  3. You should see it in a <script> element in the <head> section.
  4. Confirm the src attribute points to URL you received during onboarding.
Check fuse.js downloaded

Check whether the fuse script actually downloaded.

  1. Open the network panel
  2. Refresh the page
  3. Search for fuse.js.
  4. Confirm the status column is 200.