# Supported Subscription Apps

Eraya automatically recognizes subscription orders created through most popular Shopify subscription apps — no additional setup required.

#### Supported Apps

* **Recharge**
* **Stay.ai**
* **Skio**
* **Loop Subscriptions**
* **Smartrr**
* **Prive**
* **Subify**
* **Yotpo Subscriptions**
* **Ongoing Subscriptions**
* **Ordergroove**
* **Appstle**
* **Bold Subscriptions** *(if “first order” tags are enabled)*

Eraya syncs these subscription orders alongside one-time purchases and includes them in all analytics dashboards and test reports.

#### Accessing Subscription View

On the **Reporting** page, select the **Subscriptions** tab from the top navigation bar.\
This tab automatically includes both one-time and subscription order data for all supported subscription apps.

#### Metrics Displayed

Each table in the **Subscription View** includes the following metrics:

| Column                        | Description                                                                                   |
| ----------------------------- | --------------------------------------------------------------------------------------------- |
| **Order Type**                | Groups results by order category — All Orders, One-Time Orders, and First-Time Subscriptions. |
| **Variant**                   | Identifies the test variation (e.g., *Original*, *Variant B*).                                |
| **Visitors**                  | Number of unique visitors assigned to that variant.                                           |
| **Conversions**               | Total orders (one-time + first-time subscriptions) attributed to the variant.                 |
| **Conversion Rate**           | Percentage of visitors who placed an order.                                                   |
| **Orders**                    | Number of completed orders within that category.                                              |
| **Revenue**                   | Total revenue generated by the variant.                                                       |
| **Average Order Value (AOV)** | Average revenue per order.                                                                    |
| **Revenue per Visitor (RPV)** | Average revenue generated per visitor, combining conversion rate and AOV.                     |

#### Example Breakdown

The **Subscription View** automatically groups data into three sections:

1. **All Orders** — Combined results for one-time and subscription purchases.
2. **One-Time Orders** — Metrics for non-recurring purchases only.
3. **First-Time Subscriptions** — Orders where a customer subscribed for the first time during the test period.

This layout helps you isolate the impact of your test on subscription adoption vs. one-time purchases.

#### Requesting Integration

If you’re using a subscription app not listed above, contact **<support@eraya.ai>** to request integration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eraya.gitbook.io/eraya-docs/integrate/supported-subscription-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
