> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Export data

> Export member data, orders, metrics, subscriptions by plan, activity, and cancellations from the Memberful dashboard as CSV files for analysis or reporting.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

In this help article, we'll walk you through how to export member data, order data, metrics data, subscription data by plan, data by activity, and cancellation data.

## Export member data

Go to the **Members** tab, and choose a filter:

<Frame>
  <img src="https://mintcdn.com/memberful/zfqcVtNuiQ1mDNcu/images/metrics-and-analytics/export-data/members-filters.png?fit=max&auto=format&n=zfqcVtNuiQ1mDNcu&q=85&s=d6436b7607771688fd007b73b6e75150" alt="Members filter" width="1440" height="490" data-path="images/metrics-and-analytics/export-data/members-filters.png" />
</Frame>

* **Active members:** Includes members with 100% coupons and members who made one-time payments
* **Inactive members:** No active subscriptions
* **Free signup:** [Signed up via free registration](/docs/member-management/payments-and-access/give-free-access/#enable-free-registration) and never subscribed to a plan
* **All-Access Pass members:** [Comped access](/docs/member-management/payments-and-access/give-free-access/#comp-access-to-all-plans-and-downloads) to all plans and downloads
* **All members:** Active, inactive, or free

Go to *Actions → Export CSV.*

<Frame>
  <img src="https://mintcdn.com/memberful/zfqcVtNuiQ1mDNcu/images/metrics-and-analytics/export-data/members-export.png?fit=max&auto=format&n=zfqcVtNuiQ1mDNcu&q=85&s=a5f4a51fa4500918f35a14246d8454a4" alt="Members export" width="1440" height="405" data-path="images/metrics-and-analytics/export-data/members-export.png" />
</Frame>

Select a date range for the export, and click **Export.**

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/member-export-date-range.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=0ecb0baf40ddcf7440407ce062e5328f" alt="Member export date range" width="1440" height="1064" data-path="images/metrics-and-analytics/export-data/member-export-date-range.png" />
</Frame>

If you'd like to get more granular, click **Select a custom date range** and define your own start and end date for the export.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/member-export-custom-date-range.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=88ae3a5970cbc929b2a63f955ef0d127" alt="Member export custom date range" width="1440" height="954" data-path="images/metrics-and-analytics/export-data/member-export-custom-date-range.png" />
</Frame>

These are the fields we include in the export file:

|                      |                    |
| -------------------- | ------------------ |
| Full Name            | Email              |
| Memberful ID         | Created at         |
| All access pass      | Stripe Customer ID |
| Discord User ID      | Address            |
| City                 | State              |
| Zip / Postal         | Country            |
| Phone number         | Custom field       |
| Total spend          | Plan               |
| Active               | Auto-renew         |
| Expiration date      | Coupon             |
| External payments    | Download           |
| Subscribed to Posts  | Private note       |
| Referrer             | utm\_campaign      |
| utm\_content         | utm\_medium        |
| utm\_source          | utm\_term          |
| Custom field answers |                    |

The export will include one row for each subscription associated with each member, so you might see multiple rows for each member.

If you selected *Active members*, we will include in the report every member that has at least one active subscription, but the export will include all of the subscriptions associated with those members, including their inactive/expired subscriptions.

All fields are self-explanatory, with these few exceptions:

* **Memberful ID:** Not member-facing
* **All access pass:** Refers to members who have [free access to all plans and downloads](/docs/member-management/payments-and-access/give-free-access/#comp-access-to-all-plans-and-downloads)
* **Coupon:** Only includes coupons currently in use; one-time coupons are not shown

## Export order data

Go to *Revenue → Orders* and choose a metric:

* All orders
* New orders
* Renewals
* Refunds

Click **Export CSV.**

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/orders-export.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=e78197d6712e60a7854cb480a6ad64d8" alt="Orders export" width="1440" height="237" data-path="images/metrics-and-analytics/export-data/orders-export.png" />
</Frame>

These are the fields we include in the export file:

|           |        |
| --------- | ------ |
| Full Name | Email  |
| Plan      | Amount |
| Date      |        |

Underneath the graph, we display the same data on a table, showing individual data segments that can be filtered by calendar day, week, or month.

### Active members versus paying members

Active Members and [Paying Members](/docs/metrics-and-analytics/growth-metrics/paying-members) are calculated differently and therefore may not match.

<Frame>
  <img src="https://mintcdn.com/memberful/zfqcVtNuiQ1mDNcu/images/metrics-and-analytics/export-data/active-versus-paying-members.png?fit=max&auto=format&n=zfqcVtNuiQ1mDNcu&q=85&s=f93a114a8673407379ed6cd5a1ad0afd" alt="Active vs. paying members" width="1440" height="724" data-path="images/metrics-and-analytics/export-data/active-versus-paying-members.png" />
</Frame>

These members **do** **count** toward **Active Members**, but **do not count** toward **Paying Members** until their subscription renews and payment is collected:

* Members with an all-access pass
* Members with a 100% coupon
* Members on a free trial
* Admin-created subscriptions with no initial charge
* Gifted subscriptions

In addition, members whose subscription expired due to a failed payment may still count toward Paying Members for up to 30 days after the failed payment.

## Export metrics data

Go to *Revenue → Metrics,* and choose a metric.

Underneath the graph, we display the same data on a table, showing individual data segments by calendar month.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/mrr-individual-data-segments.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=94330a4dc160cfadf982cea4fd793073" alt="Individual data segments" width="1440" height="295" data-path="images/metrics-and-analytics/export-data/mrr-individual-data-segments.png" />
</Frame>

Click the value in any cell to view a list of the individual data points making up the total for that month and to export the list.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/mrr-data-for-specific-month.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=8649324454daf22737aeeff7c401d9de" alt="Individual data segments" width="1440" height="1112" data-path="images/metrics-and-analytics/export-data/mrr-data-for-specific-month.png" />
</Frame>

## Export subscription data by plan

Go to *Members → Subscriptions.* Then choose a plan and a filter:

<Frame>
  <img src="https://mintcdn.com/memberful/zfqcVtNuiQ1mDNcu/images/metrics-and-analytics/export-data/subscription-filters.png?fit=max&auto=format&n=zfqcVtNuiQ1mDNcu&q=85&s=9171565b5d2a4a2e4e3fb8a3b258fa1a" alt="Subscription filters" width="1440" height="264" data-path="images/metrics-and-analytics/export-data/subscription-filters.png" />
</Frame>

* Active subscriptions
* Inactive subscriptions
* Active but not renewing
* Past due
* On a trial
* All subscriptions

Click **Export CSV.**

<Frame>
  <img src="https://mintcdn.com/memberful/zfqcVtNuiQ1mDNcu/images/metrics-and-analytics/export-data/subscription-export.png?fit=max&auto=format&n=zfqcVtNuiQ1mDNcu&q=85&s=d61fb7dee70d2187464e90750fd402a5" alt="Subscription export" width="1440" height="255" data-path="images/metrics-and-analytics/export-data/subscription-export.png" />
</Frame>

These are the fields we include in the export file:

|                  |                  |
| ---------------- | ---------------- |
| Full Name        | Email            |
| Group manager    | Active           |
| Auto-renew       | First subscribed |
| Active since     | Expiration date  |
| External payment | Coupon           |
| Address          | City             |
| State            | Zip / Postal     |
| Country          | Phone number     |
| Custom field     |                  |

All fields are self-explanatory, with these few exceptions:

* **Active since:** This data can be used to reward member longevity
* **Coupon:** Only includes coupons currently in use; one-time coupons are not shown
* **Custom field:** Refers to the [deprecated custom field feature](/docs/configuration/feedback-and-policies/create-custom-fields/#can-i-import-custom-field-data-via-csv)
* **Group manager:** The [group subscription owner](/docs/plans/group-plans/create-a-group-plan/)

## Export data by activity

Go to *Members → Activity,* and choose a filter:

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/activity-filters.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=52a0f9a1dbdc3225f0f0f30f43306e08" alt="Activity filter" width="1440" height="338" data-path="images/metrics-and-analytics/export-data/activity-filters.png" />
</Frame>

* Canceled subscription
* Enabled auto-renew
* Subscription moved
* External payment
* Externally paid renewal
* Free sign up
* Gift activated
* Member deleted
* New gift
* New order
* New group member
* Order completed
* Order refunded
* Order suspended
* Renewal
* Subscription deactivated
* Subscription deleted
* Group member delete
* Upgrade

Click **Export CSV.**

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/activity-export.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=5d43b4004e513efc6e932fa531ae6c93" alt="Activity export" width="1440" height="338" data-path="images/metrics-and-analytics/export-data/activity-export.png" />
</Frame>

These are the fields we include in the export file:

|               |                |
| ------------- | -------------- |
| Activity type | Member's email |
| Description   | Date           |

## Export cancellation data

Go to *Revenue → Cancellations*, select the *Active* or *Expired* tab, and choose a filter:

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/cancellation-filters.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=ca07c4eb058cbd8e059286527b81f9ff" alt="Cancellation filter" width="1440" height="897" data-path="images/metrics-and-analytics/export-data/cancellation-filters.png" />
</Frame>

* All reasons
* Necessity
* Affordability
* Misunderstood
* Temporary use
* Competition
* Other
* Skipped

Click **Export CSV.**

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/export-data/cancellation-export.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=5407dc8b693f13629b3f6a64be0754da" alt="Cancellation export" width="1440" height="241" data-path="images/metrics-and-analytics/export-data/cancellation-export.png" />
</Frame>

These are the fields we include in the export file:

|           |        |
| --------- | ------ |
| Full Name | Email  |
| Plan      | Price  |
| Date      | Reason |
| Feedback  |        |

<Callout icon="info" color="#22E273">
  If a member canceled a subscription, allowed it to expire, and later reactivated, they'll still appear in the expired cancellation survey export because the original cancellation remains part of their account history.

  The export displays the date the original cancellation took effect, not the renewal date of the member's current active subscription. However, the Subscription price column always reflects the member's current subscription price, which may differ from the price they were paying when they originally canceled.
</Callout>

<RelatedDocs
  link1={{
url: "/metrics-and-analytics/tracking/integrate-with-google-analytics/",
label: "Integrate with Google Analytics.",
}}
  link2={{
url: "/metrics-and-analytics/tracking/set-member-attributes/",
label: "Set member attributes.",
}}
  link3={{
url: "/metrics-and-analytics/tracking/add-custom-conversion-tracking/",
label: "Add custom conversion tracking.",
}}
/>
