<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Probe Blog</title>
    <link>https://blog.getprobe.io/</link>
    <description>We write about analytics and journey of building getprobe.io</description>
    <pubDate>Thu, 23 Apr 2026 13:37:29 +0000</pubDate>
    <item>
      <title>3 most common reasons for wrong SaaS metrics</title>
      <link>https://blog.getprobe.io/3-most-common-reasons-for-wrong-saas-metrics?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[There are a couple of reasons for calculating SaaS metrics, and metrics in general. One is that you want to share them with external people, like investors. The other is that you want to make some strategic business decisions based on those metrics.&#xA;&#xA;Either way you will want to make sure that your calculations are correct. Otherwise you jeopardize the whole effort. I’ve seen quite a few ways of calculating SaaS metrics, and here’s a list of most common reasons for them being incorrect.&#xA;&#xA;!--more--&#xA;&#xA;Not using reliable data&#xA;&#xA;Gargabe in, gargabe out. This is a well known principle in computer science. When your underlying data is trash, you cannot expect that any calculations based on this will be good, right? This also, unsurprisingly, applies to calculating metrics.&#xA;&#xA;People tend to use all sorts of input data for SaaS metrics. Spreadsheets. Sales data from a CRM. Invoices.&#xA;&#xA;From my experience you want to rely on invoices. Invoices are the most trustworthy source of information, because they are legal documents. This forces quality. It’s not the case with other sources. For example sales data is added by many people, with different assumptions, driven by different goals (like quarterly targets).&#xA;&#xA;Lack of automation&#xA;&#xA;It’s ok to do things by hand when starting. With 10-20 customers you can still manage your data by hand, using spreadsheets. With 50 it’s already getting complicated. 100 is unbearable.&#xA;&#xA;Because of the repetitive nature of this task you will get sloppy. Also if you grow your business, you get even more work. The more customers, the more things to update, the more potential problems. A common mistake here is confusing New MRR with Renewal. This happens because you have to understand the whole history of the customer to correctly attribute your invoice to either of them. It means you have to look back through your whole input file.&#xA;&#xA;Not identifying customers correctly&#xA;&#xA;This can be somewhat a part of previous points, but is a big topic in itself. A customer is a separate entity in terms of metrics. In most cases you can calculate metrics for every customer separately and then just join the results together. This means that if you misidentify some payment, things can get ugly. If you end up with two customers (A &amp; B) representing in reality just a single customer you will see invalid metrics. Churn from customer A and New MRR from customer B (instead of just continuous MRR for a single customer) is a typical problem.&#xA;&#xA;In this example Customer A churns in June and renews in July. Customer B is treated as a new customer (new MRR)  in June and churns in July. If the reality is that they are the same customer, the situation would be totally different: continuously $100 MRR and no churn/renewal. Other than that your total number of customers could also change, as well as average revenue per account.&#xA;&#xA;Summary&#xA;&#xA;Every business wants to have reliable metrics. It boosts confidence and trust. Empowers your decisions.&#xA;&#xA;The beginnings are ok, because there is not much data. You will sort through it by hand.&#xA;&#xA;Things get tough when you start growing. From my experience crossing 30-50 unique customers is a good trigger to think about this problem in a more structured way. Prepare an input dataset that you trust and automate the task of calculating metrics. It does not have to be anything fancy, but make sure you codify the rules.&#xA;&#xA;Of course using a fully automated solution will make this problem easier. Fully managed solutions like Probe or automated metrics from Spreadsheets via Probe plugin take a lot of burden off your shoulders. All the details and corner-cases (and there are quite a lot of them) are already solved for you. Integrations with common invoicing software will make sure that you can rely on what you see. You get more ways to slice the data. Look at it from different perspectives.&#xA;&#xA;Happy measuring!&#xA;Michal, Co-founder, Probe]]&gt;</description>
      <content:encoded><![CDATA[<p>There are a couple of reasons for calculating SaaS metrics, and metrics in general. One is that you want to share them with external people, like investors. The other is that you want to make some strategic business decisions based on those metrics.</p>

<p>Either way you will want to make sure that your calculations are correct. Otherwise you jeopardize the whole effort. I’ve seen quite a few ways of calculating SaaS metrics, and here’s a list of most common reasons for them being incorrect.</p>



<h2 id="not-using-reliable-data" id="not-using-reliable-data">Not using reliable data</h2>

<p>Gargabe in, gargabe out. This is a well known principle in computer science. When your underlying data is trash, you cannot expect that any calculations based on this will be good, right? This also, unsurprisingly, applies to calculating metrics.</p>

<p>People tend to use all sorts of input data for SaaS metrics. Spreadsheets. Sales data from a CRM. Invoices.</p>

<p>From my experience you want to rely on invoices. Invoices are the most trustworthy source of information, because they are legal documents. This forces quality. It’s not the case with other sources. For example sales data is added by many people, with different assumptions, driven by different goals (like quarterly targets).</p>

<h2 id="lack-of-automation" id="lack-of-automation">Lack of automation</h2>

<p>It’s ok to do things by hand when starting. With 10-20 customers you can still manage your data by hand, using spreadsheets. With 50 it’s already getting complicated. 100 is unbearable.</p>

<p>Because of the repetitive nature of this task you will get sloppy. Also if you grow your business, you get even more work. The more customers, the more things to update, the more potential problems. A common mistake here is confusing New MRR with Renewal. This happens because you have to understand the whole history of the customer to correctly attribute your invoice to either of them. It means you have to look back through your whole input file.</p>

<h2 id="not-identifying-customers-correctly" id="not-identifying-customers-correctly">Not identifying customers correctly</h2>

<p>This can be somewhat a part of previous points, but is a big topic in itself. A customer is a separate entity in terms of metrics. In most cases you can calculate metrics for every customer separately and then just join the results together. This means that if you misidentify some payment, things can get ugly. If you end up with two customers (A &amp; B) representing in reality just a single customer you will see invalid metrics. Churn from customer A and New MRR from customer B (instead of just continuous MRR for a single customer) is a typical problem.</p>

<p><img src="https://i.snap.as/1njgqgez.png" alt=""/></p>

<p>In this example Customer A churns in June and renews in July. Customer B is treated as a new customer (new MRR)  in June and churns in July. If the reality is that they are the same customer, the situation would be totally different: continuously $100 MRR and no churn/renewal. Other than that your total number of customers could also change, as well as average revenue per account.</p>

<h2 id="summary" id="summary">Summary</h2>

<p>Every business wants to have reliable metrics. It boosts confidence and trust. Empowers your decisions.</p>

<p>The beginnings are ok, because there is not much data. You will sort through it by hand.</p>

<p>Things get tough when you start growing. From my experience crossing 30-50 unique customers is a good trigger to think about this problem in a more structured way. Prepare an input dataset that you trust and automate the task of calculating metrics. It does not have to be anything fancy, but make sure you codify the rules.</p>

<p>Of course using a fully automated solution will make this problem easier. Fully managed solutions like <a href="https://getprobe.io/" rel="nofollow">Probe</a> or automated metrics from Spreadsheets via <a href="https://workspace.google.com/marketplace/app/probe/1085080411800" rel="nofollow">Probe plugin</a> take a lot of burden off your shoulders. All the details and corner-cases (and there are quite a lot of them) are already solved for you. Integrations with common invoicing software will make sure that you can rely on what you see. You get more ways to slice the data. Look at it from different perspectives.</p>

<p>Happy measuring!
<em>Michal, Co-founder, Probe</em></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/3-most-common-reasons-for-wrong-saas-metrics</guid>
      <pubDate>Thu, 28 Jul 2022 10:57:33 +0000</pubDate>
    </item>
    <item>
      <title>Countering fake churn from past due payments</title>
      <link>https://blog.getprobe.io/countering-fake-churn-from-past-due-payments?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;From time to time one of your customers will delay a payment. Maybe it’s an expired credit card or a person responsible for making a wire transfer is on vacation. One way or the other such delay in payment affects your metrics. Let’s look into one example of such delay, or past-due payment, and see what possible solutions we could apply to minimize impact on your metrics.&#xA;&#xA;!--more--&#xA;&#xA;Consider someone paying you $5000 monthly on the 10th. It’s a big contract so they have 7 days to pay the invoice.&#xA;&#xA;10th April - 5000$&#xA;11th May - 5000$&#xA;&#xA;Now let’s assume it’s 12th June and they haven&#39;t paid you yet.&#xA;&#xA;You ask your data analyst or revenue ops - what is our Churn? And the question is - should you include this past-due customer in your churn number or not. Technically it is a churn since 12th of April. So what should you do?&#xA;&#xA;If such a situation happens to you often - for example you receive payments via wire transfer and you have net payment terms of 7 days - there is one trick to counter this situation - by introducing what we call a churn window.&#xA;&#xA;You need to define a period that you, as a business owner, consider ok for the payments to be past due. During this period even if an invoice is not paid yet the customer will still be recognized as MRR. Once the period ends there are two options. Either the invoice is paid and all is ok. Or if it’s still not paid, you should treat it as a churn that happened at the beginning of the period (when the invoice was originally due to be paid).&#xA;&#xA;One thing to be aware of defining a churn window is that it makes the churn metric less proactive. It might give you this warm fuzzy feeling of not having any churn, and suddenly after the churn window elapses and it turns out that your customers actually didn’t pay you, you get to see churn appearing a few days back.&#xA;&#xA;Example&#xA;&#xA;Continuing with the above example, if your churn window was set to 7 days, then you would not see any churn on 12th June, because the payment was due for less than 7 days.&#xA;&#xA;If the user paid at any point in time, then all is ok and you recognize the correct MRR with no Churn.&#xA;&#xA;If they didn’t ever pay, then you will report Churn on 10th of June, when the payment was supposed to be paid originally.&#xA;&#xA;Why bother?&#xA;&#xA;As you can see, introducing the churn window will introduce a bit more predictability into your metrics, especially if your payments aren’t paid on time on a regular basis. SaaS businesses which have smaller monthly payments (think under $1000/mo) might not benefit from it. Companies with less but more enterprise customers and bigger contracts are more likely to see advantages of this and get more predictability when looking at their metrics.&#xA;&#xA;iby Mike&#xA;Co-founder @ Probe/i&#xA;&#xA;iIllustration by a href=&#34;https://icons8.com/illustrations/author/ZQDZn9ZZj5aQ&#34;Violetta Barsuk/a from a href=&#34;https://icons8.com/illustrations&#34;Ouch!/a/i]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/JUz4cgm0.png" alt=""/></p>

<p>From time to time one of your customers will delay a payment. Maybe it’s an expired credit card or a person responsible for making a wire transfer is on vacation. One way or the other such delay in payment affects your metrics. Let’s look into one example of such delay, or past-due payment, and see what possible solutions we could apply to minimize impact on your metrics.</p>



<p>Consider someone paying you $5000 monthly on the 10th. It’s a big contract so they have 7 days to pay the invoice.</p>
<ul><li>10th April – 5000$</li>
<li>11th May – 5000$</li></ul>

<p>Now let’s assume it’s 12th June and they haven&#39;t paid you yet.</p>

<p>You ask your data analyst or revenue ops – what is our Churn? And the question is – should you include this past-due customer in your churn number or not. Technically it is a churn since 12th of April. So what should you do?</p>

<p>If such a situation happens to you often – for example you receive payments via wire transfer and you have net payment terms of 7 days – there is one trick to counter this situation – by introducing what we call a churn window.</p>

<p>You need to define a period that you, as a business owner, consider ok for the payments to be past due. During this period even if an invoice is not paid yet the customer will still be recognized as MRR. Once the period ends there are two options. Either the invoice is paid and all is ok. Or if it’s still not paid, you should treat it as a churn that happened at the beginning of the period (when the invoice was originally due to be paid).</p>

<p>One thing to be aware of defining a churn window is that it makes the churn metric less proactive. It might give you this warm fuzzy feeling of not having any churn, and suddenly after the churn window elapses and it turns out that your customers actually didn’t pay you, you get to see churn appearing a few days <strong>back.</strong></p>

<h3 id="example" id="example">Example</h3>

<p>Continuing with the above example, if your churn window was set to 7 days, then you would not see any churn on 12th June, because the payment was due for less than 7 days.</p>

<p>If the user paid at any point in time, then all is ok and you recognize the correct MRR with no Churn.</p>

<p>If they didn’t ever pay, then you will report Churn on 10th of June, when the payment was supposed to be paid originally.</p>

<h2 id="why-bother" id="why-bother">Why bother?</h2>

<p>As you can see, introducing the churn window will introduce a bit more predictability into your metrics, especially if your payments aren’t paid on time on a regular basis. SaaS businesses which have smaller monthly payments (think under $1000/mo) might not benefit from it. Companies with less but more enterprise customers and bigger contracts are more likely to see advantages of this and get more predictability when looking at their metrics.</p>

<p><i>by Mike
Co-founder @ Probe</i></p>

<p><i>Illustration by <a href="https://icons8.com/illustrations/author/ZQDZn9ZZj5aQ" rel="nofollow">Violetta Barsuk</a> from <a href="https://icons8.com/illustrations" rel="nofollow">Ouch!</a></i></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/countering-fake-churn-from-past-due-payments</guid>
      <pubDate>Thu, 19 May 2022 11:22:23 +0000</pubDate>
    </item>
    <item>
      <title>Multiple currencies vs SaaS metrics: 3 approaches</title>
      <link>https://blog.getprobe.io/multiple-currencies-vs-saas-metrics-3-approaches?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[In an increasingly connected world chances are you charge your customers in at least a few currencies. This short post aims at giving you an understanding of how this affects your SaaS metrics.&#xA;&#xA;First I want to cover why this is important and then I will present you with 3 approaches to this problem.&#xA;&#xA;Let’s dive in!&#xA;&#xA;!--more--&#xA;&#xA;The currency of your metrics&#xA;&#xA;Companies calculate and show their numbers in one target currency. This gives them the consistency much needed to be able to compare certain time periods. It means that you have to convert the money you get from your customers in multiple currencies to this target currency. It turns out that such conversion affects SaaS metrics by quite a bit.&#xA;&#xA;Here’s a simplistic example of how metrics are affected by currency exchange rates.&#xA;&#xA;Let’s look at the difference between MRR, Expansion and Contraction when calculating in dollars vs euro. We’re gonna assume there is just one customer and she pays you $100 month by month.&#xA;&#xA;See that your MRR represented in € changes while in $ it stays the same.&#xA;&#xA;And if your MRR is changing, then you have some expansion/contraction in € from this single customer. Wow, there’s quite a difference between how the situation looks in $ vs in €.&#xA;&#xA;As the most critical metrics are affected (MRR, expansion, contraction, churn), so are others. The critical metrics serve as the building blocks to calculate other, more sophisticated numbers like Net Dollar Retention or Lifetime Value. All your numbers change.&#xA;&#xA;What options do I have?&#xA;&#xA;There are a few ways to deal with many currencies. Ultimately it boils down to picking how you convert the money from invoice to your target currency.&#xA;&#xA;I will show you three most common approaches and discuss pros and cons of each approach.&#xA;&#xA;Using exchange rate from the day you start service&#xA;&#xA;The most common approach is that you convert to your target currency using the exchange rate from the day you issued the invoice. This is a very natural date to choose. You probably already have that date somewhere in the system, because it’s important to know it to correctly calculate metrics anyway.&#xA;&#xA;The pros:&#xA;&#xA;Most accurate because the conversion happens at the day or very close to when you get the actual money&#xA;&#xA;The cons:&#xA;&#xA;Harder to calculate sales commissions because you have to convert each sale separately to get the final value&#xA;Requires you to keep track of exchange rates for each day&#xA;&#xA;Using exchange rate from beginning/end of the month&#xA;&#xA;Often you want to normalize how you pick your exchange rates so that you can operate your company more easily. For example if your sales team compensation is partially based on the value of deals won, you want to have a relatively straightforward way to calculate it.&#xA;&#xA;In such circumstances you might want to convert the money based on the 1st/last day of the month the invoice was issued.&#xA;&#xA;The pros:&#xA;&#xA;Simplifies calculations of sales commissions, you sum sales in specific currency and convert using one specific exchange rate&#xA;&#xA;The cons:&#xA;&#xA;Less accurate because of introducing lag in exchange rates&#xA;&#xA;Using fixed exchange rate&#xA;&#xA;You can also predefine your exchange rates and say “from now on, we use just those exchange rates”. This has the benefit of easy comparison of your numbers without having to take fluctuating exchange rates into account.&#xA;&#xA;Often it’s a matter of a deal with your investors, so things are more understandable and straightforward.&#xA;&#xA;Downside of it is that you can diverge from the real numbers by a lot, depending on fluctuations of exchange rates.&#xA;&#xA;The pros:&#xA;&#xA;Straightforward&#xA;Results from different time-frames are easily comparable&#xA;&#xA;The cons:&#xA;&#xA;The numbers can diverge from real money by a lot (for example in May 2021 you could buy 82€ for 100$, in May 2022 you can buy 95€ already!)&#xA;&#xA;Finishing thoughts&#xA;&#xA;As often there is no silver bullet and you have to weigh the pros and cons of each approach. Just make sure to stick to the chosen solution and clearly communicate it. It’s most important to have a common agreement around how the metrics are calculated so employers and/or investors have trust in the numbers.&#xA;&#xA;Mike, Co-Founder @ Probe]]&gt;</description>
      <content:encoded><![CDATA[<p>In an increasingly connected world chances are you charge your customers in at least a few currencies. This short post aims at giving you an understanding of how this affects your SaaS metrics.</p>

<p>First I want to cover why this is important and then I will present you with 3 approaches to this problem.</p>

<p>Let’s dive in!</p>



<p><img src="https://i.snap.as/f7QXio2S.png" alt=""/></p>

<h1 id="the-currency-of-your-metrics" id="the-currency-of-your-metrics">The currency of your metrics</h1>

<p>Companies calculate and show their numbers in one target currency. This gives them the consistency much needed to be able to compare certain time periods. It means that you have to convert the money you get from your customers in multiple currencies to this target currency. It turns out that such conversion affects SaaS metrics by quite a bit.</p>

<p>Here’s a simplistic example of how metrics are affected by currency exchange rates.</p>

<p>Let’s look at the difference between MRR, Expansion and Contraction when calculating in dollars vs euro. We’re gonna assume there is just one customer and she pays you $100 month by month.</p>

<p><img src="https://i.snap.as/g4ZY0bfS.png" alt=""/></p>

<p>See that your MRR represented in € changes while in $ it stays the same.</p>

<p>And if your MRR is changing, then you have some expansion/contraction in € from this single customer. Wow, there’s quite a difference between how the situation looks in $ vs in €.</p>

<p>As the most critical metrics are affected (MRR, expansion, contraction, churn), so are others. The critical metrics serve as the building blocks to calculate other, more sophisticated numbers like Net Dollar Retention or Lifetime Value. <strong>All your numbers change</strong>.</p>

<p><img src="https://i.snap.as/jKxoF4aw.png" alt=""/></p>

<h1 id="what-options-do-i-have" id="what-options-do-i-have">What options do I have?</h1>

<p>There are a few ways to deal with many currencies. Ultimately it boils down to picking how you convert the money from invoice to your target currency.</p>

<p>I will show you <strong>three</strong> most common approaches and discuss pros and cons of each approach.</p>

<h2 id="using-exchange-rate-from-the-day-you-start-service" id="using-exchange-rate-from-the-day-you-start-service">Using exchange rate from the day you start service</h2>

<p>The most common approach is that you convert to your target currency using the exchange rate from the day you issued the invoice. This is a very natural date to choose. You probably already have that date somewhere in the system, because it’s important to know it to correctly calculate metrics anyway.</p>

<p>The pros:</p>
<ul><li>Most accurate because the conversion happens at the day or very close to when you get the actual money</li></ul>

<p>The cons:</p>
<ul><li>Harder to calculate sales commissions because you have to convert each sale separately to get the final value</li>
<li>Requires you to keep track of exchange rates for each day</li></ul>

<h2 id="using-exchange-rate-from-beginning-end-of-the-month" id="using-exchange-rate-from-beginning-end-of-the-month">Using exchange rate from beginning/end of the month</h2>

<p>Often you want to normalize how you pick your exchange rates so that you can operate your company more easily. For example if your sales team compensation is partially based on the value of deals won, you want to have a relatively straightforward way to calculate it.</p>

<p>In such circumstances you might want to convert the money based on the 1st/last day of the month the invoice was issued.</p>

<p>The pros:</p>
<ul><li>Simplifies calculations of sales commissions, you sum sales in specific currency and convert using one specific exchange rate</li></ul>

<p>The cons:</p>
<ul><li>Less accurate because of introducing lag in exchange rates</li></ul>

<h2 id="using-fixed-exchange-rate" id="using-fixed-exchange-rate">Using fixed exchange rate</h2>

<p>You can also predefine your exchange rates and say “from now on, we use just those exchange rates”. This has the benefit of easy comparison of your numbers without having to take fluctuating exchange rates into account.</p>

<p>Often it’s a matter of a deal with your investors, so things are more understandable and straightforward.</p>

<p>Downside of it is that you can diverge from the real numbers by a lot, depending on fluctuations of exchange rates.</p>

<p>The pros:</p>
<ul><li>Straightforward</li>
<li>Results from different time-frames are easily comparable</li></ul>

<p>The cons:</p>
<ul><li>The numbers can diverge from real money by a lot (for example in May 2021 you could buy 82€ for 100$, in May 2022 you can buy 95€ already!)</li></ul>

<h1 id="finishing-thoughts" id="finishing-thoughts">Finishing thoughts</h1>

<p>As often there is no silver bullet and you have to weigh the pros and cons of each approach. Just make sure to stick to the chosen solution and clearly communicate it. It’s most important to have a common agreement around how the metrics are calculated so employers and/or investors have trust in the numbers.</p>

<p><em>Mike, Co-Founder @ <a href="https://getprobe.io/?blog=ref" rel="nofollow">Probe</a></em></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/multiple-currencies-vs-saas-metrics-3-approaches</guid>
      <pubDate>Mon, 09 May 2022 12:01:44 +0000</pubDate>
    </item>
    <item>
      <title>How to interpret cohort analysis</title>
      <link>https://blog.getprobe.io/how-to-interpret-cohort-analysis?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[In order to understand how to interpret cohort analysis, you have to realize that the time on the cohort table is passing in two directions. From left to right - as each cohort progresses with its life. From top to the bottom - with each new cohort being added at the bottom.&#xA;&#xA;!--more--&#xA;&#xA;This means two things:&#xA;&#xA;You would expect younger cohorts to perform better compared to the older once. As time passes, hopefully, you improve the service you provide. It becomes more mature. You sell to customers that are a better fit for your product.&#xA;You would expect a cohort to stabilize as more months pass. Hopefully, once customers have adopted your product, they will stay with it for longer and will not churn at such a high rate as at the beginning of the lifecycle.&#xA;&#xA;Here is how we can apply this to churn cohorts:&#xA;&#xA;Using cohort analysis to understand MRR churn&#xA;&#xA;You can use quite a few different metrics as a value for your cohort. MRR is a very good example. By calculating the MRR retention rate for each cohort you can easily understand not only where you lose the most of your money but also if you manage to grow revenue over the lifespan of the specific cohort.&#xA;&#xA;Let’s take a look at the example below:&#xA;&#xA;You can see that in younger cohorts, specifically Feb 2020, Mar 2020, Apr 2020 our company managed to cover all MRR churn by expanding existing customers’ MRR. Thus achieving +100% MRR retention. These cohorts have more MRR in Month 2-4 than in Month 0. This is a great sign that you are doing something right and can expand your existing customer base.&#xA;&#xA;Learn more about using Excel for analytics&#xA;&#xA;Alex&#xA;Co-Founder @ Probe]]&gt;</description>
      <content:encoded><![CDATA[<p>In order to understand how to interpret cohort analysis, you have to realize that the time on the cohort table is passing in two directions. From left to right – as each cohort progresses with its life. From top to the bottom – with each new cohort being added at the bottom.</p>



<p>This means two things:</p>
<ol><li>You would expect younger cohorts to perform better compared to the older once. As time passes, hopefully, you improve the service you provide. It becomes more mature. You sell to customers that are a better fit for your product.</li>
<li>You would expect a cohort to stabilize as more months pass. Hopefully, once customers have adopted your product, they will stay with it for longer and will not churn at such a high rate as at the beginning of the lifecycle.</li></ol>

<p>Here is how we can apply this to churn cohorts:</p>

<p><img src="https://i.snap.as/9Xx3grt.png" alt=""/></p>

<h2 id="using-cohort-analysis-to-understand-mrr-churn" id="using-cohort-analysis-to-understand-mrr-churn">Using cohort analysis to understand MRR churn</h2>

<p>You can use quite a few different metrics as a value for your cohort. MRR is a very good example. By calculating the MRR retention rate for each cohort you can easily understand not only where you lose the most of your money but also if you manage to grow revenue over the lifespan of the specific cohort.</p>

<p>Let’s take a look at the example below:</p>

<p><img src="https://i.snap.as/BHVoC8y.png" alt=""/></p>

<p>You can see that in younger cohorts, specifically Feb 2020, Mar 2020, Apr 2020 our company managed to cover all MRR churn by expanding existing customers’ MRR. Thus achieving +100% MRR retention. These cohorts have more MRR in Month 2-4 than in Month 0. This is a great sign that you are doing something right and can expand your existing customer base.</p>

<p><a href="https://resources.getprobe.io/excel-analytics" rel="nofollow">Learn more about using Excel for analytics</a></p>

<p>Alex
Co-Founder @ <a href="https://getprobe.io?blog=ref" rel="nofollow">Probe</a></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/how-to-interpret-cohort-analysis</guid>
      <pubDate>Fri, 14 Jan 2022 12:57:38 +0000</pubDate>
    </item>
    <item>
      <title>How to do cohort analysis in Excel</title>
      <link>https://blog.getprobe.io/how-to-do-cohort-analysis-in-excel?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Here is an ultimate guide on what information do you need to collect and how to use this in data later on to do cohort analysis in Excel.&#xA;&#xA;!--more--&#xA;&#xA;What to collect&#xA;&#xA;I will separate this information to two sets - minimal requirements and additional information that can be handy&#xA;&#xA;At minimum, you have to collect information about every payment made by your customers for your service. Here is a list of attributes you will be looking for:&#xA;&#xA;Customer ID - some unique string that can be used as an identifier for your customer. If you are in a business-to-business, tax id could be a good candidate.&#xA;Service Start At - a first day customer has access to your service because of this payment.&#xA;Service End Date - when access to the service customer paid for ends.&#xA;Total Amount Paid - how much money in total customer paid you in this transaction&#xA;Monthly amount - this is easy to calculate as Total Amount Paid / Number of Month Paid for&#xA;Revenue Type - if you are in a recurring revenue business, you have to separate revenue that you expect to receive regularly (recurring) from revenue that is paid only once (one-time). Usually one-time revenue is revenue the customer pays you for Professional Services engagements or onboarding.&#xA;&#xA;Additional attributes that can help you to enhance your analytics:&#xA;&#xA;Invoice ID - basically something that will help you track back to the original invoice, which has more details about this payment.&#xA;Product Name - this comes very handy if you are selling more than 1 product or plan. It will allow you to segment your revenue by this name&#xA;Any information about your customer - such as country / industry or business size - this attributes will allow you to understand your business deeper by segmenting results.&#xA;Original Currency and paid values in original currency - if you are receiving payments in multiple currencies, you will need to convert them into one currency. You can either select one conversion rate for all data, or use Google Spreadsheets GOOGLEFINANCE formula&#xA;&#xA;Where do I store this data&#xA;&#xA;If you have around 50-70 customer - Excel or Google Spreadsheet may be a good place to start with.&#xA;&#xA;Probe is also a perfect place for such information that can automate not only collecting this data, but also take care of all the updates and analytics on your behalf.&#xA;&#xA;When it comes to keeping this information up-to-date, if the number of customers is tiny - consider doing it manually once a month. When it becomes tricky due to your scale Probe can help you.&#xA;&#xA;How to calculate my metrics&#xA;&#xA;Once you have all of your data in Sheets. You can use our Probe Google Spreadsheet plugin. It will take care of all the calculations for you.&#xA;&#xA;All you need to do is to push this data inside Google Spreadsheet and give column headers correct names as below. It is important that headers match exactly the name specified in the list. Probe plugin uses this strings as keys to identify what data stored whee.&#xA;&#xA;customerid - your customer id goes here&#xA;startedat - date when service starts for this payment&#xA;endedat - date when service ends for this payment&#xA;mrr - monthly amount contributing to your revenue&#xA;&#xA;Here is the template you can view and copy to play with it.&#xA;&#xA;Now all you have to do is two things:&#xA;Select 4 columns with data&#xA;Go to the top bar menu and click Extensions -  Probe -  Calculate Metrics Using Probe&#xA;&#xA;This will automatically create a new sheet for you with basic metrics for your business.&#xA;&#xA;What metrics Probe plugin supports&#xA;&#xA;Here is a quick list of metric Probe will calculate with your basic data:&#xA;&#xA;New MRR - amount of recurring revenue that came from new business - customers that you have not done business with in the past.&#xA;Expansion - this tells you how much money you gained due to existing customers starting to pay you more&#xA;Contraction - this tells you ho much money you lose due to some of your existing customers starting to pay you less&#xA;Churn - how much money you lost because customers left your service and stopped paying your&#xA;MRR - total amount of recurring revenue for a given month, it already includes new MRR as well as all the movements that may happen to your existing customers&#xA;LTV - this is an estimation of what is the potential amount of money you could expect to receive from a customer when he joins your service.&#xA;ARPU - this tells you how much recurring revenue on average you are receiving per customer. It is a useful number to know to do a quick estimation of what will it take to reach your revenue goal. Ex. if your ARPU is $100, and you want to get to $100k in MRR you know that you need to find $100,000/$100 = 1000 new customers to your service&#xA;&#xA;In addition to this, you are getting a couple of charts that visualize the same data.&#xA;&#xA;How to do cohort analysis&#xA;&#xA;We already wrote extensively about what is cohort, how to use cohort analysis and how to read it. So go there for this additional information.&#xA;&#xA;It may get a little tricky to build one in spreadsheet, but now Probe Plugin helps you with this. All you need to do is again select these 4 columns of data and click Extensions -  Probe -  Calculate Churn Cohort using probe&#xA;&#xA;This will show you your churn cohort. Cohort groups customers that start using your service within the same month, then looks into initial revenue you received from this group of customers and shows you what percent of this initial number got lost as time passes.&#xA;&#xA;Again, here is a more details blog post on how this works and what you should be paying attention to in this analysis.&#xA;&#xA;What next&#xA;&#xA;A couple of useful resources for you:&#xA;&#xA;Analytics with Excel - a quick page to get access to this and other tips &amp; tricks on how to do data in Excel&#xA;Google Sheets Probe Plugin - install it from the Google Marketplace&#xA;Spreadsheet Template you can copy to play with Google Probe Plugin&#xA;If you grow beyond the spreadsheet more - talk to us - and we will help you to automate not only data collection but also your whole analytics.&#xA;&#xA;alex&#xA;Co-Founder at Probe]]&gt;</description>
      <content:encoded><![CDATA[<p>Here is an ultimate guide on what information do you need to collect and how to use this in data later on to do cohort analysis in Excel.</p>



<h2 id="what-to-collect" id="what-to-collect">What to collect</h2>

<p>I will separate this information to two sets – minimal requirements and additional information that can be handy</p>

<p>At minimum, you have to collect information about every payment made by your customers for your service. Here is a list of attributes you will be looking for:</p>
<ol><li>Customer ID – some unique string that can be used as an identifier for your customer. If you are in a business-to-business, <em>tax id</em> could be a good candidate.</li>
<li>Service Start At – a first day customer has access to your service because of this payment.</li>
<li>Service End Date – when access to the service customer paid for ends.</li>
<li>Total Amount Paid – how much money in total customer paid you in this transaction</li>
<li>Monthly amount – this is easy to calculate as Total Amount Paid / Number of Month Paid for</li>
<li>Revenue Type – if you are in a recurring revenue business, you have to separate revenue that you expect to receive regularly (recurring) from revenue that is paid only once (one-time). Usually one-time revenue is revenue the customer pays you for Professional Services engagements or onboarding.</li></ol>

<p>Additional attributes that can help you to enhance your analytics:</p>
<ol><li>Invoice ID – basically something that will help you track back to the original invoice, which has more details about this payment.</li>
<li>Product Name – this comes very handy if you are selling more than 1 product or plan. It will allow you to segment your revenue by this name</li>
<li>Any information about your customer – such as country / industry or business size – this attributes will allow you to understand your business deeper by segmenting results.</li>
<li>Original Currency and paid values in original currency – if you are receiving payments in multiple currencies, you will need to convert them into one currency. You can either select one conversion rate for all data, or use Google Spreadsheets <a href="https://support.google.com/docs/answer/3093281?hl=en" rel="nofollow">GOOGLEFINANCE formula</a></li></ol>

<h2 id="where-do-i-store-this-data" id="where-do-i-store-this-data">Where do I store this data</h2>

<p>If you have around 50-70 customer – Excel or Google Spreadsheet may be a good place to start with.</p>

<p><a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a> is also a perfect place for such information that can automate not only collecting this data, but also take care of all the updates and analytics on your behalf.</p>

<p>When it comes to keeping this information up-to-date, if the number of customers is tiny – consider doing it manually once a month. When it becomes tricky due to your scale Probe can help you.</p>

<h2 id="how-to-calculate-my-metrics" id="how-to-calculate-my-metrics">How to calculate my metrics</h2>

<p>Once you have all of your data in Sheets. You can use our <a href="https://workspace.google.com/marketplace/app/probe/1085080411800" rel="nofollow">Probe Google Spreadsheet plugin</a>. It will take care of all the calculations for you.</p>

<p>All you need to do is to push this data inside Google Spreadsheet and give column headers correct names as below. It is important that headers match exactly the name specified in the list. Probe plugin uses this strings as keys to identify what data stored whee.</p>
<ol><li>customerid – your customer id goes here</li>
<li>startedat – date when service starts for this payment</li>
<li>endedat – date when service ends for this payment</li>
<li>mrr – monthly amount contributing to your revenue</li></ol>

<p><a href="https://docs.google.com/spreadsheets/d/1aMZ7z8Sjy3KtHwlBw4RFZZ9YbxvZK0EK663_L-NYD0Q/edit?usp=sharing" rel="nofollow">Here is the template you can view and copy to play with it.</a></p>

<p>Now all you have to do is two things:
Select 4 columns with data
Go to the top bar menu and click Extensions –&gt; Probe –&gt; Calculate Metrics Using Probe</p>

<p>This will automatically create a new sheet for you with basic metrics for your business.</p>

<h2 id="what-metrics-probe-plugin-supports" id="what-metrics-probe-plugin-supports">What metrics Probe plugin supports</h2>

<p>Here is a quick list of metric Probe will calculate with your basic data:</p>
<ol><li>New MRR – amount of recurring revenue that came from new business – customers that you have not done business with in the past.</li>
<li>Expansion – this tells you how much money you gained due to existing customers starting to pay you more</li>
<li>Contraction – this tells you ho much money you lose due to some of your existing customers starting to pay you less</li>
<li>Churn – how much money you lost because customers left your service and stopped paying your</li>
<li>MRR – total amount of recurring revenue for a given month, it already includes new MRR as well as all the movements that may happen to your existing customers</li>
<li>LTV – this is an estimation of what is the potential amount of money you could expect to receive from a customer when he joins your service.</li>
<li>ARPU – this tells you how much recurring revenue on average you are receiving per customer. It is a useful number to know to do a quick estimation of what will it take to reach your revenue goal. Ex. if your ARPU is $100, and you want to get to $100k in MRR you know that you need to find $100,000/$100 = 1000 new customers to your service</li></ol>

<p>In addition to this, you are getting a couple of charts that visualize the same data.</p>

<h2 id="how-to-do-cohort-analysis" id="how-to-do-cohort-analysis">How to do cohort analysis</h2>

<p><a href="https://blog.getprobe.io/what-is-cohort-analysis-and-everything-you-need-to-know-to-build-it" rel="nofollow">We already wrote extensively about what is cohort, how to use cohort analysis and how to read it.</a> So go there for this additional information.</p>

<p>It may get a little tricky to build one in spreadsheet, but now Probe Plugin helps you with this. All you need to do is again select these 4 columns of data and click Extensions –&gt; Probe –&gt; Calculate Churn Cohort using probe</p>

<p>This will show you your churn cohort. Cohort groups customers that start using your service within the same month, then looks into initial revenue you received from this group of customers and shows you what percent of this initial number got lost as time passes.</p>

<p>Again, here is a more details blog post on how this works and what you should be paying attention to in this analysis.</p>

<h2 id="what-next" id="what-next">What next</h2>

<p>A couple of useful resources for you:</p>
<ol><li><a href="https://resources.getprobe.io/excel-analytics" rel="nofollow">Analytics with Excel</a> – a quick page to get access to this and other tips &amp; tricks on how to do data in Excel</li>
<li><a href="https://workspace.google.com/marketplace/app/probe/1085080411800" rel="nofollow">Google Sheets Probe Plugin</a> – install it from the Google Marketplace</li>
<li><a href="https://docs.google.com/spreadsheets/d/1aMZ7z8Sjy3KtHwlBw4RFZZ9YbxvZK0EK663_L-NYD0Q/edit?usp=sharing" rel="nofollow">Spreadsheet Template</a> you can copy to play with Google Probe Plugin</li>
<li><a href="https://calendly.com/alex-getprobe-io/30min" rel="nofollow">If you grow beyond the spreadsheet more – talk to us</a> – and we will help you to automate not only data collection but also your whole analytics.</li></ol>

<p>alex
Co-Founder at <a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/how-to-do-cohort-analysis-in-excel</guid>
      <pubDate>Fri, 14 Jan 2022 11:43:11 +0000</pubDate>
    </item>
    <item>
      <title>Probe adds new integrations with ChargeBee, Intercom, and HubSpot</title>
      <link>https://blog.getprobe.io/probe-adds-new-integrations-with-chargebee-intercom-and-hubspot?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[We have recently released four new integrations that work with Probe. Let me take you through each of them and show you how they work.&#xA;!--more--&#xA;ChargeBee&#xA;&#xA;Not all of you use Stripe. We get it. From now on Probe works with ChargeBee as well! Currently, in private beta, you can use ChargeBee as a source of subscriptions data for Probe, the same way you would do with Stripe.&#xA;&#xA;Once you are connected you will be able to see the same set of metrics and segment them in any way you want. Integrations connecting external data like HubSpot will also work, allowing you to segment by data from external sources.&#xA;&#xA;Reach out to us at support@getprobe.io if you would like to see this integration in action.&#xA;&#xA;Intercom and HubSpot&#xA;&#xA;Oftentimes you want to see details of your customer when interacting with them. For example, knowing your customer’s MRR may help you prioritize their support request. We built these two integrations - Intercom and HubSpot - specifically for this use case. We enrich their interface to show you: Lifetime Value, Current MRR, and Subscription End Date. These numbers are shown when you are viewing your customer card in the products.&#xA;&#xA;Additionally, for Intercom, we show a nice, small sparkline graph of the customer&#39;s MRR to show you how it changed month after month.&#xA;&#xA;For more details on HubSpot integration check out HubSpot App Marketplace.&#xA;&#xA;The Intercom integration is available at Intercom App Store&#xA;&#xA;Google Sheets&#xA;&#xA;Last but not least, Google Sheets integration. This is for all of you who track your numbers in Google Sheets.&#xA;&#xA;Have your data in a format that we understand: we need columns with these headers: customerid, mrr, started (and optionally ended). Then add each of your customers’ subscriptions in a separate row. Select the prepared data and chose “Probe -  Calculate Metrics” from the menu.&#xA;&#xA;We will show you month-by-month metrics for this data: New MRR, Expansion, Contraction, Churn, MRR, Lifetime Value &amp; Average Revenue Per User. You will see this data in tabular form as well as on Sheets-driven embedded charts.&#xA;&#xA;If you run a small company, with just a handful of customers, but still want to have the metrics calculated, go and use it, it’s free!&#xA;The integration is available in Google Workspace Marketplace.&#xA;&#xA;I hope you find these integrations useful, happy measuring!&#xA;&#xA;--&#xA;Mike&#xA;CTO @ Probe]]&gt;</description>
      <content:encoded><![CDATA[<p>We have recently released four new integrations that work with <a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a>. Let me take you through each of them and show you how they work.
</p>

<h3 id="chargebee" id="chargebee">ChargeBee</h3>

<p>Not all of you use Stripe. We get it. From now on Probe works with ChargeBee as well! Currently, in private beta, you can use ChargeBee as a source of subscriptions data for Probe, the same way you would do with Stripe.</p>

<p>Once you are connected you will be able to see the same set of metrics and segment them in any way you want. Integrations connecting external data like HubSpot will also work, allowing you to segment by data from external sources.</p>

<p>Reach out to us at <a href="mailto:support@getprobe.io" rel="nofollow">support@getprobe.io</a> if you would like to see this integration in action.</p>

<h3 id="intercom-and-hubspot" id="intercom-and-hubspot">Intercom and HubSpot</h3>

<p>Oftentimes you want to see details of your customer when interacting with them. For example, knowing your customer’s MRR may help you prioritize their support request. We built these two integrations – Intercom and HubSpot – specifically for this use case. We enrich their interface to show you: Lifetime Value, Current MRR, and Subscription End Date. These numbers are shown when you are viewing your customer card in the products.</p>

<p><img src="https://i.snap.as/IVUTAGMX.png" alt=""/></p>

<p>Additionally, for Intercom, we show a nice, small sparkline graph of the customer&#39;s MRR to show you how it changed month after month.</p>

<p><img src="https://i.snap.as/ofaGIHoz.png" alt=""/></p>

<p>For more details on HubSpot integration check out <a href="https://ecosystem.hubspot.com/marketplace/apps/marketing/analytics-data/probe-217911" rel="nofollow">HubSpot App Marketplace</a>.</p>

<p>The Intercom integration is available at <a href="https://www.intercom.com/app-store/?app_package_code=infer&amp;category=analytics" rel="nofollow">Intercom App Store</a></p>

<h3 id="google-sheets" id="google-sheets">Google Sheets</h3>

<p>Last but not least, Google Sheets integration. This is for all of you who track your numbers in Google Sheets.</p>

<p>Have your data in a format that we understand: we need columns with these headers: <code>customerid</code>, <code>mrr</code>, <code>started</code> (and optionally <code>ended</code>). Then add each of your customers’ subscriptions in a separate row. Select the prepared data and chose “Probe –&gt; Calculate Metrics” from the menu.</p>

<p><img src="https://i.snap.as/ykUHXSIU.png" alt=""/></p>

<p>We will show you month-by-month metrics for this data: New MRR, Expansion, Contraction, Churn, MRR, Lifetime Value &amp; Average Revenue Per User. You will see this data in tabular form as well as on Sheets-driven embedded charts.</p>

<p><img src="https://i.snap.as/QCXPetdY.png" alt=""/></p>

<p>If you run a small company, with just a handful of customers, but still want to have the metrics calculated, go and use it, it’s free!
The integration is available in <a href="https://workspace.google.com/marketplace/app/probe/1085080411800" rel="nofollow">Google Workspace Marketplace</a>.</p>

<p>I hope you find these integrations useful, happy measuring!</p>

<p>—
Mike
CTO @ <a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/probe-adds-new-integrations-with-chargebee-intercom-and-hubspot</guid>
      <pubDate>Wed, 13 Jan 2021 09:49:12 +0000</pubDate>
    </item>
    <item>
      <title>4 big product updates and a bunch of smaller ones</title>
      <link>https://blog.getprobe.io/4-big-product-updates-and-a-bunch-of-smaller-once?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;We have recently released quite a few product updates that our customers love. Here is a quick update on what is new at Probe and the rationale behind.&#xA;&#xA;!--more--&#xA;&#xA;Ability to see details of each calculation&#xA;&#xA;Up to that point Probe would show you just the results of calculation. We would connect your data, calculate your metric and show your MRR equals $5,000 as an example.&#xA;&#xA;It is difficult to trust this number if you have no ability to see what is behind it. And it is even more painful if you are trying to figure out why the MRR number which is given to you is not matching your expectations or other source.&#xA;&#xA;Therefore, we have built an ability to see details of calculations. You can see how it works on a quick demo below.&#xA;&#xA;img src=&#34;https://s8.gifyu.com/images/24fps-details.gif&#34; alt=&#34;24fps-details.gif&#34; border=&#34;0&#34; /&#xA;&#xA;Detailed view of customer&#xA;&#xA;Very often billing data can get messy. Whether it is due to refunds, same customer paying from two different accounts, or company using a couple of billing systems. Honestly we have seen quite a few of these. So when you try to understand how a specific customer contributed to your MRR it can be a challenge.&#xA;&#xA;In Probe you can now access a detailed view for each of your customers. See all the subscriptions this customer has and how they are recognized over the months to come.&#xA;&#xA;img src=&#34;https://s8.gifyu.com/images/24fps-customer-details.gif&#34; alt=&#34;24fps-customer-details.gif&#34; border=&#34;0&#34; /&#xA;&#xA;Segmentation&#xA;&#xA;Your customer base is diverse. Different groups of customers behave differently. It is crucial to segment your metrics if you want to understand the real picture of what is going on. While one customer&#39;s segment may grow - another may stay stable and without segmentation you will not be noticing these difference. It will lead to wrong business decisions and focus on a wrong type of customers.&#xA;&#xA;At Probe, you can set up any segmentation attribute and segment all the metrics by these attributes.&#xA;&#xA;img src=&#34;https://s8.gifyu.com/images/24fps-segmentation.gif&#34; alt=&#34;24fps-segmentation.gif&#34; border=&#34;0&#34; /&#xA;&#xA;Access all of your customers and subscriptions&#xA;&#xA;We spoke to many customers who are using spreadsheets to collect all the customers and subscriptions in one place. And for them, this feeling of control, ability to see the full list of customers or subscriptions in one place is very important. I don’t want to go into describing all drawbacks of using spreadsheets. But from now on you can access a full list of customers and subscriptions in Probe. Sorting and searching is included.&#xA;&#xA;img src=&#34;https://s8.gifyu.com/images/24fps-lists.gif&#34; alt=&#34;24fps-lists.gif&#34; border=&#34;0&#34; /&#xA;&#xA;These changes give you greater control over your data. Numbers and calculations are not a black box anymore - you can always see what is inside. With this - you start to build trust and confidence in data. This is very important when you are communicating your numbers to your team or investors, and your personal credibility is on the line.&#xA;&#xA;You can register for a a href=&#34;https://getprobe.io?ref=blog&#34;free trial/a or a href=&#34;https://calendly.com/alex-getprobe-io/30min&#34;schedule a demo with us/a. There is a number of smaller updates - starting from the ability to segment any metric in Probe - to manually adding new data and introducing a correction. Hope you like it and let me know your feedback.&#xA;&#xA;by Alex, co-founder of Probe&#xA;Illustration by a href=&#34;https://icons8.com/&#34;Icons 8/a from a href=&#34;https://icons8.com/&#34;Icons8/a&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/B64ONYxl.png" alt=""/></p>

<p>We have recently released quite a few product updates that our customers love. Here is a quick update on what is new at Probe and the rationale behind.</p>



<h3 id="ability-to-see-details-of-each-calculation" id="ability-to-see-details-of-each-calculation">Ability to see details of each calculation</h3>

<p>Up to that point Probe would show you just the results of calculation. We would connect your data, calculate your metric and show your MRR equals $5,000 as an example.</p>

<p>It is difficult to trust this number if you have no ability to see what is behind it. And it is even more painful if you are trying to figure out why the MRR number which is given to you is not matching your expectations or other source.</p>

<p>Therefore, we have built an ability to see details of calculations. You can see how it works on a quick demo below.</p>

<p><img src="https://s8.gifyu.com/images/24fps-details.gif" alt="24fps-details.gif"/></p>

<h3 id="detailed-view-of-customer" id="detailed-view-of-customer">Detailed view of customer</h3>

<p>Very often billing data can get messy. Whether it is due to refunds, same customer paying from two different accounts, or company using a couple of billing systems. Honestly we have seen quite a few of these. So when you try to understand how a specific customer contributed to your MRR it can be a challenge.</p>

<p>In Probe you can now access a detailed view for each of your customers. See all the subscriptions this customer has and how they are recognized over the months to come.</p>

<p><img src="https://s8.gifyu.com/images/24fps-customer-details.gif" alt="24fps-customer-details.gif"/></p>

<h3 id="segmentation" id="segmentation">Segmentation</h3>

<p>Your customer base is diverse. Different groups of customers behave differently. It is crucial to segment your metrics if you want to understand the real picture of what is going on. While one customer&#39;s segment may grow – another may stay stable and without segmentation you will not be noticing these difference. It will lead to wrong business decisions and focus on a wrong type of customers.</p>

<p>At Probe, you can set up any segmentation attribute and segment all the metrics by these attributes.</p>

<p><img src="https://s8.gifyu.com/images/24fps-segmentation.gif" alt="24fps-segmentation.gif"/></p>

<h3 id="access-all-of-your-customers-and-subscriptions" id="access-all-of-your-customers-and-subscriptions">Access all of your customers and subscriptions</h3>

<p>We spoke to many customers who are using spreadsheets to collect all the customers and subscriptions in one place. And for them, this feeling of control, ability to see the full list of customers or subscriptions in one place is very important. I don’t want to go into describing all drawbacks of using spreadsheets. But from now on you can access a full list of customers and subscriptions in Probe. Sorting and searching is included.</p>

<p><img src="https://s8.gifyu.com/images/24fps-lists.gif" alt="24fps-lists.gif"/></p>

<p>These changes give you greater control over your data. Numbers and calculations are not a black box anymore – you can always see what is inside. With this – you start to build trust and confidence in data. This is very important when you are communicating your numbers to your team or investors, and your personal credibility is on the line.</p>

<p>You can register for a <a href="https://getprobe.io?ref=blog" rel="nofollow">free trial</a> or <a href="https://calendly.com/alex-getprobe-io/30min" rel="nofollow">schedule a demo with us</a>. There is a number of smaller updates – starting from the ability to segment any metric in Probe – to manually adding new data and introducing a correction. Hope you like it and let me know your feedback.</p>

<p><em>by Alex, co-founder of <a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a></em>
<em>Illustration by <a href="https://icons8.com/" rel="nofollow">Icons 8</a> from <a href="https://icons8.com/" rel="nofollow">Icons8</a></em></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/4-big-product-updates-and-a-bunch-of-smaller-once</guid>
      <pubDate>Fri, 11 Dec 2020 14:05:43 +0000</pubDate>
    </item>
    <item>
      <title>Basic metrics for each organization in your SaaS company</title>
      <link>https://blog.getprobe.io/basic-metrics-for-each-organization-in-your-saas-company?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Originally published on ProductSchool&#xA;&#xA;At the start of each new product are just a couple of people having an idea and trying to figure out how to make it a reality. You probably speak with potential customers researching your thesis and start building the product.&#xA;&#xA;Small team means everyone stays in sync. Then you start having your first customers, perhaps you raised money and your team grows. It becomes harder and harder to keep everyone focused and up to date on what is happening inside the company.&#xA;!--more--&#xA;Choosing correct metrics according to the stage of your company can really help you focus on the right things and measure your progress.&#xA;&#xA;This article is mainly about SaaS B2B companies (Business-To-Business - if your customers are other businesses, you are in this category). If you are building a marketplace or consumer-oriented business - some things will still apply. But such areas as product adoption, marketing and sales may be a bit different for you. I also focus on a basic metrics you can start to measure when there are only a couple of people and the once you can add at a bit of a later stage of your growth.&#xA;&#xA;The founders only level&#xA;&#xA;You start small - just you and a couple of co-founders. You have the idea in your head and you need to turn it into a product. It seems like there is no need to measure anything at such an early stage. While you should not spend much time doing complex analysis - here are three basic numbers that will help you stay focused.&#xA;&#xA;1. Total Revenue&#xA;&#xA;You are here to build the business, right? Track your total revenue from day 1. The growth of this number is the most important thing defining your success. Remember that you must separate your recurring revenue from nonrecurring, report and track them separately. It is because these two types of revenue are very different in its nature. Nonrecurring revenue is usually a one time payment for a provided service - lets say training, or product implementation. You can not expect to receive the same amount of money in months to come. Comparing to the recurring revenue which is an ongoing payment. You expect to receive this revenue as long as someone stays your customer.&#xA;&#xA;2. Number of conversation with prospects / potential customers&#xA;&#xA;No matter how early you are - start speaking to customers from day 1. You need to have customer feedback to validate your product thesis. Set yourself a weekly or monthly goal of having a certain amount of conversations with customers. That will focus you on reaching out and speaking with your potential users and as a result you will be able to build a better product.&#xA;&#xA;A certain number of conversations with potential customers will lead to actually having real customers. Early adopters who will use your product first and help you iterate on it.&#xA;&#xA;3. Burn rate&#xA;&#xA;Try to have an idea of your monthly costs. No matter if you raise external funding or bootstrapping. That will help you calculate your runways (see below) and answer some of the investor’s questions.&#xA;&#xA;4. Runway&#xA;&#xA;Runway tells you how much time you have before you run out of money. This number will keep you motivated and will help you plan accordingly.&#xA;&#xA;Measuring Sales&#xA;&#xA;No matter how small you are - if you want to get your first customers you must sell. At the very beginning it is the founders who are responsible for this area. Let’s see what we can track to keep everything in order.&#xA;&#xA;1. New MRR&#xA;&#xA;How much recurring revenue do you acquire from new customers joining your business over the period of time. This is pretty straightforward. If you set a goal of hitting a certain number of New MRR you have to track details of your Sales Process so you can estimate if you are on the right track or not. Here is how.&#xA;&#xA;2. A number of Demos or Trials&#xA;&#xA;Sales is a game of numbers. Depending on your product you can offer a demo or a trial period, or perhaps both. A certain number of such activities will convert to new customers. So you have to track the number of trials or demos. Set a goal for these metrics and try to grow them.&#xA;&#xA;3. Conversion Rate from Demo or Trial to Won Customer&#xA;&#xA;As I was saying - a certain number of demo meetings or trials will be converted to new customers. You need to understand what percentage are actually converted to a new customer. Once you have this percentage - it becomes very easy to understand how many such meetings you have to conduct to win a certain number of customers. Ex. If your conversion rate is 5% and you hold 100 meetings it should yield you 5 new customers.&#xA;&#xA;As your organization scales, and your sales become more sophisticated I suggest you start tracking:&#xA;&#xA;The length of your sales cycle - how long does it take to move a customer through the whole sales process - from initial call to signing a contract? It can be days, weeks or months.&#xA;Number of Deals in the Pipeline - this is self-explanatory&#xA;Total Pipeline Worth - total sum of all the deals values that are currently in your pipeline&#xA;Deal to Won conversion rate - what percent of Deals that entered your sales pipeline converted to new customers.&#xA;&#xA;By knowing these 4 numbers you can make a lot of estimates that help you hit your New MRR goal. For example - if your sales cycle is 6 months long you already have to start working on prospecting and finding potential companies you can sell to hit your future goals.&#xA;&#xA;By knowing key numbers of your pipeline you can simply estimate what amount of revenue it can bring you:&#xA;&#xA;Total Pipeline Worth / Number of Deals - will give you your Average Deal Value. And then Number of Deals  Conversion Rate  Average Deal Value - gives you an approximate estimate of the revenue that can be extracted from your sales pipeline. &#xA;&#xA;Product Organization&#xA;&#xA;When you are at the beginning of building your company, big chunk of your time will be spent on building the product, iterating and making it better. Because each product has to solve a real customer pain and deliver value to your customers - you have to find a way to measure if this is what is happening in reality.&#xA;&#xA;Here are two numbers that will help you to get it right.&#xA;&#xA;1. Total active users&#xA;&#xA;First very simple way to measure if someone is using your product is just to look at the total number of active users on the daily / weekly / monthly basis. It is important to define what “active” means specifically for your product. For example if you are building a software for creating Sales Quotes - active may mean that the user has created a new quote in your system.&#xA;&#xA;2. DAU / MAU Ratio&#xA;&#xA;You have to make sure that your active users also stick with your product. Or in other words use it over a long period of time. DAU stands for Daily Active Users and MAU is Monthly Active Users. &#xA;&#xA;One way to understand if users of your product stay engaged over the period of time is to calculate the ratio between DAU and MAU. Take the total number of unique users that were active on a given day and divide it by the total number of unique users that were active over the course of the last 30 days. The closer this ratio is to being 1 the better - cause that would mean that all the users are retained with your product.&#xA;&#xA;Customer Success or understanding revenue coming from existing customers&#xA;&#xA;Once you have at least one customer you have to make sure that they stay happy. At first, it can be as simple as having a conversation once in a while to make sure they are engaged. Measure product adoption on the customer level. Down the road it means building a whole Customer Success team.&#xA;&#xA;From your revenue perspective - you will have to monitor movements of your existing revenue.&#xA;&#xA;1. Churn MRR&#xA;&#xA;You have to track how much revenue you’re losing due to customers leaving you as well as how many customers you are losing on a monthly basis. The thing is that there is a cost attached to acquiring each customer. Firstly, if the customer leaves before you’ve recovered the cost of acquiring this customer - you are losing money as a business. Secondly, when a customer leaves you - you are losing not only monthly revenue from them, but also the opportunity to get revenue in the future. It has an immense compounding effect. Lower churn means not only the customers engaged with your product but also has a tremendous impact on your business growth.&#xA;&#xA;2. Contraction MRR&#xA;&#xA;How much revenue you have lost due to customers starting to pay you less. Usually, because they have moved to cheaper plans of your product. I suggest you track MRR lost due to contraction separately from MRR lost due to churn. Because in case of the contraction you still have the customer. They are still paying and there is a chance to deliver them more value and retain for a long period of time.&#xA;&#xA;3. Expansion MRR&#xA;&#xA;How much MRR you have gained due to customers starting to pay you more. Ability to grow MRR from existing customers can be one of the biggest contributing factors to your growth.&#xA;&#xA;If you have a full fledged customer success or account manager team, tracking Expansion is one of the ways you can use to measure success of this team. Because if customers are successful with your product - usually they would want to use it more and more, add new seats or users and so on. Existing customers is a huge potential for your business growth&#xA;&#xA;4. Renewal MRR&#xA;&#xA;How much MRR did you get due to someone coming back to your product once after they have left. Meaning of this metric can be specific to your business. If some customers come back to your product after some time it is a good sign overall. But if this is happening at  a large scale it can be a sign of the product issue. As an example, your product may have more of a one-time use case and does not deliver ongoing value.&#xA;&#xA;I should also mention that with time you must look at your churn by cohorts. It is the best way to understand if you as an organization make progress with time. It is also a big topic on its own - we have recently written a separate blog post about how to build and use cohort analysis.&#xA;&#xA;Bringing it all together&#xA;&#xA;Ok, let&#39;s recap. At this point you should have a good view inside your Sales Organization, understand your product adoption as well as what is happening with MRR from the existing customers. There are just a couple of metrics you need to measure once you have some scale to understand your whole SaaS business.&#xA;&#xA;1. CAC - Customer Acquisition Cost&#xA;&#xA;How much does it cost to acquire a new customer? What should and should not be included in a CAC may be a subject to a separate discussion. This number gives you an understanding of how much money you need to invest in order to reach a certain number of customers. As you will see later it is also a metric you want to minimize. Because if you are able to acquire new customers cheaper, the profitability and performance of your SaaS business will increase.&#xA;&#xA;2. LTV - Life Time Value&#xA;&#xA;How much money in total you can expect to receive from a customer. In order to calculate this you have to understand for how many months on average somebody stays your customer. And then what is average revenue per month for a customer. By multiplying these two number you will get your LTV. This number is especially important with relation to CAC, lets see why.&#xA;&#xA;3. LTV / CAC ratio&#xA;&#xA;Once you know how much it costs to find a new customer and you know how much you can expect from a customer in total, the ratio between these two become important. The higher the LTV / CAC ratio is the better. Here is a very simple example to illustrate the idea. Let&#39;s say you run Google Ads campaign. After everything is set and done you calculated that it costs you $30 to acquire a new customer. And this customer will stay with you for 18 months and pay $10 per month. Meaning its LTV is $180. LTV / CAC ration is 6. You can see that such model clearly can make money. You invested $30 to get new customer and end up with $150 profit ($180 total revenue minus $30 for recovering acquisition cost). If the ratio is equal to 1 or less it means your business it means there is a problem. You are either loosing money or not able to deliver enough value. &#xA;&#xA;Of course there are much more details into the above calculations. But I just want to illustrate the idea how you can start to understand if you are on the right path to build scalable and healthy SaaS.&#xA;&#xA;The importance of segmentation&#xA;&#xA;As your company grows - chances are you will be serving different segments of the market. For example, some of your customers might be much bigger than others. Thus, it may cost you more to acquire and serve them but their lifetime value will be higher.&#xA;&#xA;When at scale, it is important to use segmentation for all the metrics we have mentioned. Because your bigger customer segment may be behaving perfectly well and healthy while smaller customer segment may be unprofitable. As one example very often you will find your smaller customers churn at much higher rate compared to bigger customers.&#xA;&#xA; You will not be able to see such details if you do not create appropriate segments for your customer base. You have to think what is the right way for your business to segment metrics so understand them better and make better decisions. Customer size based on number of seats or their MRR is a good place to start. Here is a great blog post about segmentation in SaaS.&#xA;&#xA;Creating a rhythm in your business&#xA;&#xA;It may look like there are a lot of numbers to keep track of. And certainly as your business growths you have to look at the increasing number of metrics. It is important to create a certain rhythm of looking at your data. You need to create a process that will help you keep organized. It also will help you to create a feedback loop where you first take action, then measure the result, discussing numbers and this informs you farther actions.&#xA;&#xA;Monthly business review is one way to create rhythm. Depending on the scale of your business you can do it bi-weekly or even weekly. But the main idea is to have a repeatable event in your calendar where you can review the key numbers with your team, discuss what is happening and agree on the next steps. In this way even if you measure a lot of things you will have a process around that will help you to stay organized and actually convert measurements into real actions.&#xA;&#xA;At Probe, we focus not only on helping you to measure your business. We also help you to create such rhythm by automating your reporting. You can add description to your data and easily share key results with your team. So that you can discuss your numbers, keep everyone aligned and convert these results into actions.&#xA;&#xA;by Alex, co-founder of Probe&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://productschool.com/blog/data-analytics/basic-metrics-organization-saas-company/" rel="nofollow"><em>Originally published on ProductSchool</em></a></p>

<p>At the start of each new product are just a couple of people having an idea and trying to figure out how to make it a reality. You probably speak with potential customers researching your thesis and start building the product.</p>

<p>Small team means everyone stays in sync. Then you start having your first customers, perhaps you raised money and your team grows. It becomes harder and harder to keep everyone focused and up to date on what is happening inside the company.

Choosing correct metrics according to the stage of your company can really help you focus on the right things and measure your progress.</p>

<p>This article is mainly about SaaS B2B companies (Business-To-Business – if your customers are other businesses, you are in this category). If you are building a marketplace or consumer-oriented business – some things will still apply. But such areas as product adoption, marketing and sales may be a bit different for you. I also focus on a basic metrics you can start to measure when there are only a couple of people and the once you can add at a bit of a later stage of your growth.</p>

<h2 id="the-founders-only-level" id="the-founders-only-level">The founders only level</h2>

<p>You start small – just you and a couple of co-founders. You have the idea in your head and you need to turn it into a product. It seems like there is no need to measure anything at such an early stage. While you should not spend much time doing complex analysis – here are three basic numbers that will help you stay focused.</p>

<p><strong>1. Total Revenue</strong></p>

<p>You are here to build the business, right? Track your total revenue from day 1. The growth of this number is the most important thing defining your success. Remember that you must separate your recurring revenue from nonrecurring, report and track them separately. It is because these two types of revenue are very different in its nature. Nonrecurring revenue is usually a one time payment for a provided service – lets say training, or product implementation. You can not expect to receive the same amount of money in months to come. Comparing to the recurring revenue which is an ongoing payment. You expect to receive this revenue as long as someone stays your customer.</p>

<p><strong>2. Number of conversation with prospects / potential customers</strong></p>

<p>No matter how early you are – start speaking to customers from day 1. You need to have customer feedback to validate your product thesis. Set yourself a weekly or monthly goal of having a certain amount of conversations with customers. That will focus you on reaching out and speaking with your potential users and as a result you will be able to build a better product.</p>

<p>A certain number of conversations with potential customers will lead to actually having real customers. Early adopters who will use your product first and help you iterate on it.</p>

<p><strong>3. Burn rate</strong></p>

<p>Try to have an idea of your monthly costs. No matter if you raise external funding or bootstrapping. That will help you calculate your runways (see below) and answer some of the investor’s questions.</p>

<p><strong>4. Runway</strong></p>

<p>Runway tells you how much time you have before you run out of money. This number will keep you motivated and will help you plan accordingly.</p>

<h2 id="measuring-sales" id="measuring-sales">Measuring Sales</h2>

<p>No matter how small you are – if you want to get your first customers you must sell. At the very beginning it is the founders who are responsible for this area. Let’s see what we can track to keep everything in order.</p>

<p><strong>1. New MRR</strong></p>

<p>How much recurring revenue do you acquire from new customers joining your business over the period of time. This is pretty straightforward. If you set a goal of hitting a certain number of New MRR you have to track details of your Sales Process so you can estimate if you are on the right track or not. Here is how.</p>

<p><strong>2. A number of Demos or Trials</strong></p>

<p>Sales is a game of numbers. Depending on your product you can offer a demo or a trial period, or perhaps both. A certain number of such activities will convert to new customers. So you have to track the number of trials or demos. Set a goal for these metrics and try to grow them.</p>

<p><strong>3. Conversion Rate from Demo or Trial to Won Customer</strong></p>

<p>As I was saying – a certain number of demo meetings or trials will be converted to new customers. You need to understand what percentage are actually converted to a new customer. Once you have this percentage – it becomes very easy to understand how many such meetings you have to conduct to win a certain number of customers. Ex. If your conversion rate is 5% and you hold 100 meetings it should yield you 5 new customers.</p>

<p>As your organization scales, and your sales become more sophisticated I suggest you start tracking:</p>
<ol><li><strong>The length of your sales cycle</strong> – how long does it take to move a customer through the whole sales process – from initial call to signing a contract? It can be days, weeks or months.</li>
<li><strong>Number of Deals in the Pipeline</strong> – this is self-explanatory</li>
<li><strong>Total Pipeline Worth</strong> – total sum of all the deals values that are currently in your pipeline</li>
<li><strong>Deal to Won conversion rate</strong> – what percent of Deals that entered your sales pipeline converted to new customers.</li></ol>

<p>By knowing these 4 numbers you can make a lot of estimates that help you hit your New MRR goal. For example – if your sales cycle is 6 months long you already have to start working on prospecting and finding potential companies you can sell to hit your future goals.</p>

<p>By knowing key numbers of your pipeline you can simply estimate what amount of revenue it can bring you:</p>

<p>Total Pipeline Worth / Number of Deals – will give you your Average Deal Value. And then Number of Deals * Conversion Rate * Average Deal Value – gives you an approximate estimate of the revenue that can be extracted from your sales pipeline.</p>

<h2 id="product-organization" id="product-organization">Product Organization</h2>

<p>When you are at the beginning of building your company, big chunk of your time will be spent on building the product, iterating and making it better. Because each product has to solve a real customer pain and deliver value to your customers – you have to find a way to measure if this is what is happening in reality.</p>

<p>Here are two numbers that will help you to get it right.</p>

<p><strong>1. Total active users</strong></p>

<p>First very simple way to measure if someone is using your product is just to look at the total number of active users on the daily / weekly / monthly basis. It is important to define what “active” means specifically for your product. For example if you are building a software for creating Sales Quotes – active may mean that the user has created a new quote in your system.</p>

<p><strong>2. DAU / MAU Ratio</strong></p>

<p>You have to make sure that your active users also stick with your product. Or in other words use it over a long period of time. DAU stands for Daily Active Users and MAU is Monthly Active Users.</p>

<p>One way to understand if users of your product stay engaged over the period of time is to calculate the ratio between DAU and MAU. Take the total number of unique users that were active on a given day and divide it by the total number of unique users that were active over the course of the last 30 days. The closer this ratio is to being 1 the better – cause that would mean that all the users are retained with your product.</p>

<h2 id="customer-success-or-understanding-revenue-coming-from-existing-customers" id="customer-success-or-understanding-revenue-coming-from-existing-customers">Customer Success or understanding revenue coming from existing customers</h2>

<p>Once you have at least one customer you have to make sure that they stay happy. At first, it can be as simple as having a conversation once in a while to make sure they are engaged. Measure product adoption on the customer level. Down the road it means building a whole Customer Success team.</p>

<p>From your revenue perspective – you will have to monitor movements of your existing revenue.</p>

<p><strong>1. Churn MRR</strong></p>

<p>You have to track how much revenue you’re losing due to customers leaving you as well as how many customers you are losing on a monthly basis. The thing is that there is a cost attached to acquiring each customer. Firstly, if the customer leaves before you’ve recovered the cost of acquiring this customer – you are losing money as a business. Secondly, when a customer leaves you – you are losing not only monthly revenue from them, but also the opportunity to get revenue in the future. It has an immense compounding effect. Lower churn means not only the customers engaged with your product but also has a tremendous impact on your business growth.</p>

<p><strong>2. Contraction MRR</strong></p>

<p>How much revenue you have lost due to customers starting to pay you less. Usually, because they have moved to cheaper plans of your product. I suggest you track MRR lost due to contraction separately from MRR lost due to churn. Because in case of the contraction you still have the customer. They are still paying and there is a chance to deliver them more value and retain for a long period of time.</p>

<p><strong>3. Expansion MRR</strong></p>

<p>How much MRR you have gained due to customers starting to pay you more. Ability to grow MRR from existing customers can be one of the biggest contributing factors to your growth.</p>

<p>If you have a full fledged customer success or account manager team, tracking Expansion is one of the ways you can use to measure success of this team. Because if customers are successful with your product – usually they would want to use it more and more, add new seats or users and so on. Existing customers is a huge potential for your business growth</p>

<p><strong>4. Renewal MRR</strong></p>

<p>How much MRR did you get due to someone coming back to your product once after they have left. Meaning of this metric can be specific to your business. If some customers come back to your product after some time it is a good sign overall. But if this is happening at  a large scale it can be a sign of the product issue. As an example, your product may have more of a one-time use case and does not deliver ongoing value.</p>

<p>I should also mention that with time you must look at your churn by cohorts. It is the best way to understand if you as an organization make progress with time. It is also a big topic on its own – we have recently written a separate blog post about <a href="https://blog.getprobe.io/what-is-cohort-analysis-and-everything-you-need-to-know-to-build-it" rel="nofollow">how to build and use cohort analysis</a>.</p>

<h2 id="bringing-it-all-together" id="bringing-it-all-together">Bringing it all together</h2>

<p>Ok, let&#39;s recap. At this point you should have a good view inside your Sales Organization, understand your product adoption as well as what is happening with MRR from the existing customers. There are just a couple of metrics you need to measure once you have some scale to understand your whole SaaS business.</p>

<p><strong>1. CAC – Customer Acquisition Cost</strong></p>

<p>How much does it cost to acquire a new customer? What should and should not be included in a CAC may be a subject to a separate discussion. This number gives you an understanding of how much money you need to invest in order to reach a certain number of customers. As you will see later it is also a metric you want to minimize. Because if you are able to acquire new customers cheaper, the profitability and performance of your SaaS business will increase.</p>

<p><strong>2. LTV – Life Time Value</strong></p>

<p>How much money in total you can expect to receive from a customer. In order to calculate this you have to understand for how many months on average somebody stays your customer. And then what is average revenue per month for a customer. By multiplying these two number you will get your LTV. This number is especially important with relation to CAC, lets see why.</p>

<p><strong>3. LTV / CAC ratio</strong></p>

<p>Once you know how much it costs to find a new customer and you know how much you can expect from a customer in total, the ratio between these two become important. The higher the LTV / CAC ratio is the better. Here is a very simple example to illustrate the idea. Let&#39;s say you run Google Ads campaign. After everything is set and done you calculated that it costs you $30 to acquire a new customer. And this customer will stay with you for 18 months and pay $10 per month. Meaning its LTV is $180. LTV / CAC ration is 6. You can see that such model clearly can make money. You invested $30 to get new customer and end up with $150 profit ($180 total revenue minus $30 for recovering acquisition cost). If the ratio is equal to 1 or less it means your business it means there is a problem. You are either loosing money or not able to deliver enough value.</p>

<p>Of course there are much more details into the above calculations. But I just want to illustrate the idea how you can start to understand if you are on the right path to build scalable and healthy SaaS.</p>

<h2 id="the-importance-of-segmentation" id="the-importance-of-segmentation">The importance of segmentation</h2>

<p>As your company grows – chances are you will be serving different segments of the market. For example, some of your customers might be much bigger than others. Thus, it may cost you more to acquire and serve them but their lifetime value will be higher.</p>

<p>When at scale, it is important to use segmentation for all the metrics we have mentioned. Because your bigger customer segment may be behaving perfectly well and healthy while smaller customer segment may be unprofitable. As one example very often you will find your smaller customers churn at much higher rate compared to bigger customers.</p>

<p> You will not be able to see such details if you do not create appropriate segments for your customer base. You have to think what is the right way for your business to segment metrics so understand them better and make better decisions. Customer size based on number of seats or their MRR is a good place to start. <a href="https://medium.com/point-nine-news/the-importance-of-customer-segmentation-in-saas-f9fc947fd68a" rel="nofollow">Here is a great blog post about segmentation in SaaS</a>.</p>

<h2 id="creating-a-rhythm-in-your-business" id="creating-a-rhythm-in-your-business">Creating a rhythm in your business</h2>

<p>It may look like there are a lot of numbers to keep track of. And certainly as your business growths you have to look at the increasing number of metrics. It is important to create a certain rhythm of looking at your data. You need to create a process that will help you keep organized. It also will help you to create a feedback loop where you first take action, then measure the result, discussing numbers and this informs you farther actions.</p>

<p>Monthly business review is one way to create rhythm. Depending on the scale of your business you can do it bi-weekly or even weekly. But the main idea is to have a repeatable event in your calendar where you can review the key numbers with your team, discuss what is happening and agree on the next steps. In this way even if you measure a lot of things you will have a process around that will help you to stay organized and actually convert measurements into real actions.</p>

<p>At <a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a>, we focus not only on helping you to measure your business. We also help you to create such rhythm by automating your reporting. You can add description to your data and easily share key results with your team. So that you can discuss your numbers, keep everyone aligned and convert these results into actions.</p>

<p><em>by Alex, co-founder of <a href="https://getprobe.io?ref=blog" rel="nofollow">Probe</a></em></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/basic-metrics-for-each-organization-in-your-saas-company</guid>
      <pubDate>Mon, 02 Nov 2020 11:06:03 +0000</pubDate>
    </item>
    <item>
      <title>The Hidden Costs of Constantly Shipping new Things</title>
      <link>https://blog.getprobe.io/i-worked-for-8-years-at-a-successful-startup-called-base-crm?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;I worked for 8 years at a successful startup called Base CRM. It was acquired by Zendesk 2 years ago. During this time I saw the company take different approaches to many problems startups have, but one remained unchanged: unparalleled, obsessive focus on shipping new functionality. Lately, I’ve been thinking a bit more about a company as a whole because I co-started a gig called Probe, so here’s some things I think should have been different at Base.&#xA;!--more--&#xA;&#xA;Disclaimer I have to make: although the things I write here may sound negative it wasn’t all that bad. We still were a really successful company, did many things right, we had a great team, a product used by thousands of sales people. I’m just focusing on where we could’ve done better (myself included).&#xA;&#xA;Beginnings at Base&#xA;&#xA;Base’s mentality was always oriented towards product and shipping features. Even our motto said it: “It’s null till you ship it” – what better way to say that all your R&amp;D efforts should go to releasing new stuff to production? This mentality was brought by our CEO, the person behind the idea of building a new CRM – Uzi Shmilovici. He was the most experienced person in our very young team (I joined when I was 24). His experience was definitely something that helped to instill the value of shipping new product features in our minds.&#xA;&#xA;Quickly the whole organization adopted and started living by this motto. To be perfectly fair: I think there was a lot of merit in it. Being a hardcore developer at that time I still believed that what we sell is the shipped product, not the technical solutions behind it, nor the automated tests, code coverage etc. At least this is how I projected what this motto meant, and I’m quite convinced that others looked at it this way as well. I wasn’t 100% right.&#xA;&#xA;Maturity and Growth at Base&#xA;&#xA;Over time the company grew. More customers, bigger funding rounds, higher ambitions. Our R&amp;D suddenly became 40, then 100 people. All of them with the “it’s null till you ship it” mindset.&#xA;&#xA;Things got more and more complicated as well. CRM is a broad topic and can mean many things. It tries to embrace the basics of many different sales processes that companies have, together with a broad set of other features like email or calendar integration. It took an enormous amount of work to ship new features that fitted nicely into the existing ecosystem. Suddenly we had 1-year projects on our roadmap (nicely hidden under 3-month projects which didn’t end on time).&#xA;&#xA;Additionally we landed a few huge deals, the famous customers you can’t afford to lose. It meant custom work embedded into already complicated functionality, and complexity grew fast. Big customers certainly sounded good on paper, but they came with a cost (complexity and a very hands-on relationship) that we weren’t really prepared for, and that we didn’t manage to put boundaries on fast enough.&#xA;&#xA;  … the difficulties started piling up fast, and before we knew it we had to deal with a lot.&#xA;&#xA;We also added a lot of complication on the backend of the product. Moving to microservices meant getting rid of some problems of our legacy architecture, but it introduced us to the world of (arguably) harder ones, like keeping data consistent across services. Some we managed to cover up with money by just buying more processing power. Others we desperately needed to fix, especially those basic building blocks of our infrastructure which we knew didn’t work. One example would be a communication channel between our microservices without the at-least-once guarantee – some messages would never reach the destination endpoints, which caused problems with data-consistency.&#xA;&#xA;Of course, all of this was the effect of our success. We had new customers coming in, the metrics looked good, and we quickly moved up in the market. It was all because we were solving real user problems.&#xA;&#xA;But the difficulties started piling up fast, and before we knew it we had to deal with a lot.&#xA;&#xA;The Difficulties&#xA;&#xA;On the product side the complexity was quite overwhelming. We had a huge system with many moving parts which interacted with each other, and these interactions were sometimes hard to understand. With the added factor of custom solutions for Big Customers™, more and more flaws in the interactions started showing up.&#xA;&#xA;No Decision Paper-trail&#xA;&#xA;There was little documentation about product decisions. If you’d been around for a long time (like myself), then you had a fairly good understanding of how the product worked. Anyone else had to ask around, but even the original authors of ideas didn’t have all the answers, because the situation was often complicated and involved multiple people on the team.&#xA;&#xA;Insufficient Iteration&#xA;&#xA;We didn’t revisit features often, either. The product specs were well thought through, sometimes crafted for months, but the truth is that almost nothing you build will be perfect the first time. (and if it is, there’s almost certainly a generous amount of luck involved). It’s normal, and there’s nothing to be ashamed of – no matter how hard we plan and research, we build with imperfect information, and we do the best we can. Sadly, we had a lot more confidence than was wise in how well our features were initially designed – some might say hubris – and we didn’t revisit or iterate on existing features.&#xA;&#xA;Technology Built With More Enthusiasm Than Experience&#xA;&#xA;The backend suffered as well. We moved into a world of microservices very early on, and that’s not to say that microservices aren’t a power tool (I’m still a fan of them), but you have to have expertise on how to do it well. Back then, we were inexperienced and just thinking about the outcomes and upsides, so we still pushed very hard to separate our architecture into microservices, and in many cases we did it badly. We pushed it too fast, too early, and without really learning along the way – so, in effect, we just repeated the same mistakes multiple times, rather than iteratively improving our architecture and processes as we moved forward.&#xA;&#xA;We moved too slow with technical documentation as well. With a system as complex as this, it’s crucial to document your tech stack, code, and APIs Yet with the pace of shipping new things, and a pressure to deliver working solutions, we neglected documenting how things work and focused on just getting things out the door. In hindsight, we also should have standardized many more things as we moved forwards. Without coding or operating standards, the cost to introduce new solutions grew.&#xA;&#xA;Lessons Learned&#xA;&#xA;So far, I’ve just talked about the challenges we faced, and the pain we felt. There’s plenty you can take away just from that, but I’d like to make sure I’m also sharing some of the actual lessons I learned in the process, so that you don’t make the same mistakes.&#xA;&#xA;Culture Shapes Everything&#xA;&#xA;One thing it’s worth noting as a background to all of these lessons is that it’s important to recognise the huge and subtle impact of organisational culture. While some of our challenges were a result of us being a young, enthusiastic startup team, many could be traced back to the culture of “it’s null till you ship it”. That wasn’t just a saying, it was an idea that became embedded in how we thought about bugs, customers, growth and technology.&#xA;&#xA;I’m certainly not saying it was a bad saying, or a toxic culture – it was instrumental in our growth and success! But I am saying that we didn’t pay enough attention to how it was shaping our organisation and our product practices. Be ready to adapt your organisation when your situation changes.&#xA;&#xA;Iterate More&#xA;&#xA;First and foremost: no matter how much time you put into your product design, iterate again. Your best, educated guess is not going to be enough, even if you spend 6 months perfecting it. The urge to have new functionality is huge – believe me, I know! – but make sure you spend time taking care of existing solutions. There are many improvements waiting, just look at your existing customers and what they tell you(via your support system or sales team), trust your team, and give them time to improve on solutions they previously crafted which could be delivering more value (or less friction).&#xA;&#xA;Recognise – and Control – your Technical Debt&#xA;&#xA;While you’re at it, gather quantitative data from your backend about errors &amp; bugs. The complexity and friction you ignore in your software is inevitably going to haunt you when you want to try and build something new, so pay attention to your technical debt and take steps to control it. Bear in mind that some of your technical debt will be in the code, and some of it will be in the documentation or processes (or lack thereof). You need to address both, one way or another.&#xA;&#xA;Beware of Money With Strings Attached&#xA;&#xA;Hopefully you’ll be successful and will win big customers. However, beware of huge deals, because although the money is great, they often come with strings attached. Most likely you’re going to “pollute” your product with custom solutions which don’t really fit in, and which possibly shouldn’t even be a part of the product at all. It’s also going to force you to redesign your team structure somehow – perhaps create a Professional Services team – or else your roadmap is going to be a constant battlefield between what you want to ship and what your Big Customer™ wants. We thought these kinds of  big customers would be a segway into a world of Enterprise sales, but it turned out they weren’t a guaranteed path. In fact, we lost our very first one without a clear benefit – no product improvements, and no references or stepping-stones for future Enterprise customers.&#xA;&#xA;Speak up Sooner&#xA;&#xA;If you are an individual contributor or a team leader of a small group of people, make sure you voice your concerns clearly. Founders are (hopefully) focused on the most important metrics and setting up strategy (and for good reasons!), but it is your responsibility to make sure they know about the things you’re responsible for. Product experience getting worse? More and more errors piling up on the backend side? Be open about it and ask for time to fix things, otherwise it’s you who’s going to have to deal with these issues all the time.&#xA;&#xA;by Mike, co-founder of Probe&#xA;&#xA;Originally published on www.mindtheproduct.com, 25th August 2020&#xA;iIllustration by a href=&#34;https://dribbble.com/Ivan_Haidutski&#34;Ivan Haidutski/a from a href=&#34;https://icons8.com/&#34;Icons8/a/i]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/0PdzXc8.png" alt=""/></p>

<p>I worked for 8 years at a successful startup called Base CRM. It was acquired by Zendesk 2 years ago. During this time I saw the company take different approaches to many problems startups have, but one remained unchanged: unparalleled, obsessive focus on shipping new functionality. Lately, I’ve been thinking a bit more about a company as a whole because I co-started a gig called Probe, so here’s some things I think should have been different at Base.
</p>

<p>Disclaimer I have to make: although the things I write here may sound negative it wasn’t all that bad. We still were a really successful company, did many things right, we had a great team, a product used by thousands of sales people. I’m just focusing on where we could’ve done better (myself included).</p>

<h2 id="beginnings-at-base" id="beginnings-at-base">Beginnings at Base</h2>

<p>Base’s mentality was always oriented towards product and shipping features. Even our motto said it: “It’s null till you ship it” – what better way to say that all your R&amp;D efforts should go to releasing new stuff to production? This mentality was brought by our CEO, the person behind the idea of building a new CRM – Uzi Shmilovici. He was the most experienced person in our very young team (I joined when I was 24). His experience was definitely something that helped to instill the value of shipping new product features in our minds.</p>

<p>Quickly the whole organization adopted and started living by this motto. To be perfectly fair: I think there was a lot of merit in it. Being a hardcore developer at that time I still believed that what we sell is the shipped product, not the technical solutions behind it, nor the automated tests, code coverage etc. At least this is how I projected what this motto meant, and I’m quite convinced that others looked at it this way as well. I wasn’t 100% right.</p>

<h2 id="maturity-and-growth-at-base" id="maturity-and-growth-at-base">Maturity and Growth at Base</h2>

<p>Over time the company grew. More customers, bigger funding rounds, higher ambitions. Our R&amp;D suddenly became 40, then 100 people. All of them with the “it’s null till you ship it” mindset.</p>

<p>Things got more and more complicated as well. CRM is a broad topic and can mean many things. It tries to embrace the basics of many different sales processes that companies have, together with a broad set of other features like email or calendar integration. It took an enormous amount of work to ship new features that fitted nicely into the existing ecosystem. Suddenly we had 1-year projects on our roadmap (nicely hidden under 3-month projects which didn’t end on time).</p>

<p>Additionally we landed a few huge deals, the famous <a href="https://m.signalvnoise.com/dont-let-anyone-overpay-you/" rel="nofollow">customers you can’t afford to lose</a>. It meant custom work embedded into already complicated functionality, and complexity grew fast. Big customers certainly sounded good on paper, but they came with a cost (complexity and a very hands-on relationship) that we weren’t really prepared for, and that we didn’t manage to put boundaries on fast enough.</p>

<blockquote><p>… the difficulties started piling up fast, and before we knew it we had to deal with a lot.</p></blockquote>

<p>We also added a lot of complication on the backend of the product. Moving to microservices meant getting rid of some problems of our legacy architecture, but it introduced us to the world of (arguably) harder ones, like keeping data consistent across services. Some we managed to cover up with money by just buying more processing power. Others we desperately needed to fix, especially those basic building blocks of our infrastructure which we knew didn’t work. One example would be a communication channel between our microservices without the <a href="https://stackoverflow.com/questions/44204973/difference-between-exactly-once-and-at-least-once-guarantees" rel="nofollow">at-least-once</a> guarantee – some messages would never reach the destination endpoints, which caused problems with data-consistency.</p>

<p>Of course, all of this was the effect of our success. We had new customers coming in, the metrics looked good, and we quickly moved up in the market. It was all because we were solving real user problems.</p>

<p>But the difficulties started piling up fast, and before we knew it we had to deal with a lot.</p>

<h2 id="the-difficulties" id="the-difficulties">The Difficulties</h2>

<p>On the product side the complexity was quite overwhelming. We had a huge system with many moving parts which interacted with each other, and these interactions were sometimes hard to understand. With the added factor of custom solutions for Big Customers™, more and more flaws in the interactions started showing up.</p>

<h3 id="no-decision-paper-trail" id="no-decision-paper-trail">No Decision Paper-trail</h3>

<p>There was little documentation about product decisions. If you’d been around for a long time (like myself), then you had a fairly good understanding of how the product worked. Anyone else had to ask around, but even the original authors of ideas didn’t have all the answers, because the situation was often complicated and involved multiple people on the team.</p>

<h3 id="insufficient-iteration" id="insufficient-iteration">Insufficient Iteration</h3>

<p>We didn’t revisit features often, either. The product specs were well thought through, sometimes crafted for months, but the truth is that almost nothing you build will be perfect the first time. (and if it is, there’s almost certainly a generous amount of luck involved). It’s normal, and there’s nothing to be ashamed of – no matter how hard we plan and research, we build with imperfect information, and we do the best we can. Sadly, we had a lot more confidence than was wise in how well our features were initially designed – some might say hubris – and we didn’t revisit or iterate on existing features.</p>

<h2 id="technology-built-with-more-enthusiasm-than-experience" id="technology-built-with-more-enthusiasm-than-experience">Technology Built With More Enthusiasm Than Experience</h2>

<p>The backend suffered as well. We moved into a world of microservices very early on, and that’s not to say that microservices aren’t a power tool (I’m still a fan of them), but you have to have expertise on how to do it well. Back then, we were inexperienced and just thinking about the outcomes and upsides, so we still pushed very hard to separate our architecture into microservices, and in many cases we did it badly. We pushed it too fast, too early, and without really learning along the way – so, in effect, we just repeated the same mistakes multiple times, rather than iteratively improving our architecture and processes as we moved forward.</p>

<p>We moved too slow with technical documentation as well. With a system as complex as this, it’s crucial to document your tech stack, code, and APIs Yet with the pace of shipping new things, and a pressure to deliver working solutions, we neglected documenting how things work and focused on just getting things out the door. In hindsight, we also should have standardized many more things as we moved forwards. Without coding or operating standards, the cost to introduce new solutions grew.</p>

<h2 id="lessons-learned" id="lessons-learned">Lessons Learned</h2>

<p>So far, I’ve just talked about the challenges we faced, and the pain we felt. There’s plenty you can take away just from that, but I’d like to make sure I’m also sharing some of the actual lessons I learned in the process, so that you don’t make the same mistakes.</p>

<h3 id="culture-shapes-everything" id="culture-shapes-everything">Culture Shapes Everything</h3>

<p>One thing it’s worth noting as a background to all of these lessons is that it’s important to recognise the huge and subtle impact of organisational culture. While some of our challenges were a result of us being a young, enthusiastic startup team, many could be traced back to the culture of “it’s null till you ship it”. That wasn’t just a saying, it was an idea that became embedded in how we thought about bugs, customers, growth and technology.</p>

<p>I’m certainly not saying it was a bad saying, or a toxic culture – it was instrumental in our growth and success! But I am saying that we didn’t pay enough attention to how it was shaping our organisation and our product practices. Be ready to adapt your organisation when your situation changes.</p>

<h3 id="iterate-more" id="iterate-more">Iterate More</h3>

<p>First and foremost: no matter how much time you put into your product design, iterate again. Your best, educated guess is not going to be enough, even if you spend 6 months perfecting it. The urge to have new functionality is huge – believe me, I know! – but make sure you spend time taking care of existing solutions. There are many improvements waiting, just look at your existing customers and what they tell you(via your support system or sales team), trust your team, and give them time to improve on solutions they previously crafted which could be delivering more value (or less friction).</p>

<h3 id="recognise-and-control-your-technical-debt" id="recognise-and-control-your-technical-debt">Recognise – and Control – your Technical Debt</h3>

<p>While you’re at it, gather quantitative data from your backend about errors &amp; bugs. The complexity and friction you ignore in your software is inevitably going to haunt you when you want to try and build something new, so pay attention to your technical debt and take steps to control it. Bear in mind that some of your technical debt will be in the code, and some of it will be in the documentation or processes (or lack thereof). You need to address both, one way or another.</p>

<h3 id="beware-of-money-with-strings-attached" id="beware-of-money-with-strings-attached">Beware of Money With Strings Attached</h3>

<p>Hopefully you’ll be successful and will win big customers. However, beware of huge deals, because although the money is great, they often come with strings attached. Most likely you’re going to “pollute” your product with custom solutions which don’t really fit in, and which possibly shouldn’t even be a part of the product at all. It’s also going to force you to redesign your team structure somehow – perhaps create a Professional Services team – or else your roadmap is going to be a constant battlefield between what you want to ship and what your Big Customer™ wants. We thought these kinds of  big customers would be a segway into a world of Enterprise sales, but it turned out they weren’t a guaranteed path. In fact, we lost our very first one without a clear benefit – no product improvements, and no references or stepping-stones for future Enterprise customers.</p>

<h3 id="speak-up-sooner" id="speak-up-sooner">Speak up Sooner</h3>

<p>If you are an individual contributor or a team leader of a small group of people, make sure you voice your concerns clearly. Founders are (hopefully) focused on the most important metrics and setting up strategy (and for good reasons!), but it is your responsibility to make sure they know about the things you’re responsible for. Product experience getting worse? More and more errors piling up on the backend side? Be open about it and ask for time to fix things, otherwise it’s you who’s going to have to deal with these issues all the time.</p>

<p>by Mike, co-founder of <a href="https://getprobe.io/web?ref=blog" rel="nofollow">Probe</a></p>

<p><em>Originally published on <a href="https://www.mindtheproduct.com/the-hidden-costs-of-constantly-shipping-new-things/" rel="nofollow">www.mindtheproduct.com</a>, 25th August 2020</em>
<i>Illustration by <a href="https://dribbble.com/Ivan_Haidutski" rel="nofollow">Ivan Haidutski</a> from <a href="https://icons8.com/" rel="nofollow">Icons8</a></i></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/i-worked-for-8-years-at-a-successful-startup-called-base-crm</guid>
      <pubDate>Tue, 08 Sep 2020 11:21:03 +0000</pubDate>
    </item>
    <item>
      <title>How we failed with Product Hunt launch and what we have learned from it</title>
      <link>https://blog.getprobe.io/how-we-failed-with-product-hunt-launch-and-what-we-have-learned-from-it?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[After spending 5 years at Base CRM and its acquisition by Zendesk I’ve co-founded Probe - a product in the business analytics space. We defined MVP scope and began a journey to release. At the beginning of the year, we decided to launch on ProductHunt. We had high hopes for this launch and here is a story about how everything went wrong.&#xA;!--more--&#xA;The version we have launched&#xA;&#xA;We decided to focus on analytics after our own experience of working in a SaaS company. We went through all the troubles from defining what to measure to building data collection stack in-house. &#xA;&#xA;With Probe, we want to make it much easier to get the analytics you really need. Our MVP (Minimum Valuable Product - put simply, a minimal version of the product you launch that you believe will bring value to your customers) was a simple Slack application. You can connect it to your Stripe account and then ask for any SaaS metrics with one slack command. For example, /probe mrr would give you a chart of your monthly recurring revenue. This is the product we decided to submit to ProductHunt.&#xA;&#xA;What is ProductHunt and our goal for the launch&#xA;&#xA;If you are not aware of ProductHunt - it is a community for discovering new products. Each member can submit a new product, and then other members can upvote your submission if they like it. Products that have the most upvotes are being promoted by the platform.&#xA;&#xA;Top 5 submissions with the most upvotes launched on a given day will be featured in the ProductHunt newsletter. This newsletter has quite a big audience and being there simply increases your chances to get new customers. We aimed to find early adopters via launching on ProductHunt. Probe is a business to business product. It means that our potential customers are early-stage SaaS companies. We thought that ProductHunt may be a good place to find such companies. We also aimed to be in the top 5 of the products launched this day.&#xA;&#xA;Planning the launch&#xA;&#xA;There is quite a lot of information about launching on ProductHunt.  We have followed the official blog post.&#xA;&#xA;When launching on ProductHunt you have to take care of 3 things:&#xA;&#xA;Decide on the scope of your product and ship it&#xA;Prepare design and marketing materials for ProductHunt submission&#xA;Build community and have means of promoting your product submission&#xA;&#xA;While the first two things are pretty straightforward, the last one is not so much so. And here is where we failed big time.&#xA;&#xA;First of all no matter what you launch, if you hope that you simply put your submission out there, and it will end up in the top 5 of the day, most certainly this is not going to happen. If you wanna get there, you have to come up with a plan to promote your listing and get the upvotes.&#xA;&#xA;To be in the top 5 products launched on a given day, you have to have around 500 Upvotes. We found this number by monitoring ProductHunt for a week and documenting the number of Upvotes the most popular products had.&#xA;&#xA;So we had to come up with a plan of building a community, prior to the launch, that will give us a chance of reaching 500 upvotes.&#xA;&#xA;We have a team of three working on Probe. Each of us went through Facebook and LinkedIn and added everyone we felt comfortable asking for feedback and help to one huge spreadsheet. We ended up having around 450 people on this spreadsheet. That gave us a good chance to get to 500 Upvotes and reach our goal.&#xA;&#xA;Two-three weeks prior to the launch we have started to reach out to our community. We ask people to follow my ProductHunt account and give us feedback once our submission goes live.&#xA;&#xA;The day of the launch&#xA;&#xA;Choosing a day to launch on ProductHunt is important. There is a bit of luck involved. If a big company decides to launch on the same day as you, they will collect a huge amount of upvotes and will end up in top products of the day, taking one of the places. But nothing you can do here. You can also choose to launch over the weekend - then the top 5 is formed not from the given day but from the whole weekend.&#xA;&#xA;We have decided to launch it on Monday. Our submission was scheduled to go live at 9 am CET time. Once the listing was up - the first thing we did is to share our listing on social media, and second - we started to reach out to our community. We ask to check out the submission and give us an upvote.&#xA;&#xA;At first, everything was fine. Our submission was visible on the main web page. Somewhere in the middle of the day, we found out that the submission disappeared from the main product hunt page as well as from the search results. It was accessible only via direct link. Something was off.&#xA;&#xA;ProductHunt’s response&#xA;&#xA;After reaching out to ProductHunt support, we found out that their algorithm identified some suspicious activity on our submission and flagged it. That led to its disappearing from the main page and search results. When we tried to clarify why exactly did this happen - we were told that unfortunately the exact reason can not be given because it may expose details of how the product hunt algorithm works. The only thing we were told is that next time we have to be careful with fake comments. &#xA;&#xA;Frankly, it was devastating to put a lot of work into launch preparation and seeing it all go south.&#xA;&#xA;Launch outcome&#xA;&#xA;The bottom line of the launch was that no new trial accounts came via ProductHunt. We have spent about a week putting everything together, from finishing touches on the product scope to reaching out to people and building a community and this outcome really was something we did not expect.&#xA;&#xA;ProductHunt does tell you not to ask for upvotes but to ask for feedback. To be fair, we did ask our community to support us and give an upvote. We felt like these were not random people, but someone who was willing to help, everyone was invited by us, that is why we thought it is OK to do so. Perhaps we were wrong here.&#xA;&#xA;Is ProductHunt worth a try&#xA;&#xA;Thinking about this now, and after speaking to some startups and friends who also launched on ProductHunt I think it was a mistake to have high expectations about the launch event overall.&#xA;&#xA;There is a big difference between launching a product in a business-to-business (b2b) space vs business-to-consumer (b2c). In my opinion, b2c products are a better fit for ProductHunt launch. Due to the fact that potential customer definition in the consumer segment is broader.&#xA;&#xA;I&#39;m not saying that ProductHunt is not worth your time. We broke some rules and it did not work for us. But I still think that it may be a good idea to pursue this path. It can definitely expose your product to potential customers, and you can get valuable feedback.&#xA;&#xA;Do and Dont’s on ProductHunt&#xA;&#xA;If you decide to launch on ProductHunt here is a list of things we would do differently next time:&#xA;&#xA;If you decide to build your community - do it earlier. Also, ask your community not only to register on ProductHunt and follow your account but check other products as well.&#xA;ProductHunt tells that there is no difference between submitting a new product yourself or asking a person with a more mature account to do so. In reality, once the maker submits a new listing - each follower of the account receives a notification. So if you have an opportunity to be launched by a more mature account, with a bigger number of followers, it increases your chances to be in the top 5.&#xA;Be careful when promoting your posting - to my knowledge everyone I know who performed a successful launch without a huge user base, had a plan for promoting their ProductHunt posting. When building such a plan, try to spread your activities over the course of a full day while your post is active.&#xA;Don&#39;t stop after launching on ProductHunt, look beyond. There are many other platforms you can use to get visibility for your product.&#xA;&#xA;Keep in mind that launch is just one milestone on your journey. We all wish for it to be big and successful. Whatever it turns out to be for you, successful or not, there is more work ahead. Keep going.&#xA;&#xA;by Alex, co-founder of Probe&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>After spending 5 years at Base CRM and its acquisition by Zendesk I’ve co-founded <a href="https://getprobe.io/web?ref=blog" rel="nofollow">Probe</a> – a product in the business analytics space. We defined MVP scope and began a journey to release. At the beginning of the year, we decided to launch on ProductHunt. We had high hopes for this launch and here is a story about how everything went wrong.
</p>

<h2 id="the-version-we-have-launched" id="the-version-we-have-launched">The version we have launched</h2>

<p>We decided to focus on analytics after our own experience of working in a SaaS company. We went through all the troubles from defining what to measure to building data collection stack in-house.</p>

<p>With Probe, we want to make it much easier to get the analytics you really need. Our MVP (Minimum Valuable Product – put simply, a minimal version of the product you launch that you believe will bring value to your customers) was a simple <a href="https://slack.com/apps/AL7H0SDM3-probe" rel="nofollow">Slack application</a>. You can connect it to your Stripe account and then ask for any SaaS metrics with one slack command. For example, <em>/probe mrr</em> would give you a chart of your monthly recurring revenue. This is the product we decided to submit to ProductHunt.</p>

<h2 id="what-is-producthunt-and-our-goal-for-the-launch" id="what-is-producthunt-and-our-goal-for-the-launch">What is ProductHunt and our goal for the launch</h2>

<p>If you are not aware of ProductHunt – it is a community for discovering new products. Each member can submit a new product, and then other members can <em>upvote</em> your submission if they like it. Products that have the most upvotes are being promoted by the platform.</p>

<p>Top 5 submissions with the most upvotes launched on a given day will be featured in the ProductHunt newsletter. This newsletter has quite a big audience and being there simply increases your chances to get new customers. We aimed to find early adopters via launching on ProductHunt. Probe is a business to business product. It means that our potential customers are early-stage SaaS companies. We thought that ProductHunt may be a good place to find such companies. We also aimed to be in the top 5 of the products launched this day.</p>

<h2 id="planning-the-launch" id="planning-the-launch">Planning the launch</h2>

<p>There is quite a lot of information about launching on ProductHunt.  We have followed the <a href="https://blog.producthunt.com/how-to-launch-on-product-hunt-7c1843e06399" rel="nofollow">official blog post</a>.</p>

<p>When launching on ProductHunt you have to take care of 3 things:</p>
<ol><li>Decide on the scope of your product and ship it</li>
<li>Prepare design and marketing materials for ProductHunt submission</li>
<li>Build community and have means of promoting your product submission</li></ol>

<p>While the first two things are pretty straightforward, the last one is not so much so. And here is where we failed big time.</p>

<p>First of all no matter what you launch, if you hope that you simply put your submission out there, and it will end up in the top 5 of the day, most certainly this is not going to happen. If you wanna get there, you have to come up with a plan to promote your listing and get the upvotes.</p>

<p>To be in the top 5 products launched on a given day, you have to have around 500 Upvotes. We found this number by monitoring ProductHunt for a week and documenting the number of Upvotes the most popular products had.</p>

<p>So we had to come up with a plan of building a community, prior to the launch, that will give us a chance of reaching 500 upvotes.</p>

<p>We have a team of three working on Probe. Each of us went through Facebook and LinkedIn and added everyone we felt comfortable asking for feedback and help to one huge spreadsheet. We ended up having around 450 people on this spreadsheet. That gave us a good chance to get to 500 Upvotes and reach our goal.</p>

<p>Two-three weeks prior to the launch we have started to reach out to our community. We ask people to follow my ProductHunt account and give us feedback once our submission goes live.</p>

<h2 id="the-day-of-the-launch" id="the-day-of-the-launch">The day of the launch</h2>

<p>Choosing a day to launch on ProductHunt is important. There is a bit of luck involved. If a big company decides to launch on the same day as you, they will collect a huge amount of upvotes and will end up in top products of the day, taking one of the places. But nothing you can do here. You can also choose to launch over the weekend – then the top 5 is formed not from the given day but from the whole weekend.</p>

<p>We have decided to launch it on Monday. Our submission was scheduled to go live at 9 am CET time. Once the listing was up – the first thing we did is to share our listing on social media, and second – we started to reach out to our community. We ask to check out the submission and give us an upvote.</p>

<p>At first, everything was fine. Our submission was visible on the main web page. Somewhere in the middle of the day, we found out that the submission disappeared from the main product hunt page as well as from the search results. It was accessible only via direct link. Something was off.</p>

<h2 id="producthunt-s-response" id="producthunt-s-response">ProductHunt’s response</h2>

<p>After reaching out to ProductHunt support, we found out that their algorithm identified some suspicious activity on our submission and flagged it. That led to its disappearing from the main page and search results. When we tried to clarify why exactly did this happen – we were told that unfortunately the exact reason can not be given because it may expose details of how the product hunt algorithm works. The only thing we were told is that next time we have to be careful with fake comments.</p>

<p>Frankly, it was devastating to put a lot of work into launch preparation and seeing it all go south.</p>

<h2 id="launch-outcome" id="launch-outcome">Launch outcome</h2>

<p>The bottom line of the launch was that no new trial accounts came via ProductHunt. We have spent about a week putting everything together, from finishing touches on the product scope to reaching out to people and building a community and this outcome really was something we did not expect.</p>

<p>ProductHunt does tell you not to ask for upvotes but to ask for feedback. To be fair, we did ask our community to support us and give an upvote. We felt like these were not random people, but someone who was willing to help, everyone was invited by us, that is why we thought it is OK to do so. Perhaps we were wrong here.</p>

<h2 id="is-producthunt-worth-a-try" id="is-producthunt-worth-a-try">Is ProductHunt worth a try</h2>

<p>Thinking about this now, and after speaking to some startups and friends who also launched on ProductHunt I think it was a mistake to have high expectations about the launch event overall.</p>

<p>There is a big difference between launching a product in a business-to-business (b2b) space vs business-to-consumer (b2c). In my opinion, b2c products are a better fit for ProductHunt launch. Due to the fact that potential customer definition in the consumer segment is broader.</p>

<p>I&#39;m not saying that ProductHunt is not worth your time. We broke some rules and it did not work for us. But I still think that it may be a good idea to pursue this path. It can definitely expose your product to potential customers, and you can get valuable feedback.</p>

<h2 id="do-and-dont-s-on-producthunt" id="do-and-dont-s-on-producthunt">Do and Dont’s on ProductHunt</h2>

<p>If you decide to launch on ProductHunt here is a list of things we would do differently next time:</p>
<ol><li>If you decide to build your community – do it earlier. Also, ask your community not only to register on ProductHunt and follow your account but check other products as well.</li>
<li>ProductHunt tells that there is no difference between submitting a new product yourself or asking a person with a more mature account to do so. In reality, once the maker submits a new listing – each follower of the account receives a notification. So if you have an opportunity to be launched by a more mature account, with a bigger number of followers, it increases your chances to be in the top 5.</li>
<li>Be careful when promoting your posting – to my knowledge everyone I know who performed a successful launch without a huge user base, had a plan for promoting their ProductHunt posting. When building such a plan, try to spread your activities over the course of a full day while your post is active.</li>
<li>Don&#39;t stop after launching on ProductHunt, look beyond. There are many other platforms you can use to get visibility for your product.</li></ol>

<p>Keep in mind that launch is just one milestone on your journey. We all wish for it to be big and successful. Whatever it turns out to be for you, successful or not, there is more work ahead. Keep going.</p>

<p><em>by Alex, co-founder of <a href="https://getprobe.io/web?ref=blog" rel="nofollow">Probe</a></em></p>
]]></content:encoded>
      <guid>https://blog.getprobe.io/how-we-failed-with-product-hunt-launch-and-what-we-have-learned-from-it</guid>
      <pubDate>Wed, 05 Aug 2020 14:28:09 +0000</pubDate>
    </item>
  </channel>
</rss>