Installing Spara Navigator
How to deploy Spara's Navigator interface.
The Spara Navigator is a bottom right corner chat interface built specifically to power MQL to SQL conversion on your marketing website.
Step 1: Add Spara's script to your website
Copy your company's snippet from the Organization Settings page. You will need a Spara account with the "Manager" role.
Insert your company's snippet inside the <head>
tag for all pages of your marketing website.
Here is a full example of how to deploy Spara Navigator:
If you are installing Navigator but do not wish for it to start loading on your website yet, include this additional JavaScript snippet to blacklist all pages:
Step 2: (Optional) Hide the Navigator from any pages
Spara Navigator will now load on every page of your marketing website. But it's easy to block Spara Navigator from loading on specific pages.
Contact your customer support representative to hide Navigator from specific pages.
Provide a list of comma-delimited list of URLs and wildcard URLs you wish to not load Navigator on.
Wildcard URLs are just URLs with an asterisk as a "catch-all." For example, here is how you'd block Spara Navigator from loading on a) your pricing page, and b) all of your blog post pages:
Step 3: (Optional) Tell Spara about your query parameters
You can tell Spara information you already have about the lead via query parameters. By supplying Spara with this information you ensure that Spara will not attempt to recapture this data, and will use this information to have a better conversation. See Query Parameters documentation for more information.
Step 4: Remove any JS-loaded elements
This page should not contain any other JS-loaded elements, such as chatbots like Intercom, Drift, or Qualified. Most platforms provide an easy mechanism to "blacklist" specific URLs, meaning that the chatbot will not load for a specific URL.
Remove all chatbots! Spara will not be usable if they are present.
Last updated