article thumbnail

Backlog named SaaS Awards finalist

Nulab

We at Nulab are proud to announce that Backlog was nominated and selected as a finalist in the 2020 Software-as-a-Service Awards! The panel was comprised of top industry experts from the technical, business, academic, and marketing expertise spheres. Thank you for letting our team be part of your team!

Naming 61
article thumbnail

Backlog named SaaS Awards finalist

Nulab

We at Nulab are proud to announce that Backlog was nominated and selected as a finalist in the 2020 Software-as-a-Service Awards! The panel was comprised of top industry experts from the technical, business, academic, and marketing expertise spheres. Thank you for letting our team be part of your team!

Naming 52
Insiders

Sign Up for our Newsletter

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

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

What We Learned About Building Products People Love in 2016

Mind the Product

Ron is someone who knows how to “make software development hum” and has an “an eye for what keeps teams from achieving clarity out of chaos”. How do product owners get their development teams to love them? It’s about partnership when all is said and done, and “nothing breaks the partnership model like micromanagement – from any source.

article thumbnail

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

Mixpanel

That is, the name of the event is added to a log, along with the exact time the event occurred down to the millisecond. The fact that you opened the app is usually tracked as an event, so the event name App Open along with the date and time you opened it are added to a log. Properties sweeten the deal.

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

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