Get the Datahappy Pixel running and send your first event in minutes.
<head>
section of your website. It asynchronously loads the full SDK without impacting your page load times.
<head>
tag of your website’s HTML, just before the closing </head>
tagYOUR_PROJECT_ID
with your actual Project ID from the Datahappy dashboarddatahappy.track()
method to send a custom event.
For example, you could track a signup_completed
event when a new user registers.