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.
// Validate events before sendinghardal.track('test_event', { test_property: 'test_value'});// Check browser network tab to see the request// Verify the event appears in your Hardal dashboard