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

# Add Billing Info Value: Total Value from Payment Info Events

> Track the total monetary value of add billing info events. Measure checkout funnel revenue potential when shoppers enter payment details.

<Tip>
  Add Billing Info Value measures the total monetary value associated with events where visitors enter payment information during checkout.
</Tip>

## Formula

<Info>
  **Add Billing Info Value** = **SUM** ( value ) **WHERE** event = add\_billing\_info
</Info>

### Formula Components

| Metric                         | Definition                                                           |
| ------------------------------ | -------------------------------------------------------------------- |
| **value**                      | The monetary value passed with each add billing info event           |
| **event = add\_billing\_info** | Filters to only add billing info events tracked by the Upstack pixel |

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

***

## Example

A DTC brand tracked **847 add billing info events** over a week, with a combined value of **\$127,050**.

| Day       | Events | Value    |
| --------- | ------ | -------- |
| Monday    | 134    | \$20,100 |
| Tuesday   | 112    | \$16,800 |
| Wednesday | 128    | \$19,200 |
| Thursday  | 119    | \$17,850 |
| Friday    | 145    | \$21,750 |
| Saturday  | 108    | \$16,200 |
| Sunday    | 101    | \$15,150 |

***

## How It Works

The Upstack pixel captures the `value` property when visitors trigger an add billing info event during checkout. This typically fires when a shopper enters or confirms their payment method. The metric sums all values to show total potential revenue at the payment information stage of your checkout funnel.

***

## When to Use

| Scenario                 | Action                                                                                   |
| ------------------------ | ---------------------------------------------------------------------------------------- |
| Checkout funnel analysis | Compare Add Billing Info Value against purchase value to identify payment-stage drop-off |
| Revenue forecasting      | Use as a leading indicator of potential purchase revenue                                 |
| Campaign optimization    | Evaluate which channels drive higher-value visitors to the payment step                  |
| A/B testing checkout     | Measure value impact when testing payment form changes                                   |

***

## Related Metrics

| Metric                                                                                    | Relationship                                          |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| [Add to Carts Value](/reference/metrics/funnel/engagement/add-to-carts-value)             | Earlier funnel value — measures intent before payment |
| [Initiate Checkouts Value](/reference/metrics/funnel/engagement/initiate-checkouts-value) | Checkout initiation value — precedes payment entry    |
| [Purchases Value](/reference/metrics/funnel/conversions/purchases-value)                  | Final conversion value — actual completed purchases   |

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