How To Verify Juvo Leads Javascript Tag is Installed On Website

Once you’ve installed the Juvo Leads Javascript Tag on your website you can use this quick developer console checklist to verify that the tag is installed properly.

Check #1

  1. In Google Chrome, go to a page of your website
  2. Open Developer Console (Right click on the page, Click Inspect)
  3. Click on the Console tab.
  4. Refresh your website to reload it
  5. In Developer Console look for the message “Juvo Leads Installed” or “fd tag loaded” message to appear.

✅ If you see either of those two messages displayed then you have done everything correctly!

❌ If you see the message appear more than once (2x or more) then you are loading the javasscript tag more then once.  This is an incorrect implementation and you will want to go back and make sure you are only loading the javascript tag once per page load.

❌ If you do not see either of the messages displayed in your developer console then you have not properly installed the javascript tag on your website.

 

Check #2

  1. In Google Chrome, go to a page of your website
  2. Open Developer Console (Right click on the page, Click Inspect)
  3. Click on the Console tab.
  4. Refresh your website to reload it
  5. In Developer Console type the “fd.clientID” (without quotes) and hit return.

✅ If you installed your javascript tag successfully, you will get a response back with a number (this is your website license ID).

❌ If you did not install your javascript tag successfully, you will get an error message back that says:
Uncaught ReferenceError: fd is not defined