> ## 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.

# Signup Completed Value: Revenue from Completed Signups

> Track the monetary value attributed to completed registrations. Measure expected revenue.

<Tip>
  Signup Completed Value totals the monetary value attributed to completed registrations.
</Tip>

## Formula

<Info>
  **Signup Completed Value** = **SUM** ( value ) **FROM** signup\_completed events
</Info>

### Formula Components

| Metric                       | Definition                                             |
| ---------------------------- | ------------------------------------------------------ |
| **value**                    | The monetary value attributed to each completed signup |
| **signup\_completed events** | Events fired when users complete registration          |

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

***

## Example

You had **500 completed signups** in January with an average attributed value of **\$40**.

| Metric                 | Value    | Notes                     |
| ---------------------- | -------- | ------------------------- |
| Signup Completed       | 500      | Completed registrations   |
| Avg Signup Value       | \$40     | Expected value per signup |
| Signup Completed Value | \$20,000 | Total attributed value    |

***

## How It Works

This metric sums the value attribute from all signup\_completed events. The value typically represents expected LTV based on historical conversion rates from signup to paying customer.

***

## When to Use

| Scenario           | Action                                  |
| ------------------ | --------------------------------------- |
| Revenue projection | Estimate revenue from signups           |
| ROAS calculation   | Calculate return on signup campaigns    |
| Channel comparison | Compare expected value by source        |
| LTV/CAC analysis   | Factor signup value into unit economics |

***

## Related Metrics

| Metric                                                                               | Relationship                |
| ------------------------------------------------------------------------------------ | --------------------------- |
| [Signup Completed](/reference/metrics/funnel/conversions/signup-completed)           | Count of completed signups  |
| [Signup Completed Cost](/reference/metrics/funnel/conversions/signup-completed-cost) | Cost per signup             |
| [Account Created Value](/reference/metrics/funnel/conversions/account-created-value) | Value from account creation |

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