4
10 Comments

What do you use to aggregate all your metrics?

It seems I have to open 10 tabs every morning to track how my products are doing. Which tools do you use to track your metrics? Are there tools to put gather them all in one place?

on January 2, 2020
    1. 1

      Nice, thank you!

  1. 1

    I currently only use Google Analytics and it is sufficient. I am interested to know what different metrics you are checking though given the number of tabs?

    1. 1

      Income from Stripe/Paddle, app downloads from the iTunes Connect, user visits from Google Analytics (for multiple services), beta testers on MS AppCenter, # of downloads. List easily gets long.

      1. 1

        I see, I'm always trying to improve my processes so when I find someone with a more complex setup it makes me concerned that I'm not doing something I really should be doing.

        I think in your situation the snapboard solution is the only way to go since those platforms can't be integrated more directly. I would normally make a python script for getting metrics from many sources on the web and would recommend that you learn python if this is a requirement you have often, it's really useful for this sort of thing and can save you quite a lot of time.

  2. 1

    I use google analytics to track everything. Not a big fan of facebook pixel.

    1. 1

      How do you track sales?

      1. 1

        Google tag manager integrated with GA. Check out google analytics academy to learn how to do it yourself.

        1. 1

          Awesome. Just wanted to know, which platforms do you use, and have integrated with google analytics?

          1. 1

            any self hosted site, mobile apps, and I’ve helped a few people with shopify integration. The more stuff you can configure yourself, the easier it is to work with tags.

            I manage servers or build apps more than anything