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
+26-16Lines changed: 26 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,28 @@
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 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)
16
+
17
+
## Installation details
18
+
19
+
Before disabling or uninstalling this module, note that the following modules depends on this module:
20
+
- Magento_CatalogAnalytics
21
+
- Magento_CustomerAnalytics
22
+
- Magento_QuoteAnalytics
23
+
- Magento_ReviewAnalytics
24
+
- Magento_SalesAnalytics
25
+
- Magento_WishlistAnalytics
16
26
17
27
## Structure
18
28
@@ -29,12 +39,12 @@ The subscription to the MBI service is enabled during the installation process o
29
39
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
40
31
41
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
42
+
- Advanced Reporting Service (Enabled/Disabled)
43
+
- Alters the status of the Advanced Reporting subscription
44
+
- Time of day to send data (Hour/Minute/Second in the store's time zone)
45
+
- Defines when the data collection process for the Advanced Reporting service occurs
46
+
- Industry
47
+
- Defines the industry of the store in order to create a personalized Advanced Reporting experience
0 commit comments