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

# Reference

> Data storage, custom objects, and known issues

## Data Storage

**Files** — CSV exports are stored at **Administration > Site Development > Development Setup > Impex directory** in `src/feeds/kleep/orders` and `src/feeds/kleep/products`. Folders are created automatically on first job run.

**Custom Objects** — A `KleepExportDateTracker` custom object type is created, with two instances:

* `product` — last export date for KleepExportProductsCSV
* `order` — last export date for KleepExportOrdersCSV

<img src="https://mintcdn.com/kleepai/taAv0usV4Q0HyYiD/images/sfcc/image18.png?fit=max&auto=format&n=taAv0usV4Q0HyYiD&q=85&s=b9409f3bcf2a1e80ea6d3be3e91c1010" alt="image.png" width="1428" height="700" data-path="images/sfcc/image18.png" />

**Custom Attributes** — The metadata import also adds a `Kleep` attribute group with three export-tracking attributes on both the **Product** and **Order** system objects:

| Attribute                  | Type     | Purpose                                                     |
| -------------------------- | -------- | ----------------------------------------------------------- |
| `kleepLastExported`        | datetime | Timestamp of the last successful export                     |
| `kleepLastExportedFailure` | datetime | Timestamp of the last failed export attempt                 |
| `isKleepExported`          | boolean  | Whether the record has been exported (used by delta export) |

These are managed automatically by the export jobs — you don't need to set them manually.

## Known Issues

* The Kleep button and tracking events (`product_viewed`, `product_added_to_cart`) **do not work** with the quick view (PLP).
* `KleepExportProductsCSV` with `ExportType: Full` is limited to catalogs with \< 20,000 master products (`api.jsCollectionSize` quota).
