🎯Quickstart

Quick Start Guide

This should take you less than 5 minutes! 💪 🚀

Basic Setup

  1. Log in to the Herd dashboard at app.gobyherd.com.

  2. Copy the pre-generated API_KEY and install the script as detailed below.

  3. Create a new Campaign:

    • Name your campaign

    • Define custom messages aligned to your business

  4. Go and refresh your website!

Installation

Add the Herd script to your webpage:

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

See advanced configurations for better results

Last updated