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

# Complete Payment Value: Track Payment Revenue

> Track total revenue from complete payment events with the Upstack pixel. Monitor payment conversion value for your e-commerce funnel.

<Tip>
  Complete Payment Value measures the total monetary value from all successfully completed payment events tracked by the Upstack pixel.
</Tip>

## Formula

<Info>
  **Complete Payment Value** = **SUM** ( value ) **WHERE** event = complete\_payment
</Info>

### Formula Components

| Metric                        | Definition                                                  |
| ----------------------------- | ----------------------------------------------------------- |
| **value**                     | The monetary value passed with each complete\_payment event |
| **event = complete\_payment** | Filters to only complete payment conversion events          |

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

***

## Example

Your Shopify store tracked **847 complete payment events** in January, with a total value of **\$124,350**.

| Week   | Complete Payments | Complete Payment Value |
| ------ | ----------------- | ---------------------- |
| Week 1 | 198               | \$28,740               |
| Week 2 | 215               | \$31,890               |
| Week 3 | 221               | \$32,115               |
| Week 4 | 213               | \$31,605               |

***

## How It Works

The Upstack pixel captures complete\_payment events when customers successfully finish the payment step of checkout. Each event includes the transaction value, which is summed to calculate total Complete Payment Value for the selected period.

***

## When to Use

| Scenario                                         | Action                                                                       |
| ------------------------------------------------ | ---------------------------------------------------------------------------- |
| Tracking revenue from completed transactions     | Monitor Complete Payment Value to see total revenue from successful payments |
| Comparing payment completion across time periods | Use date comparisons to identify revenue trends                              |
| Analyzing payment conversion performance         | Pair with Complete Payment count to calculate average payment value          |
| Measuring funnel bottom performance              | Track as your primary revenue metric from pixel data                         |

***

## Related Metrics

| Metric                                                                                     | Relationship                                  |
| ------------------------------------------------------------------------------------------ | --------------------------------------------- |
| [Conversions](/reference/metrics/funnel/conversions/conversions)                           | Total conversion events tracked               |
| [Conversion Value](/reference/metrics/funnel/conversions/conversion-value)                 | Total value across all conversion event types |
| [Average Conversion Value](/reference/metrics/funnel/conversions/average-conversion-value) | Average value per conversion event            |

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