Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/docs/android/guides/consumable-products.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Consumable Products"
description: "Set up consumable products for Superwall paywalls on Android."
---

Use consumable products when a purchase should grant a quantity that can be used up, such as credits, coins, boosts, or tokens.

<include>../../../shared/consumables/android.mdx</include>
1 change: 1 addition & 0 deletions content/docs/android/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"sdk-reference/advanced",

"---Guides---",
"guides/consumable-products",
"guides/test-mode",
"guides/vibe-coding",
"guides/using-revenuecat",
Expand Down
133 changes: 0 additions & 133 deletions content/docs/dashboard/charts.mdx

This file was deleted.

18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/active-subscriptions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Active Subscriptions"
description: "Learn what the Active Subscriptions chart measures and when to use it."
---

<Frame>![Active Subscriptions chart](/images/charts/active-subscriptions.jpg)</Frame>

## What it shows

Active Subscriptions shows the count of unexpired, paid subscriptions over time.

## How to use it

Use this chart to track the size of your paying subscriber base. It is one of the clearest ways to see whether new subscriptions and renewals are outpacing expirations.

## Good to know

Active Subscriptions does not tell the full story by itself. Pair it with MRR, Subscriber Churn, and Auto Renew Status to understand revenue and retention quality.
18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/active-users.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Active Users"
description: "Learn what the Active Users chart measures and when to use it."
---

<Frame>![Active Users chart](/images/charts/active-users.jpg)</Frame>

## What it shows

Active Users shows the count of users who were active during each period.

## How to use it

Use this chart to understand audience size and engagement. It helps explain changes in paywall exposure, conversion volume, and revenue that may be driven by app usage.

## Good to know

Active Users is a useful denominator when reviewing monetization. If revenue is flat while active users grow, look at paywall exposure and conversion rates next.
18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/arr.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "ARR"
description: "Learn what the ARR chart measures and when to use it."
---

<Frame>![ARR chart](/images/charts/arr.jpg)</Frame>

## What it shows

ARR shows annualized recurring revenue from subscriptions. It normalizes subscription revenue into an annual view.

## How to use it

Use ARR to understand your recurring revenue run rate and how it changes over time. It is helpful when you want a longer-range view than monthly movement can provide.

## Good to know

ARR is an annualized metric, so use it for directional recurring revenue trends instead of short-term cash timing.
18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/auto-renew-status.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Auto Renew Status"
description: "Learn what the Auto Renew Status chart measures and when to use it."
---

<Frame>![Auto Renew Status chart](/images/charts/auto-renew-status.jpg)</Frame>

## What it shows

Auto Renew Status shows how much MRR is currently set to renew versus churn based on subscription renewal status.

## How to use it

Use this chart to understand renewal risk before subscriptions expire. It is useful for spotting periods where a larger share of recurring revenue is at risk.

## Good to know

Use Auto Renew Status alongside Subscriber Churn. One shows renewal intent before expiration, while the other shows subscriptions that actually expired.
18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/checkout-conversion.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Checkout Conversion"
description: "Learn what the Checkout Conversion chart measures and when to use it."
---

<Frame>![Checkout Conversion chart](/images/charts/checkout-conversion.jpg)</Frame>

## What it shows

Checkout Conversion shows the percentage of users who converted after starting checkout.

## How to use it

Use this chart to spot purchase flow friction. If users start checkout but do not complete it, the issue may be closer to product selection, store purchase flow, payment state, or purchase restoration.

## Good to know

Compare Checkout Conversion with Paywall Conversion. A drop in checkout conversion points later in the funnel than a drop in paywall conversion.
18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/cohorted-proceeds.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Cohorted Proceeds"
description: "Learn what the Cohorted Proceeds chart measures and when to use it."
---

<Frame>![Cohorted Proceeds chart](/images/charts/cohorted-proceeds.jpg)</Frame>

## What it shows

Cohorted Proceeds shows net proceeds grouped by install date. Each cohort represents users who installed during the same period.

## How to use it

Use this chart to understand how install cohorts monetize over time. It is a good fit for comparing acquisition quality, measuring payback windows, and reviewing the impact of product or campaign changes by cohort.

## Good to know

Pair this chart with acquisition spend when you want to understand whether new cohorts are earning back what you spent to acquire them.
18 changes: 18 additions & 0 deletions content/docs/dashboard/charts/conversions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Conversions"
description: "Learn what the Conversions chart measures and when to use it."
---

<Frame>![Conversions chart](/images/charts/conversions.jpg)</Frame>

## What it shows

Conversions shows the count of completed transactions.

## How to use it

Use this chart to track purchase volume over time. It is useful for reviewing campaign launches, product changes, offer changes, and seasonal traffic patterns.

## Good to know

Conversion count is volume, not rate. Pair it with Paywall Conversion and New Users when you need to understand whether performance changed because of traffic or efficiency.
Loading
Loading