Skip to main content

Start simple, expand later

When you first set up Analytiq, don’t try to track everything at once. Start with 5-7 core events that directly answer your most important questions, then expand gradually. The 5 events every app needs: Once these 5 are in place and sending data, you’ll have the foundation to understand your app’s core funnel.

How to decide what to track

Ask yourself: “What decision would I make if I knew this number?” Examples:
  • “If I knew which CTA button converts better, I’d run a proper A/B test” - track both buttons separately
  • “If I knew what % of signups upgrade within 7 days, I’d know if onboarding works” - track signup_completed and upgrade_clicked with timestamps
  • “If I knew which feature is most used, I’d focus work there” - track feature interactions
If you can’t think of a decision you’d make with the data - don’t track it. Clutter makes dashboards harder to use.

Full starter event list by category

Authentication

Revenue

Feature usage

Key actions

E-commerce (if applicable)


Naming conventions

Consistent naming makes your dashboard readable. Use this pattern everywhere:
Rules:
  • All lowercase
  • Use underscores (_), not spaces or hyphens
  • Verb at the end in past tense: _clicked, _viewed, _completed, _started, _failed
  • Be specific: signup_completed is better than signup

Properties — what to include

Add properties to give context to each event. Properties let you filter and compare on the dashboard.
Property value types allowed:

What NOT to track


How many events is too many?

There’s no hard limit, but as a rule of thumb:
  • 5-10 events - clean, focused, easy to read
  • 10-25 events - good coverage of your app
  • 25-50 events - advanced tracking, useful for large apps
  • 50+ events - only if each event has a clear business purpose
If you find yourself adding events just “in case they’re useful someday” — stop. Track what you’ll actually look at.

Sample event plan for a SaaS app

This gives you full visibility into the user lifecycle — from first visit to paying customer.