all posts
Product

Measure what matters, not everything

Most analytics drown you in dimensions you never read. Track the few events that answer a real question.

The default analytics setup measures everything and answers nothing. Dozens of dimensions, hundreds of automatic events, and a dashboard so dense you close it without learning a thing.

A better habit: decide the question first, then track the two or three events that answer it.

Start from the question

“Is this launch working?” is a question. It maps to a small set of events:

window.sonex.track("signup", { plan: "pro" });
window.sonex.track("cta-click", { position: "hero" });

Now the funnel from visit to signup is a straight line you can actually read.

Declarative when it is simpler

For a button, you do not need a script at all. Annotate the markup:

<button data-sonex-event="cta-click" data-sonex-event-position="hero">
  Start free
</button>

The extra data-sonex-event-* attributes ride along as event properties.

Fewer, sharper signals

Three deliberate events beat three hundred automatic ones. They load faster, they respect the visitor, and they leave you with a dashboard that answers the question you opened it to ask.

That is the whole point of sonex: fast to insight, quiet by default.

// questions

Frequently asked.

Does sonex use cookies?

No. sonex sets no cookies and needs no consent banner. It counts visits without cookies, fingerprinting, or any personal data, so it is GDPR, PECR and CCPA-ready by default.

How do I install sonex?

Add one script tag to your site's <head> with your website id. It is a single lightweight tracker — no build step and no SDK required.

Is sonex a Google Analytics alternative?

Yes. sonex gives you the reports that matter — visitors, pages, referrers, funnels and a world map — without surveilling your audience or drowning you in configuration.

How is sonex priced?

By monthly tracked events. Free covers 2k events, Pro is $20/mo for 200k events, and Business is $200/mo for 2M events with team seats.

ready when you are

Understand your traffic without betraying your visitors.

No cookies, no credit card, no consent banner. Just the numbers you came for, in seconds.