Skip to main content
This view aggregates Stripe invoice data to display each customer’s total ARR for each day they are active, along with their contributions to each component of ARR (Gross New, Expansion, Contraction, Churn, Restart, and Net New). Each row represents a customer’s contributions to ARR on a given day. This view also incorporates the impact of any invoice-level corrections or customer and domain-level exclusions made in your ARR Build.

How to use it

The ARR Build Daily by Customer view is the foundation of your ARR reporting, enabling you to build downstream reports like:
  • Cohort analyses that measure net and gross retention rates
  • ARR forecasts that project future ARR growth based on historical trends
  • Pacing summaries that track progress against ARR goals

Example: Identify customers that contribute to each component of ARR

You can return a list of customers who contribute to each ARR component over a given period to build a deeper understanding of the drivers behind ARR growth and trends. Below are some sample SQL queries to help you get started. The output of each will be a list of customers associated with each component of ARR for the specified month, which you can edit as needed. Before running the queries, be sure to specify a month and date value.

Gross New Customers

Expansion Customers

Contraction Customers

Churn Customers

Restart Customers

Example: Building ARR pacing summaries

Create pacing summaries to assess progress against monthly or quarterly ARR targets. Before running the query, adjust the query to select the specific month, current_date, and reporting interval you are interested in.

Using your ARR Build views ARR Build Invoice Items