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

# 参考

> 数据存储、自定义对象与已知问题

## 数据存储

**文件** — CSV 导出文件存储在 **Administration > Site Development > Development Setup > Impex 目录**下的 `src/feeds/kleep/orders` 和 `src/feeds/kleep/products` 中。文件夹在首次运行任务时自动创建。

**自定义对象** — 将创建一个 `KleepExportDateTracker` 自定义对象类型，包含两个实例：

* `product` — KleepExportProductsCSV 的上次导出日期
* `order` — 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" />

**自定义属性** — 元数据导入还会在**商品**和**订单**系统对象上添加一个 `Kleep` 属性组，包含三个导出追踪属性：

| 属性                         | 类型       | 用途               |
| -------------------------- | -------- | ---------------- |
| `kleepLastExported`        | datetime | 最后一次成功导出的时间戳     |
| `kleepLastExportedFailure` | datetime | 最后一次导出失败的时间戳     |
| `isKleepExported`          | boolean  | 记录是否已被导出（用于增量导出） |

这些属性由导出任务自动管理——无需手动设置。

## 已知问题

* Kleep 按钮和追踪事件（`product_viewed`、`product_added_to_cart`）**不支持**快速查看（PLP）。
* `KleepExportProductsCSV` 在 `ExportType: Full` 模式下，目录中主商品数量须少于 20,000 件（受 `api.jsCollectionSize` 配额限制）。
