Templates
Segment's hybrid pricing

Segment's hybrid pricing

segment-template

Build a hybrid pricing and billing system like Segment, the Customer Data Platform leader, based on subscription plans, with a usage-based component that makes your revenue grow with your users.

What's in it for you?

In this article, you will learn how to build a pricing and billing system based on:

  1. Subscription plans that gate specific features (e.g. only paying customers can access the API) and include a base consumption; and
  2. Usage (e.g. number of monthly tracked users).

This template is suitable for companies with a product-led growth, such as CRMs, reverse ETLs, no-code data tools (e.g. Zapier) and customer data platforms.

What's the secret sauce?

Segment offers three pricing plans, called ‘Free’, ‘Team’ and ‘Business’. As the latter has a custom pricing, we will focus on the first two plans.

Free plan
Team plan
Subscription fee
$0/month
$120/month
Base consumption (included)
1,000 MTUs
10,000 MTUs
Consumption
(10k-25k MTUs)
n/a
$0.012/month/MTU
Consumption
(25k-100k MTUs)
n/a
$0.011/month/MTU
Consumption
(100k+ MTUs)
n/a
$0.010/month/MTU
Trial period
n/a
14 days

The usage-based component in Segment’s pricing is related to monthly tracked users (MTUs), namely the number of unique users whose data is stored on the platform each month.

As these are unique users, we must ensure that each user is counted only once during the billing process.

Now let’s see how we can implement Segment’s pricing plans using Lago.

What do you need?

The first thing to do is to create your company account on Lago Cloud or deploy Lago Open Source on your existing infrastructure. In both cases, you should ask a back-end developer to help you with the setup.

Our documentation includes a step-by-step guide on how to get started with our solution.

Instruction manual

Step 1 – The ‘Free’ plan

Through Lago’s user interface, you can create a free pricing plan in just a few clicks.

All you have to do is choose a name, assign it a code, define the billing period and enter the amount (i.e. $0 in this case). Easy, right?

segment-1
How to create a free plan with Lago

Step 2 – Identification of unique users

Now that we have our ‘Free’ plan, we can configure our ‘Team’ plan, which includes 10,000 MTUs.

Beyond that limit, Segment has implemented a graduated pricing model, based on the number of MTUs (i.e. $0.012 per unit between 10,001 and 25,000 MTUs, $0.011 per unit between 25,001 and 100,000 MTUs and $0.010 per unit beyond 100,000 MTUs).

Therefore, we need to calculate the number of unique users in order to implement our second pricing plan.

To do so, we are going to use a billable metric, which will allow us to aggregate incoming events on the platform to measure consumption.

segment-2
How to create a billable metric with Lago

We have created a billable metric, called ‘Tracked activity’, which includes the ‘tracked_user_id’ property. In addition to this, we have defined ‘count unique’ as the aggregation type.

We also define the aggregation type to be recurring in order to keep the aggregated amount for the next billing period.

What does this mean? Every time the customer data platform (e.g. Segment) records a new activity, a ‘tracked_activity’ event will be sent to Lago, which will then use the ‘tracked_user_id’ property to determine the number of unique users.

Step 3 – The ‘Team’ plan

It’s time to create our ‘Team’ plan. The subscription part is similar to the ‘Free plan’ (except that the amount is now $120). We can also add the 14-day free trial currently offered by Segment.

segment-3
How to create a plan that includes a trial period with Lago

To charge customers for consumption (i.e. based on MTUs), we need to add a charge to our plan.

segment-4
How to add a charge based on the graduated pricing model with Lago

Using the ‘Tracked activity’ billable metric created previously, we have implemented the graduated pricing model to reproduce Segment’s pricing, including 10,000 free units (i.e. 10,000 unique users).

Following this example, for a customer on the ‘Team’ plan with 30,000 MTUs, at the end of the month, their invoice will amount to:

$120 (first 10,000 MTUs) + $180 (next 15,000 MTUs ) + $55 (last 5,000 MTUs) = $355

Our two pricing plans are now ready!

Wrap-up

Hybrid pricing plans are very popular among SaaS, API, fintech and data companies like Segment.

With Lago, you can easily adapt this template to create your own hybrid pricing plan, using some of our most popular features:

  1. Plan models, including monthly/yearly plans that can be paid in advance or in arrears;
  2. Billable metrics, including multiple aggregation types; and
  3. Charges, including our graduated pricing model (and more).

Give it a try, click here to get started!

Two hosting options, same benefits

Whether you choose the cloud version or decide to host the solution yourself, you will benefit from our powerful API and user-friendly interface.

logo-typo-lago-light
Open source

The optimal solution for small projects.

lago-open-source-version
logo-typo-lago-dark
Premium

The optimal solution for teams who want control and flexibility on cloud or self-hosted version.

lago-cloud-version