Subscription Metrics Table

subscription_metrics_table

The Subscription Metrics table offers a comprehensive view of subscriber activities and subscription changes over time. Querying this table reveals patterns in new sign-ups, churn rates, and subscription modifications, essential for understanding the health and growth of subscription-based aspects of your business.

📘

Note

event_date is a required field for queries on this table.

Dimensions

Dimensions are immutable properties that can be used for grouping data.

Title

ID

Type

Description

Event Date

event_date

date

The date the subscription event occurred. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected).

Event Day

event_date.day

date

The day on which the event occurred. Derived from event_date.

Event Week

event_date.week

date

The Sunday of the week during which the event occurred. Derived from event_date.

Event Month

event_date.month

date

The month during which the event occurred. Derived from event_date.

Event Quarter

event_date.quarter

date

The first month of the quarter during which the event occurred. Derived from event_date.

Event Year

event_date.year

date

The year during which the event occurred. Derived from event_date.

Subscription Platform

platform

string

The subscription platform through which the subscription is managed.

Example values: recharge, stripe

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.

TitleIDTypeDescription
Active Subscribersactive_subscribersnumericThe number of subscribers with an active subscription.
Active Subscriptionsactive_subscriptionsnumericThe total number of active subscriptions, including multiple subscriptions per user if applicable.
New Never-Seen Subscribersnew_never_seen_subscribersnumericThe number of subscribers who are entirely new (never seen before) to the platform.
Reactivated Subscribersreactivated_subscribersnumericThe number of subscribers who had previously cancelled but have started a new subscription again.
Total Cancelled Subscriptionstotal_cancelled_subscriptionsnumericThe total number of subscriptions that were cancelled in the reporting period.
Total Churned Subscriberstotal_churned_subscribersnumericThe total number of subscribers who have cancelled their subscriptions in the reporting period.
Total New Subscriberstotal_new_subscribersnumericThe total number of new subscribers acquired in the reporting period.
Total New Subscriptionstotal_new_subscriptionsnumericThe total number of new subscriptions started in the reporting period.