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

# Signed Out Value: Total Value of Sign Out Events

> Track the total monetary value associated with signed out events. Measure the value of user session completions.

<Tip>
  Signed Out Value measures the total monetary value associated with all signed out events tracked by the Upstack pixel.
</Tip>

## Formula

<Info>
  **Signed Out Value** = **SUM** ( Value ) **WHERE** event\_type = signed\_out
</Info>

### Formula Components

| Metric                                                            | Definition                                       |
| ----------------------------------------------------------------- | ------------------------------------------------ |
| [**Signed Out**](/reference/metrics/funnel/engagement/signed-out) | Total user sign out events tracked               |
| **Value**                                                         | Monetary value assigned to each signed out event |

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

***

## Example

Your SaaS application recorded **150 signed out** events last week with varying session values.

| Session Type   | Count   | Avg Value | Total Value |
| -------------- | ------- | --------- | ----------- |
| Premium users  | 50      | \$15.00   | \$750       |
| Standard users | 100     | \$5.00    | \$500       |
| **Total**      | **150** | -         | **\$1,250** |

***

## How It Works

This metric sums the monetary value associated with each signed out event. Value is typically assigned based on user tier, session activity, or expected engagement value. This helps quantify the value of sessions that complete normally with a sign out action.

***

## When to Use

| Scenario                | Action                                       |
| ----------------------- | -------------------------------------------- |
| Session value analysis  | Understand value of completed sessions       |
| User tier comparison    | Compare session values across user types     |
| Engagement monetization | Track value of user engagement patterns      |
| Campaign attribution    | Attribute session value to marketing efforts |

***

## Related Metrics

| Metric                                                                          | Relationship             |
| ------------------------------------------------------------------------------- | ------------------------ |
| [Signed Out](/reference/metrics/funnel/engagement/signed-out)                   | Count of sign out events |
| [Cost per Signed Out](/reference/metrics/funnel/engagement/cost-per-signed-out) | Cost efficiency metric   |
| [Login Value](/reference/metrics/funnel/engagement/login-value)                 | Value of sign in events  |

[See all Engagement metrics →](/reference/metrics/funnel/engagement)
