Skip to content

Commit a915194

Browse files
authored
Merge pull request #6722 from umbraco/commerce/telemetry
Add Telemetry article back to 15
2 parents 7b77a54 + 6ff947f commit a915194

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

14/umbraco-commerce/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
* [Content](reference/storefront-api/endpoints/content.md)
105105
* [Management API](reference/management-api/README.md)
106106
* [Go behind the scenes](reference/go-behind-the-scenes.md)
107-
* [Telemetry](reference/telemetry/README.md)
107+
* [Telemetry](reference/telemetry.md)
108108

109109
## Tutorials
110110

14/umbraco-commerce/reference/telemetry/README.md renamed to 14/umbraco-commerce/reference/telemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
description: Get started with Commerce telemetry.
33
---
44

5-
## Telemetry
5+
# Telemetry
66

77
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).
88

99
It pulls commerce data using a custom provider.
1010

11-
### Captured data
11+
## Captured data
1212

1313
Through the custom provider, the Commerce telemetry pipeline captures the following data defined per store:
14+
1415
* Store ID
1516
* Product Count
1617
* Order Count
@@ -33,7 +34,6 @@ Through the custom provider, the Commerce telemetry pipeline captures the follow
3334
* Is Custom Shipping Calculator Used
3435
* Is Storefront API Enabled
3536

36-
### Settings
37+
## Settings
3738

3839
Commerce telemetry reporting can be managed in the [Telemetry Data](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/settings-dashboards#telemetry-data) dashboard.
39-
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,39 @@
1+
---
2+
description: Get started with Commerce telemetry.
3+
---
4+
15
# Telemetry
26

7+
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+
15+
* Store ID
16+
* Product Count
17+
* Order Count
18+
* Location Count
19+
* Country Count
20+
* Country Codes
21+
* Currency Count
22+
* Currency Codes
23+
* Payment Method Count
24+
* Payment Providers
25+
* Shipping Method Count
26+
* Shipping Providers
27+
* Shipping Method Types
28+
* Tax Calculation Method Count
29+
* Sales Tax Providers
30+
* Is Custom Product Adapter Used
31+
* Is Custom Product Calculator Used
32+
* Is Custom Order Line Calculator Used
33+
* Is Custom Payment Calculator Used
34+
* Is Custom Shipping Calculator Used
35+
* Is Storefront API Enabled
36+
37+
## Settings
38+
39+
Commerce telemetry reporting can be managed in the [Telemetry Data](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/settings-dashboards#telemetry-data) dashboard.

0 commit comments

Comments
 (0)