Add Spinnaker script tag

This guide will help you install the Spinnaker script tag on your site.

To get started you will need a script tag from your Customer Success Manager (CSM), which looks something like this:

<script src='https://cdn.spinnaker-js.com/rc/51955/scripts/s.js'></script>

For our nudge and cart abandonment email products to work, you will need to install the Spinnaker script tag on your website.

Implementation methods

Google Tag Manager

This is by far the easiest for you to set up. Google Tag Manager(GTM) is a service that serves your third party application in one place. This makes it easier to be in control of what runs on the website and to pause a tag that is having problems.

Don't forget to publish your changes

Injected HTML

If your website doesn't have Google Tag Manager (GTM) installed, and will not be adding GTM for this purpose, our script tag can be injected straight into the website's code as well.

The script tag should be placed after the opening <body> tag:

<html>
  <body>
    <script src="https://cdn.spinnaker-js.com/rc/51955/scripts/s.js"></script>

Or right before the closing </body> tag:

    <script src="https://cdn.spinnaker-js.com/rc/51955/scripts/s.js"></script>
  </body>
</html>

Last updated