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
Commerce telemetry is connected directly to the CMS telemetry pipeline and runs with the [`ReportSiteJob`](https://github.com/umbraco/Umbraco-CMS/blob/v14/dev/src/Umbraco.Infrastructure/BackgroundJobs/Jobs/ReportSiteJob.cs).
8
+
9
+
It pulls commerce data using a custom provider.
10
+
11
+
### Captured data
12
+
13
+
Through the custom provider, the Commerce telemetry pipeline captures the following data defined per store:
14
+
* Store ID
15
+
* Product Count
16
+
* Order Count
17
+
* Location Count
18
+
* Country Count
19
+
* Country Codes
20
+
* Currency Count
21
+
* Currency Codes
22
+
* Payment Method Count
23
+
* Payment Providers
24
+
* Shipping Method Count
25
+
* Shipping Providers
26
+
* Shipping Method Types
27
+
* Tax Calculation Method Count
28
+
* Sales Tax Providers
29
+
* Is Custom Product Adapter Used
30
+
* Is Custom Product Calculator Used
31
+
* Is Custom Order Line Calculator Used
32
+
* Is Custom Payment Calculator Used
33
+
* Is Custom Shipping Calculator Used
34
+
* Is Storefront API Enabled
35
+
36
+
### Settings
37
+
38
+
Commerce telemetry reporting can be managed in the [`Telemetry Data`](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/settings-dashboards#telemetry-data) dashbord.
0 commit comments