gatsby-plugin-sharpspring

A plugin for integrating SharpSpring

Usage no npm install needed!

<script type="module">
  import gatsbyPluginSharpspring from 'https://cdn.skypack.dev/gatsby-plugin-sharpspring';
</script>

README

Gatsby Plugin SharpSpring

Easily add SharpSpring Marketing Automation to your GastbyJS website. Enables

  • Tracking
  • Chatbots
  • And every other feature that comes out of the box with the SharpSpring Tracking Code

How to install

npm install gatsby-plugin-sharpspring

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-sharpspring`,
    options: {
      trackingId: `YOUR_SITE_TRACKING_ID`,
      domainId: `YOUR_SITE_DOMAIN_ID`
      // You can get your domain id from the following line in your Tracking Code Script 
      // _ss.push(['_setDomain', 'https://DOMAIN_ID.marketingautomation.services/net']);
      // Your domain ID is all the characters after https:// before you get to .marketingautomation.services/net
    }
  }
]

Side Notes

Considering that SharpSpring is a high-end marketing tool, I am curious if anybody would use this plugin at all. If you found it useful, please feel to give me a shout out on Twitter | Youtube | Instagram