Platform

AI

Wave
Agents
Amplitude MCP
AI Feedback
Agent Analytics
Early Access Program

Insights

Product Analytics
Marketing Analytics
Session Replay
Heatmaps

Action

Guides and Surveys
Feature Experimentation
Web Experimentation
Feature Management
Activation

Data

Data Governance
Integrations
Security & Privacy
Solutions
Solutions that drive business results
Deliver customer value and drive business outcomes
Amplitude Solutions →

Industry

Financial Services
B2B
Media
Healthcare
Ecommerce

Use Case

Acquisition
Retention
Monetization

Team

Product
Data
Engineering
Marketing

Size

Startups
Enterprise
Resources

Learn

Blog
Resource Library
Compare
Glossary
Explore Hub

Connect

Community
Events
Customers
Partners

Support & Services

Customer Help Center
Developer Hub
Product Updates
Academy & Training
Customer Success

Tools

Benchmarks
Prompt Library
Templates
Tracking Guides
Maturity Model
Event Taxonomy Generator
Pricing
LoginContact salesGet started

AI

WaveAgentsAmplitude MCPAI FeedbackAgent AnalyticsEarly Access Program

Insights

Product AnalyticsMarketing AnalyticsSession ReplayHeatmaps

Action

Guides and SurveysFeature ExperimentationWeb ExperimentationFeature ManagementActivation

Data

Data GovernanceIntegrationsSecurity & Privacy
Amplitude Solutions →

Industry

Financial ServicesB2BMediaHealthcareEcommerce

Use Case

AcquisitionRetentionMonetization

Team

ProductDataEngineeringMarketing

Size

StartupsEnterprise

Learn

BlogResource LibraryCompareGlossaryExplore Hub

Connect

CommunityEventsCustomersPartners

Support & Services

Customer Help CenterDeveloper HubProduct UpdatesAcademy & TrainingCustomer Success

Tools

BenchmarksPrompt LibraryTemplatesTracking GuidesMaturity ModelEvent Taxonomy Generator
LoginSign Up

Common event tracking pitfalls and how to avoid them

Small changes to your data collection approach can greatly improve your data quality.
Product

Dec 12, 2022

8 min read

Franciska Dethlefsen

Franciska Dethlefsen

Former Head of Growth Marketing, Amplitude

Common Event Tracking Pitfalls and How to Avoid Them

Editor’s note: this article was originally published on the Iteratively blog on February 19, 2021.


Data collection is the foundation of your data stack, but it’s often overlooked—unloved even—and so many companies don’t spend the time and resources needed to get it right.

Analytics tracking pitfalls can easily happen when event tracking is not getting the love and care it deserves. Luckily, knowing what these pitfalls are, you can more easily avoid them. Plus, you can improve your data collection strategy and process with some of the concrete tips shared below.

What is event tracking?

Before we dive in, let’s quickly get on the same page about what we’re covering here: Event tracking is the process of capturing and collecting data about your users’ interactions with a digital product, such as a website, web or mobile app.

Any user-initiated action can be encoded as an event, such as page views, button clicks, form submissions and search. What events you should capture depends heavily on your product, business model and data maturity. Every product will have its own set of user behaviors and the teams working on improving or selling the product will have their own analytics metrics and goals. If you’re just getting started with event tracking, check out our guide to creating a tracking plan.

The core building blocks of data

To get the insights you need about your product performance, user behavior or customer acquisition strategy, there are four fundamental data building blocks you need to consider:

Events‍

Any user or server-initiated action is an event. This includes everything from page views and button clicks to account deletion and application crashing.

Event properties

Event properties further describe the particular event and the context it was invoked in. You leverage properties to capture additional information around the event such as browser information or what information was submitted in a form field.

Users

Users are the individuals who perform the events. They’re your unknown web visitors, app users or logged-in customers.

User properties

User properties make it easy to record traits on a user. This could include data like their subscription plan, geographic location, user ID, and browser or device type.

Common event tracking challenges and tips to avoid them

Now that we’ve covered the basics, let’s look at the common pitfalls we experience when talking to many data and product teams out there.

Too many event types

While you may have a large amount of events collected (could be billions a day depending on your company size and business model) we recommend you limit your total number of event types. Sprawling event dictionaries will leave you to look for a needle in a haystack and data consumers, such as analysts and PMs, will have difficulty figuring out what events they need to perform their analysis.

Tip: We recommend that your tracking plan should contain anywhere between 10 to 200 event types. Obviously complex multi-products might have a need for more, but we often see that companies can greatly slim down their data model by tidying up their event types.

Overcomplicating the data model

Related to the point above, we often see companies get too specific with their data model, which makes it hard to keep it consistent and scalable (and therefore results in too many event types). As an example, we’ve seen companies using a unique event for each of their landing pages, instead of a catch-all event, “Page View,” that contains property values for context (e.g. UTM parameters and URLs).

Tip: Proactively ensure you’re creating a structure that’s scalable as you grow and focus on the data you need today.

Missing properties

We see teams spending a lot of time on defining their events, but thinking less about what properties should be associated with them. Arguably event and user data only become really useful when you have the context around them as well—without them your analysis will be limited.

Tip: Make sure to treat properties with the importance they deserve. To help your teams make best use of properties you can create property templates for people to leverage: “If I’m firing this event, what properties could I send along with the event?” You can even specify which properties are required and which are optional. This is easy to do in Amplitude but you can also create these in a Google Sheet or Notion page.

Events firing incorrectly

We often see downstream data quality issues that are related to events not firing correctly, e.g. firing too often, not firing at all or at the wrong time. This is largely because event tracking is left untested and not treated like the code it is.

Tip: Best practice is to treat your tracking like any other code and test it. Extend your QA to include event tracking as a part of your existing CI/CD and unit testing workflows.

ButtonClicked, button_clicked or Clicked Button?

Event naming conventions can turn into the wild west even at the best companies. You might have your iOS and Android teams following one convention, while your web and product teams are following another. Couple that with human error during instrumentation and your data consumers are left with tons of data munging before the data can be used for analysis.

Tip: Use a framework like Object Action as a best practice for governing the structure of your events (i.e. each event is associated with an Object in your application (e.g. Button) and an Action (e.g. Clicked). And use a system like Amplitude to enforce your naming convention across teams and during instrumentation.

Timestamp complications

This one is super simple, but time zones matter. Consider the complexity when you want to book a meeting with people across multiple time zones. You don’t want that complexity in your data.

Tip: Don’t overthink this one, stick to UTC.

Incorrect data types on properties

This is not something we see often, but it does happen to teams and it’s usually always when numbers are involved. For example, a user ID comprising six digits is not actually a numerical value but rather a string value.

Tip: Pay attention to what the property is describing and how it will determine the correct field type. Keep documentation handy with examples of all property types so it’s easy for your teams to evolve the tracking plan accurately.

Amplitude is here to help you

Overwhelmed by all the hazards and difficulties that come with designing, instrumenting and evolving your event tracking? Amplitude has your back.

Amplitude’s data management capabilities help data teams, product managers, and engineers define, instrument, verify, and collaborate on event tracking. We proactively solve the data quality issues that arise from inconsistent event naming and missing tracking and provide a workflow for managing the evolution of your tracking.

We help you ditch the spreadsheet, schematize your event data, and enforce your tracking plan so you have high quality data to work with, no data munging required. If you’re interested in trying out Amplitude’s data management capabilities, create a free account today, or book a demo with our team to learn more.

Behavioral Data Event Tracking
Stop wrestling with messy data.

Build a clean, trusted foundation your whole company can use with Amplitude.

Get started
About the author
Franciska Dethlefsen

Franciska Dethlefsen

Former Head of Growth Marketing, Amplitude

More from Franciska

Franciska is the former Head of Growth Marketing at Amplitude, where she led the charge on user acquisition and PLG strategy and execution. Prior to that, she was Head of Growth at Iteratively (acquired by Amplitude) and before that Franciska built out the marketing function at Snowplow Analytics.

More from Franciska
Topics

Data Management

Event Tracking

Platform
  • AI Agents
  • Agent Analytics
  • AI Feedback
  • Amplitude MCP
  • Product Analytics
  • Web Analytics
  • Feature Experimentation
  • Feature Management
  • Web Experimentation
  • Session Replay
  • Guides and Surveys
  • Activation
Compare us
  • Adobe
  • Google Analytics
  • Contentsquare
  • Fullstory
  • Heap
  • LaunchDarkly
  • Mixpanel
  • Optimizely
  • Pendo
  • PostHog
Resources
  • Resource Library
  • Blog
  • Agent Prompt Library
  • Product Updates
  • AI Early Access Program
  • Amp Champs
  • Amplitude Academy
  • Events
  • Glossary
  • Free Chart Maker
Partners & Support
  • Status
  • Contact Us
  • Customer Help Center
  • Community
  • Developer Docs
  • Partner Program
  • Partner Directory
  • Become an affiliate
Company
  • About Us
  • Careers
  • Press & News
  • Investor Relations
  • Diversity, Equity & Inclusion
View markdown
Terms of ServicePrivacy NoticeAcceptable Use PolicyLegal
EnglishJapanese (日本語)Korean (한국어)Español (LATAM)Español (Spain)Português (Brasil)Português (Portugal)FrançaisDeutsch
© 2026 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.

Recommended Reading

article card image
Read 
Insights
The New Trust Economy in Financial Services

Sep 2, 2026

11 min read

article card image
Read 
Product
How to Secure AI Agent Traces Without Losing the Signal

Aug 28, 2026

7 min read

article card image
Read 
Product
Connecting agent performance to product outcomes

Aug 20, 2026

10 min read

article card image
Read 
Customers
The hidden cost of a bad AI answer

Aug 19, 2026

6 min read

Explore Related Content

101
9 Top Feature Flag Solutions for Modern Product Teams in 2026

Jan 27, 2026

Integration
Using behavioral analytics for growth with the Amplitude app on HubSpot

Jun 17, 2024

10 min read

Personalization
Identity resolution: The secret to a 360-degree customer view

Feb 16, 2024

10 min read

Product
Inside warehouse-native Amplitude: A technical deep dive

Jun 27, 2023

15 min read

Guide
5 Proven Strategies to Boost Customer Engagement

Jul 12, 2023

Video
Designing High-Impact Experiments

May 13, 2024

Startup
9 direct-to-consumer marketing tactics to accelerate ecommerce growth

Feb 20, 2024

10 min read

Growth
Leveraging analytics to achieve product-market fit

Jul 20, 2023

10 min read

Blog
InsightsProductCompanyCustomers
Topics

101

AI

APJ

Acquisition

Adobe Analytics

Agents

Amplify

Amplitude AI

Amplitude Academy

Amplitude Activation

Amplitude Agent Analytics

Amplitude Analytics

Amplitude Audiences

Amplitude Community

Amplitude Feature Experimentation

Amplitude Full Platform

Amplitude Guides and Surveys

Amplitude Heatmaps

Amplitude Made Easy

Amplitude Session Replay

Amplitude Web Experimentation

Amplitude on Amplitude

Analytics

B2B SaaS

Behavioral Analytics

Benchmarks

Churn Analysis

Cohort Analysis

Collaboration

Consolidation

Conversion

Customer Experience

Customer Lifetime Value

Customer Support

DEI

Data

Data Governance

Data Management

Data Tables

Digital Experience Maturity

Digital Native

Digital Transformer

EMEA

Ecommerce

Employee Resource Group

Engagement

Engineering

Event Tracking

Experimentation

Feature Adoption

Financial Services

Funnel Analysis

Getting Started

Global Agent

Google Analytics

Growth

Healthcare

How I Amplitude

Implementation

Integration

Kimi

LATAM

LLM

Life at Amplitude

MCP

Machine Learning

Marketing Analytics

Media and Entertainment

Metrics

Modern Data Series

Monetization

Next Gen Builders

North Star Metric

Open-Weight AI Models

Partnerships

Personalization

Pioneer Awards

Privacy

Product 50

Product Analytics

Product Design

Product Management

Product Releases

Product Strategy

Product-Led Growth

Recap

Retention

Revenue

Startup

Tech Stack

The Ampys

Warehouse-native Amplitude