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

# CSV Export

> Download your full tag history as a CSV file — Premium feature

<Note>
  CSV Export is a **Premium** feature. [Upgrade to Premium →](/pricing/premium-plan)
</Note>

## What's Included

The CSV export contains all tag history recorded while the app has been installed — across all entity types (orders, products, customers).

| Column       | Description                          |
| ------------ | ------------------------------------ |
| Entity Type  | order, product, or customer          |
| Entity Name  | Name or identifier of the entity     |
| Entity ID    | Shopify GraphQL ID                   |
| Tags Added   | Comma-separated list of tags added   |
| Tags Removed | Comma-separated list of tags removed |
| Changed By   | User name or "Shopify Admin"         |
| Comment      | Optional comment (if left by user)   |
| Date         | Timestamp of the change              |

## How to Export

<Steps>
  <Step title="Open Settings">
    Click **Settings** in the Tag History sidebar
  </Step>

  <Step title="Find Data Management">
    Scroll to the **Data Management** section
  </Step>

  <Step title="Click Export CSV">
    Click the **Export CSV** button. The file will download immediately.
  </Step>
</Steps>

## Opening the CSV

The file is standard CSV format and works with any spreadsheet tool:

<AccordionGroup>
  <Accordion title="Microsoft Excel" icon="file-excel">
    Open Excel → **File** → **Open** → select the CSV file. Excel will automatically detect columns.
  </Accordion>

  <Accordion title="Google Sheets" icon="table">
    Go to **File** → **Import** → **Upload** → select the CSV file → choose "Comma" as separator.
  </Accordion>

  <Accordion title="Apple Numbers" icon="apple">
    Double-click the CSV file. Numbers opens it automatically.
  </Accordion>
</AccordionGroup>

## What You Can Do With It

* **Audit reports** — Filter by date range to produce a report of all tag changes in a period
* **Team accountability** — Filter by "Changed By" to see activity per team member
* **Workflow debugging** — Find when a specific tag was added or removed
* **Data analysis** — Pivot by entity type, user, or tag name to spot patterns
* **External integrations** — Import into BI tools, CRMs, or custom reporting systems

## Tips

<Tip>
  Export regularly if you want historical snapshots. The app stores data indefinitely, but having local copies gives you extra peace of mind.
</Tip>

<Tip>
  Use your spreadsheet tool's filter feature to isolate a specific order, product, or customer by searching the "Entity Name" column.
</Tip>
