Model
ExportDataHandler
Magento\Analytics\Model\ExportDataHandler
What it does
This class handles the preparation and export of analytics data for Magento Business Intelligence (MBI).
It collects report data, writes it to temporary files, compresses them into a .tgz archive, encrypts the archive, and records it for transmission.
Developers would use this when implementing or customizing the analytics data collection and export process for MBI integration.
Public Methods
- prepareExportData()