
Custom events tracking and more
We’ve just rolled out some pretty amazing features in ZapDigits and we’re excited to share them with you! Whether you’re a founder, a product manager, or just curious about what users are doing on your site, these new updates will help you understand your traffic better and faster.

Custom Events Breakdown
Now you can see exactly what kind of actions users are taking on your site clicks, views, form submissions, and more. Our new pie chart breaks it all down by event type so you can spot patterns at a glance.
No more guessing which events matter, track what’s important to you.
How to pass a custom event?
You can send custom events to track via your app. Once you loaded ZapDigits script you can send the events like this from anywhere on your app. And this will be visible on your analytics page recent event section. Here are some examples:
// Track a button click
analytics.track('signup_button_click', { button_location: 'header', page: 'homepage' });
// Track a purchase
analytics.track('purchase_completed', { product_id: '123', price: 29.99, currency: 'USD' });
// Track form submissions
analytics.track('form_submitted', { form_id: 'contact', form_type: 'contact' });
Here is the link to help center for more
Recent Events
Want to know what users are doing right now? Our Recent Events feed gives you a live look at every interaction, from page views to clicks to page unloads.

Super useful for debugging or watching new feature usage in real time.
Page views Over Time
Our updated graph lets you track how your traffic grows day by day. Spot trends, measure campaign impact, and plan better.

Device Breakdown
Know your audience. This chart shows you what devices your visitors are using desktop, mobile, or tablet so you can optimize your UI accordingly.

These features are live now. Just log into your ZapDigits dashboard and see the magic happen. 🎉
As always, we’re building ZapDigits for indie hackers, founders, and SaaS builders like you. Got feedback or a feature request? Drop us a message and we’d love to hear from you.
Replies
ZapDigits
Great work, @malithmcrdev!