-
Notifications
You must be signed in to change notification settings - Fork 19
Create active-customers-chart.md #1037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
malenaohl
wants to merge
2
commits into
main
Choose a base branch
from
malena/active-customers-chart
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
docs/dashboard-and-metrics/charts/active-customers-chart.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Active Customers Chart | ||
slug: active-customers-chart | ||
hidden: false | ||
--- | ||
|
||
The Active Customers chart measures the number of customers seen in a given period. In RevenueCat, the term "customer" refers to the person using an app, regardless of whether they have yet made a purchase. You can use our conversion charts to measure the portion of these customers that then start trials, convert to paid, etc. Any customers who are aliased to another customer will be excluded from this chart. | ||
|
||
This chart provides a view of your total active customer base over time, including both new and returning customers.You can use our conversion charts to measure the portion of these customers that then start trials, convert to paid, etc. | ||
malenaohl marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Any customers who are aliased to another customer will be excluded from this chart. Aliasing occurs when multiple App User IDs are merged together as the same person (for example, when a customer logs in after initially using the app anonymously), ensuring each individual is counted only once. | ||
|
||
### Available settings | ||
|
||
- Filters: Yes | ||
- Segments: Yes | ||
|
||
## How to use Active Customers in your business | ||
|
||
This chart should be used to track the total number of customers engaging with your app over time, which reflects your overall customer base size and activity levels, filtered or segmented by the dimensions that are most important to your business to understand which segments are most actively using your app. | ||
|
||
For example, if you notice changes in your conversion rates or subscription revenue, you can analyze your active customer volume by segment to understand if the composition of your active customer base has shifted. Similarly, comparing Active Customers to New Customers over time can reveal whether growth is driven by new customer acquisition or improved retention of existing customers. | ||
|
||
## Calculation | ||
|
||
For each period we count: | ||
|
||
1. Active Customers: The number of customers that were seen (had at least one session) during the period. | ||
|
||
## FAQs | ||
|
||
| Question | Answer | | ||
| --- | --- | | ||
| Why might Active Customers differ from active users reported by other analytics platforms? | Each platform has different definitions and measurement methods. RevenueCat counts a customer as active when they have at least one session (SDK initialization) during the period. Other platforms might use different activity signals like app opens, screen views, or custom events. Additionally, if your app initializes the RevenueCat SDK conditionally or after certain customer actions, this may cause differences in counts. | | ||
| How does customer aliasing affect this metric? | When customers are aliased (merged) in RevenueCat, only the primary customer record is counted to avoid duplication. Aliasing occurs when multiple App User IDs are recognized as the same person - for example, when a customer logs in with their account after initially using the app anonymously, or when they sign in across multiple devices. This ensures that customers who sign in across multiple devices or reinstall the app are counted as a single active customer rather than multiple. | |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.