Overview

The Hardal JavaScript SDK makes it easy to send events from your website. It provides a simple API for tracking page views, custom events, and user identification.

JavaScript SDK

Validation

// Validate events before sending
hardal.track('test_event', {
  test_property: 'test_value'
});

// Check browser network tab to see the request
// Verify the event appears in your Hardal dashboard