Skip to content

Commit 360bf2f

Browse files
committed
Umbraco Commerce 14.2.0 release notes and telemetry specification
1 parent a1b762d commit 360bf2f

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
description: Get started with Commerce telemetry.
3+
---
4+
5+
## Telemetry
6+
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+
* 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.
39+

14/umbraco-commerce/release-notes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ If you are upgrading to a new major version, check the breaking changes in the [
1717

1818
This section contains the release notes for Umbraco Commerce 14 including all changes for this version.
1919

20+
#### 14.2.0 (November 12th 2024)
21+
* Added telemetry support as detailed [here](/14/umbraco-commerce/reference/telemetry/README.md).
22+
* Added cart to order feature that will facilitate admin users to finalize an order directly from the BackOffice cart workspace.
23+
2024
#### [14.1.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.8) (November 11th 2024)
2125

2226
* Fixed Rounding issue between Umbraco Commerce and Stripe payment gateway [#580](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/580).

0 commit comments

Comments
 (0)