Introduction

Learn how to get started with Logspot.

Logspot is analytics for go-to-market teams. It measures product and website activity, connects each event to the person and company behind it, enriches those accounts, surfaces the signals worth acting on, and runs the actions that follow, all from one first-party snippet.

Logspot dashboard

Integrate Logspot with Your Site/Application

To get started quickly, add one of these two snippets to your site/application and Logspot will start tracking right away.

Static Sites

The easiest way of integrating your project with Logspot is using our JS script.

<script
  async
  data-logspot-pk="YOUR_PUBLIC_KEY"
  src="https://cdn.logspot.io/lg.js"
></script>

Single-Page Applications (SPAs)

For SPA applications, you can use our NPM package @logspot/web

import Logspot from '@logspot/web';

Logspot.init({ publicKey: 'YOUR_PUBLIC_KEY' });

Send Your First Event

Check our SDK docs to learn how to send your first custom event.