1.0.4 • Published 3 years ago

gatsby-plugin-sharpspring v1.0.4

Weekly downloads
-
License
0BSD
Repository
github
Last release
3 years ago

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