In the dashboard
Open the Subscription Overview module. It shows total, new, and cancelled subscription revenue (MRR), new and cancelled subscribers, and active subscribers over time. Use theSubscription Order Sequence filter to split first-time from recurring subscription orders. For product-level views, use the Subscription Product Performance module.
The rest of this page covers the same analysis in the warehouse.
Recommended tables
- Orders:
obt_orders - Order lines:
obt_order_lines - Customers:
obt_customers
Key concepts
- Subscription orders can be flagged in
obt_ordersthrough fields such asis_subscription_orderandis_recurring_subscription_order. - Subscription lines can be flagged in
obt_order_linesthrough fields such asis_order_line_subscription,order_line_type, andsubscription_order_sequence. - If you’re validating against your subscription platform, start by aligning the definition of
active,new, andcancelled. - If the cart can mix subscription and one-time items, line-level analysis is usually more accurate for product questions.
Suggested workflow
- Filter to valid orders:
is_order_sm_valid = TRUE. - Choose the right grain:
- use
obt_ordersfor customer retention and order-level subscription reporting - use
obt_order_linesfor mixed carts, bundles, free gifts, and product-level subscription questions
- use
- Analyze:
- subscription order frequency
- time between subscription orders
- churn proxy (no subscription orders in X days)
- product mix inside subscription carts
- If you have a direct integration, reconcile key counts to the source platform.

