Tyagi // Engineering Log

Topic

amplitude

5 items across this site.

codelabs

Designing an Event Taxonomy for Amplitude

How to name events and properties so analytics stays usable as the product grows, instead of becoming hundreds of one-off strings.

#amplitude#product-analytics#event-taxonomy
projects

Runo Product Analytics & Amplitude Instrumentation

Worked on a product analytics layer at Runo — Amplitude provider abstraction, event taxonomy, user/company traits, deduplication, and platform-aware tracking across auth, billing, CRM, and call workflows.

#amplitude#event-taxonomy#flutter
notes

Sizing an event deduplication window

A short note on why a fixed time window for analytics event deduplication needs tuning, not just existing.

#analytics#amplitude#patterns
learning

Amplitude's Event Taxonomy Documentation

Amplitude's own guidance on event/property naming and taxonomy planning — used as a reference while building out the analytics layer described in the Runo Product Analytics project.

#amplitude#product-analytics
notes

Keeping sandbox traffic out of production analytics

Why analytics initialization should check environment/host before sending any events, not just before reporting them.

#analytics#amplitude#patterns