Remove Customer Experience Remove Naming Remove Software Engineering Remove Technical Cofounder
article thumbnail

Common technical hiccups in your product analytics that are easy to spot

Mixpanel

You can spend all the time in the world devising a thoughtful, nuanced analytics strategy for your product analytics, but if your event tracking isn’t set up behind the scenes just how you need it, some (or all) of your data might be rendered far less helpful than you’d like. As they say—garbage in, garbage out. Event stuttering.

article thumbnail

Mobile app event tracking: Telling the story of how your app works (or doesn’t work)

Mixpanel

Fortunately, this is pretty straightforward: An event is anything meaningful that happens (at a specific point in time) while an app is being used. When a user uses an app, they do stuff. Every time one of these things occurs, we consider an “event” to have been “triggered.” Events are tracked in order, every time they happen.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

A modular approach for integrating an analytics platform (like Mixpanel) into your iOS app

Mixpanel

And that makes it possible to get into all the benefits of a sophisticated platform like Mixpanel with little technical risk—even if for only a trial run and/or to use it alongside other tools like GA. But this is especially true when it comes to tracking user events for analytics purposes. Use services to hide analytics frameworks.

article thumbnail

How to add analytics event tracking in SwiftUI (the elegant way)

Mixpanel

Rather than a UITableViewController with accompanying storyboard and custom UITableViewCell subclasses, all we need now is a binding to a list of tasks and 10-ish lines of actual code: struct TaskListView: View {. toolbar { Button("Add") { let event = ButtonTapped(name: add, context: taskList) analyticsService.track(event). } }.onAppear

article thumbnail

User friction can sink your app. Here’s what it is and how to avoid it.

Mixpanel

It only takes a small amount of user friction to cause an app to hemorrhage users. And even apps that manage to remain sticky despite user friction will see their users struggle to find the intended value in all its features. Simply put: User friction can single-handedly sink an app’s usefulness. Here’s how.