How course revenue is calculated
Courses revenue data
All the data is in your stores currency.
Total Revenue for One-Time Purchases
This metric represents the total revenue generated from one-time purchases for a specific course. The calculation involves the following steps:
- Identify the Linked Product
- Locate the product associated with the course in question.
- You can find this in the pricing tab
- Retrieve Enrolled Members
- Fetch a list of all members currently enrolled in the course.
- You can find them in the enrollment tab
- Collect Orders for the Linked Product
- For each enrolled member, gather all the orders they have placed for the linked product.
- Sum Up the Order Amounts
- Calculate the total revenue by summing the order amounts from all the retrieved orders.
Total Revenue for Subscriptions
This metric represents the total revenue generated from subscriptions or memberships associated with a specific course. The calculation involves the following steps:
- Retrieve Enrolled Members
- Fetch a list of all members currently enrolled in the course.
- Identify Membership-Linked Enrollments
- Determine which enrollments are tied to memberships that grant access to this course.
- Collect Membership Orders
- For each relevant membership, gather all associated orders, including any recurring billing up to the current date.
- Sum Up the Order Amounts
- Calculate the total revenue by summing the amounts from all collected orders.
Updated on: 16/12/2024
Thank you!