Remove Management Remove Naming Remove Technical Cofounder
article thumbnail

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

Mixpanel

The good news is that many technical quirks tend to follow certain patterns that can be easily spotted—even by non-engineers. Here are four technical hiccups associated with corrupt event tracking data, how to spot them, and what to do about them. So how can you tell as a non-technical individual if this data is real or a stutter.

article thumbnail

Backlog named SaaS Awards finalist

Nulab

We are so proud to be a finalist in the “Best Project Management” category — our customers continually see our hard work, and this year, so did the SaaS Awards panel. The panel was comprised of top industry experts from the technical, business, academic, and marketing expertise spheres.

Naming 61
Insiders

Sign Up for our Newsletter

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

article thumbnail

Backlog named SaaS Awards finalist

Nulab

We are so proud to be a finalist in the “Best Project Management” category — our customers continually see our hard work, and this year, so did the SaaS Awards panel. The panel was comprised of top industry experts from the technical, business, academic, and marketing expertise spheres.

Naming 52
article thumbnail

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

Mixpanel

It’s, therefore, essential for you, as a product manager, designer, or any kind of product stakeholder, to have a sophisticated understanding of how event tracking works so you can, well, know what’s happening in your mobile app. The best part is that event tracking typically goes way beyond logging an event name and timestamp.

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. Handle divergent naming conventions. Different analytics platforms have different conventions for naming events.

article thumbnail

Solve a Hard Problem (Tinder). Chapter 8 of my upcoming book, The Cold Start Problem

Andrew Chen

For workplace apps, these are the managers that author and create documents and projects, and who invite coworkers to participate. Focus on attracting content creators to a new video platform, or sellers to a new marketplace, or the project managers inside a company to a new workplace app. The other side of the network will follow.

article thumbnail

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

Mixpanel

track(event: "Button Tapped", properties: [ "Button Name": "Add", "Button Context": "Task List", ]). } }.onAppear Analytics platforms, including Mixpanel, often provide a singleton where you can pass an event name as a string, along with properties to track as a dictionary. onDisappear {. }.onTapGesture