> ## Documentation Index
> Fetch the complete documentation index at: https://docs.1price.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Determine: Results

> Reading the results of the experiments

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/HeroResults.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=1f860b6a526cfb690b063f9f646fd319" style={{ borderRadius: "0.5rem" }} width="1400" height="751" data-path="images/HeroResults.png" />
</Frame>

<Note>
  Within 24 hours of your experiment's launch you'll start seeing data on the
  Results page.{" "}
</Note>

1Price offers experiment results through each step of the subscription journey to give you a comprehensive view of the impact of your test. The following document will uncover ways you can understand your experiment results.

### Video Breakdown

<Frame>
  <iframe autoplay width="700" height="394" src="https://www.youtube.com/embed/JomvTKVgOyI" title="1Price | Tracking Analytics Per Experiment" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
</Frame>

<Note>
  **CodeSandbox:** You can see the exact working code to help with
  implementation
  [here](https://codesandbox.io/p/devbox/1price-demo-forked-fwylmj?workspaceId=b5b1c612-c839-4312-b977-a30fb346f3f2)
</Note>

### Dashboard Screen

On your [Dashboard](https://app.1price.co/dashboard), you will see the tracking of your workspace analytics for: `Boosted Revenue`, `Customers Gained`, and `Total Visitors`.

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/DashboardAnalytics.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=3d61ca1d1c9fbe99c7d331bbadca2b33" style={{ borderRadius: "0.5rem" }} width="2362" height="522" data-path="images/DashboardAnalytics.png" />
</Frame>

These are analytics based on **all experiments** added together since using 1Price experiments.

### Overview Screen

Within each experiment, the initial screen shares details such as `experiment period`, `control group`, and `treatment group`:

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/Result1.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=7457d7e8bbff9bd6d0b11ebf2c61213a" style={{ borderRadius: "0.5rem" }} width="1390" height="792" data-path="images/Result1.png" />
</Frame>

### Customer Journey Tables

The customer journey tables act as a comprehensive view of the customer funnel.

For simplicity, we've broken up experiment results into three tables:

1. **Initial Conversion:** for understanding visitors rates as the top of the funnel. Metrics are used as a way to predict future conversion rates.
2. **Paid Conversion:** for understanding how your initial conversion trends are translating into new paying customers.
3. **Revenue:** for understanding the impacts of two others tables on metrics such as monthly recurring revenue (MRR) and lifetime value (LTV)

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/Result2.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=c1a394ba50bbe2eaebef05efc14d01d5" style={{ borderRadius: "0.5rem" }} width="1395" height="909" data-path="images/Result2.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/Result3.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=b8390dd3bf006b84565f3255d1bd23ef" style={{ borderRadius: "0.5rem" }} width="1371" height="389" data-path="images/Result3.png" />
</Frame>

### Metric Definitions

<ParamField path="Total Visitors">
  The total amount of visitors that have seen your pricing.
</ParamField>

<ParamField path="Paid Customers">
  Users that subscribe to your plan.
</ParamField>

<ParamField path="Converted to Paying">
  The number of users who convert to paying subscribers.
</ParamField>

<ParamField path="Active Subscribers">
  The number of subscribers with an active plan.
</ParamField>

<ParamField path="Churned Subscribers">
  The number of customers who were previous subscribers but have since cancelled
  their plan (note: relevant for one-time products).
</ParamField>

<ParamField path="Realized LTV (revenue)">
  The total revenue you've received from each experiment variant.
</ParamField>

<ParamField path="Realized LTV per visitor">
  The total revenue you've received from each experiment variant, divided by the
  number of total visitors.
</ParamField>

<ParamField path="Realized LTV per paying customer">
  The total revenue you've received from each experiment variant, divided by the
  number of paying customers in each variant.
</ParamField>

<ParamField path="Total MRR">
  The total amount of monthly recurring revenue (MRR) gained from the experiment
  variant.
</ParamField>

<Note>
  Only new users are included in the results to keep your control and treatment
  cohort equal.
</Note>

### FAQs

**What happens to customers that were enrolled in an experiment after it's been stopped?**

New customers will no longer be enrolled in an experiment after it's been stopped, and customers who were already enrolled in the experiment will begin receiving the `Default Offering` if they reach a paywall again.

At the moment, we do not continously track customer behaviours after the experiment has terminated.

**How can I review the individual customers who were enrolled in my experiment?**

We are currently working on a `Get` or `Create Subscriber` endpoint which will be able to help you determine if an individual subscriber was enrolled in an experiment, and can then pass that fact to other destinations like an analytics provider like Amplitude & Mixpanel, or your own internal database.

In the meantime, you can ensure consistency of price per user by adding the `uniqueId` to our endpoint in [Code](/build/code).
