'use client' import React from 'react' export default function InstallationPage() { return (
Get up and running with Pulse in seconds.
Just add this snippet to your <head> tag in your layout or index file.
<script{' '}
defer{' '}
data-domain
=
"your-site.com"{' '}
src
=
"https://pulse.ciphera.net/script.js"
></script>
Track custom events (e.g. signup, purchase) with pulse.track('event_name'). Use letters, numbers, and underscores only. Define goals in your site Settings → Goals & Events to see counts in the dashboard.
pulse
.
track
(
'signup_click'
);