Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
The Magento_Analytics module integrates your Magento instance with the Magento Business Intelligence (MBI) to use Advanced Reporting functionality.
The module implements the following functionality:
Beyond the usual module file structure the module contains a directory ReportXml
. Report XML is a markup language used to build reports for Advanced Reporting. The language declares SQL queries using XML declaration.
The subscription to the MBI service is enabled during the installation process of the Analytics module. Each administrator will be notified of these new features upon their initial login to the Admin Panel.
Configuration settings for the Analytics module can be modified in the Admin Panel on the Stores > Configuration page under the General > Advanced Reporting tab.
The following options can be adjusted:
We do not recommend to extend the Magento_Analytics module. It introduces an API that is purposed to transfer the collected data. Note that the API cannot be used for other needs.