> ## 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: Track Finished Registrations

> Track when users complete the signup process. Measure registration conversion.

<Tip>
  Signup Completed counts the number of times users successfully complete registration.
</Tip>

## Formula

<Info>
  **Signup Completed** = **COUNT** ( signup\_completed events )
</Info>

### Formula Components

| Metric                       | Definition                                         |
| ---------------------------- | -------------------------------------------------- |
| **signup\_completed events** | Events fired when a user completes the signup flow |

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

***

## Example

Your application tracked **1,250 signup\_completed events** in January.

| Metric           | Value | Notes                    |
| ---------------- | ----- | ------------------------ |
| Signup Started   | 3,450 | Started signup flow      |
| Signup Completed | 1,250 | Finished registration    |
| Completion Rate  | 36.2% | Signup funnel conversion |

***

## How It Works

The Upstack pixel tracks `signup_completed` events when users successfully complete the registration flow. This typically fires after email verification or when the user reaches the welcome/onboarding screen.

***

## When to Use

| Scenario               | Action                                |
| ---------------------- | ------------------------------------- |
| Signup funnel analysis | Measure start-to-complete conversion  |
| Campaign attribution   | Identify channels driving completions |
| Form optimization      | Track impact of UX improvements       |
| Growth tracking        | Monitor registration volume           |

***

## Related Metrics

| Metric                                                                                 | Relationship               |
| -------------------------------------------------------------------------------------- | -------------------------- |
| [Signup Completed Cost](/reference/metrics/funnel/conversions/signup-completed-cost)   | Cost per completion        |
| [Signup Completed Value](/reference/metrics/funnel/conversions/signup-completed-value) | Value from completions     |
| [Signup Started](/reference/metrics/funnel/conversions/signup-started)                 | Beginning of signup funnel |

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