You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Analytics/README.md
+25-16Lines changed: 25 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,27 @@
1
-
# Magento_Analytics Module
1
+
# Magento_Analytics module
2
2
3
3
The Magento_Analytics module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html) functionality.
4
4
5
5
The module implements the following functionality:
6
6
7
-
* enabling subscription to the MBI and automatic re-subscription
8
-
* changing the base URL with the same MBI account remained
9
-
* declaring the configuration schemas for report data collection
10
-
* collecting the Magento instance data as reports for the MBI
11
-
* introducing API that provides the collected data
12
-
* extending Magento configuration with the module parameters:
13
-
* subscription status (enabled/disabled)
14
-
* industry (a business area in which the instance website works)
15
-
* time of data collection (time of the day when the module collects data)
7
+
- Enabling subscription to Magento Business Intelligence (MBI) and automatic re-subscription
8
+
- Declaring the configuration schemas for report data collection
9
+
- Collecting the Magento instance data as reports for MBI
10
+
- Introducing API that provides the collected data
11
+
- Extending Magento configuration with the module parameters:
12
+
- Subscription status (enabled/disabled)
13
+
- Industry (a business area in which the instance website works)
14
+
- Time of data collection (time of the day when the module collects data)
15
+
16
+
## Installation details
17
+
18
+
Before disabling or uninstalling this module, note that the following modules depends on this module:
19
+
- Magento_CatalogAnalytics
20
+
- Magento_CustomerAnalytics
21
+
- Magento_QuoteAnalytics
22
+
- Magento_ReviewAnalytics
23
+
- Magento_SalesAnalytics
24
+
- Magento_WishlistAnalytics
16
25
17
26
## Structure
18
27
@@ -29,12 +38,12 @@ The subscription to the MBI service is enabled during the installation process o
29
38
Configuration settings for the Analytics module can be modified in the Admin Panel on the Stores > Configuration page under the General > Advanced Reporting tab.
30
39
31
40
The following options can be adjusted:
32
-
* Advanced Reporting Service (Enabled/Disabled)
33
-
* Alters the status of the Advanced Reporting subscription
34
-
* Time of day to send data (Hour/Minute/Second in the store's time zone)
35
-
* Defines when the data collection process for the Advanced Reporting service occurs
36
-
* Industry
37
-
* Defines the industry of the store in order to create a personalized Advanced Reporting experience
41
+
- Advanced Reporting Service (Enabled/Disabled)
42
+
- Alters the status of the Advanced Reporting subscription
43
+
- Time of day to send data (Hour/Minute/Second in the store's time zone)
44
+
- Defines when the data collection process for the Advanced Reporting service occurs
45
+
- Industry
46
+
- Defines the industry of the store in order to create a personalized Advanced Reporting experience
0 commit comments