🤝Integration

Integrate Herd is similar to most of widely known marketing tools, is as-simple-as adding our one-line script to your website's <head>.

<script
  src="https://pixel.gobyherd.com?apiKey=YOUR_API_KEY"
  defer
/>

Compatibility

Herd's pixel is written and exposed in Javascript so you should be able to integrate it in:

  • Website Builders: Framer, Wordpress, etc.

  • Web Frameworks: NextJS, React, Vue, Angular, Svelte, etc.

  • Tag Managers: Google Tag Manager, Segment, etc.

  • HTML Email Templates: Mailchimp, ConvertKit, etc.

  • Mobile: PWAs, hybrid apps (React Native, Ionic, Cordova), native apps with WebViews, in-app browsers, and mobile-optimized platforms like Google Tag Manager

For other custom integrations, please contanct Herd's Team.

📜 Pre-requisites

  • YOUR_API_KEY: Please find your pre-generated api-key in your Herd's Homepage or create a new one at ApiKeys page.

🥷 I'm a developer myself and have access to the code

In case you have access to modify the code of your website, please add the <script> tag anywhere

<head>
...
<script
  src="https://pixel.gobyherd.com?apiKey=YOUR_API_KEY"
  defer
/>
...
</head>

For react-based sites you can use react-helmet.

For any further customization of the integration please contact Herd's support.

😎 I'm more a business bro and use no-code tools

Most of the no-code tools that offers to easily create websites allows users to add custom scripts to the website. We need to find within the settings page a place referring to a <head> tag.

Here is our example (gobyherd.com) using Framer:

☮️ No Risks

There aren't any security or performance risks associated to integrating Herd, since it runs asynchronously and does not have access to any of your smart contracts or databases. You can think it as a simply decoration for your site.

Last updated