Data Storage
Files — CSV exports are stored at Administration > Site Development > Development Setup > Impex directory insrc/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 KleepExportProductsCSVorder— last export date for KleepExportOrdersCSV

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) |
Known Issues
- The Kleep button and tracking events (
product_viewed,product_added_to_cart) do not work with the quick view (PLP). KleepExportProductsCSVwithExportType: Fullis limited to catalogs with < 20,000 master products (api.jsCollectionSizequota).
