Subscriptions Table
The Subscriptions table holds details about customer subscriptions, such as subscription IDs, intervals, status, creation times, and related orders. Querying this table can unearth trends in subscription behaviors, help track customer commitment over time, and aid in understanding the stability of recurring revenue.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
---|---|---|---|
Cancellation Comments |
| string | Additional comments given by the customer at the time of cancellation. Example values: |
Cancellation Reason |
| string | The reason for cancellation of the subscription, provided by the customer. Example values: |
Subscription Created Date |
| timestamp | The time when the subscription was created. Formatted according to the ISO 8601 international standard. Example value: |
Customer ID |
| string | The unique ID for the customer associated with the subscription. Example value: |
Subscription Ended Date |
| timestamp | The time when the subscription was canceled or expired. Formatted according to the ISO 8601 international standard . Example value: |
Subscription First Order Date |
| date | The date when the first order within this subscription was placed. Example value: |
Subscription First Order ID |
| string | The unique ID for the first order placed within this subscription. Example value: |
Orders |
| record repeated | A collection of orders placed under this subscription. |
Order ID |
| string | The unique order ID for each order within the subscription. Example value: |
Order Date |
| date | The date when each order within the subscription was placed. Example value: |
Product ID |
| string | The unique ID for each product within the subscription. Example value: |
Subscription Status |
| string | The status of the subscription. Example values: |
Subscription ID |
| string | The unique ID for the subscription. Example value: |
Subscription Interval |
| string | The time unit that defines how often the subscription renews. This indicates the frequency of fulfillment cycles for the subscription. Used in combination with the Subscription Interval Count to determine the exact frequency of fulfillment (e.g., a value of Example values: |
Variant ID |
| string | The unique ID for each variant within the subscription. Example value: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
Title | ID | Type | Description |
---|---|---|---|
Product Price |
| numeric | The price of each product in the subscription. |
Product Quantity |
| numeric | The number of products included in the subscription. |
Subscription Interval Count |
| numeric | The number of intervals between each subscription renewal. Used in combination with the Subscription Interval to determine the exact frequency of fulfillment (e.g., a value of Example values: |
Updated about 1 month ago