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

# Subscription Created: Track New Subscriptions

> Track when users create new subscriptions. Measure subscription acquisition for recurring revenue businesses.

<Tip>
  Subscription Created counts the number of new subscription creations in your application.
</Tip>

## Formula

<Info>
  **Subscription Created** = **COUNT** ( subscription\_created events )
</Info>

### Formula Components

| Metric                           | Definition                                      |
| -------------------------------- | ----------------------------------------------- |
| **subscription\_created events** | Events fired when a new subscription is created |

| Metadata        |                         |
| --------------- | ----------------------- |
| **Type**        | Number                  |
| **Data Source** | [Upstack Pixel](/pixel) |
| **Aggregation** | Count                   |

***

## Example

Your SaaS application tracked **567 subscription\_created events** in January.

| Metric               | Value | Notes                   |
| -------------------- | ----- | ----------------------- |
| Trial Converted      | 267   | From trial funnel       |
| Direct Signups       | 300   | Skipped trial           |
| Subscription Created | 567   | Total new subscriptions |

***

## How It Works

The Upstack pixel tracks `subscription_created` events when a new subscription is established. This includes both conversions from free trials and direct paid signups, capturing all new recurring revenue relationships.

***

## When to Use

| Scenario             | Action                                   |
| -------------------- | ---------------------------------------- |
| Growth tracking      | Monitor new subscription volume          |
| Campaign attribution | Identify channels driving subscriptions  |
| Pricing analysis     | Compare subscription uptake across plans |
| MRR forecasting      | Project recurring revenue from new subs  |

***

## Related Metrics

| Metric                                                                                         | Relationship                   |
| ---------------------------------------------------------------------------------------------- | ------------------------------ |
| [Subscription Created Cost](/reference/metrics/funnel/conversions/subscription-created-cost)   | Cost per new subscription      |
| [Subscription Created Value](/reference/metrics/funnel/conversions/subscription-created-value) | Revenue from new subscriptions |
| [Trial Converted](/reference/metrics/funnel/conversions/trial-converted)                       | Trial-originated subscriptions |

[See all Conversions metrics →](/reference/metrics/funnel/conversions)
