Description
This contains ReCharge and Customer data around subscribers, length of time as a subscriber and products subscribed to.
Common Use Cases
- Find subscriber counts for a specific subscription time period.
- Look at total subscribers by the product subscribed to.
Using Explores
Exploring data can be insightful and fun! Before you start your exploration, make sure to go through our Introduction to Explores article and the associated training.
.
Views
View | Cardinality | Relationship | Join |
---|---|---|---|
subscribers | - | self | - |
subscription_profiles | left_outer | one_to_many | ${subscribers.subscriber_id} = ${subscription_profiles.subscriber_id} |
order_line_revenue | left_outer | many_to_many | ${subscription_profiles.unique_customer_id} = ${order_line_revenue.unique_customer_id} |
order_status | left_outer | many_to_one | ${order_line_revenue.order_id} = ${order_status.order_id} |
Flow
All content © Daasity 2021. Do not copy, share or distribute.