diff --git a/14/umbraco-commerce/SUMMARY.md b/14/umbraco-commerce/SUMMARY.md index be991e35c11..49913d47871 100644 --- a/14/umbraco-commerce/SUMMARY.md +++ b/14/umbraco-commerce/SUMMARY.md @@ -104,7 +104,7 @@ * [Content](reference/storefront-api/endpoints/content.md) * [Management API](reference/management-api/README.md) * [Go behind the scenes](reference/go-behind-the-scenes.md) -* [Telemetry](reference/telemetry/README.md) +* [Telemetry](reference/telemetry.md) ## Tutorials diff --git a/14/umbraco-commerce/reference/telemetry/README.md b/14/umbraco-commerce/reference/telemetry.md similarity index 96% rename from 14/umbraco-commerce/reference/telemetry/README.md rename to 14/umbraco-commerce/reference/telemetry.md index 137a477148d..91cd6639cd2 100644 --- a/14/umbraco-commerce/reference/telemetry/README.md +++ b/14/umbraco-commerce/reference/telemetry.md @@ -2,15 +2,16 @@ description: Get started with Commerce telemetry. --- -## Telemetry +# Telemetry 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). It pulls commerce data using a custom provider. -### Captured data +## Captured data Through the custom provider, the Commerce telemetry pipeline captures the following data defined per store: + * Store ID * Product Count * Order Count @@ -33,7 +34,6 @@ Through the custom provider, the Commerce telemetry pipeline captures the follow * Is Custom Shipping Calculator Used * Is Storefront API Enabled -### Settings +## Settings Commerce telemetry reporting can be managed in the [Telemetry Data](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/settings-dashboards#telemetry-data) dashboard. - diff --git a/15/umbraco-commerce/reference/telemetry.md b/15/umbraco-commerce/reference/telemetry.md index 1a5e6d0a29b..91cd6639cd2 100644 --- a/15/umbraco-commerce/reference/telemetry.md +++ b/15/umbraco-commerce/reference/telemetry.md @@ -1,2 +1,39 @@ +--- +description: Get started with Commerce telemetry. +--- + # Telemetry +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). + +It pulls commerce data using a custom provider. + +## Captured data + +Through the custom provider, the Commerce telemetry pipeline captures the following data defined per store: + +* Store ID +* Product Count +* Order Count +* Location Count +* Country Count +* Country Codes +* Currency Count +* Currency Codes +* Payment Method Count +* Payment Providers +* Shipping Method Count +* Shipping Providers +* Shipping Method Types +* Tax Calculation Method Count +* Sales Tax Providers +* Is Custom Product Adapter Used +* Is Custom Product Calculator Used +* Is Custom Order Line Calculator Used +* Is Custom Payment Calculator Used +* Is Custom Shipping Calculator Used +* Is Storefront API Enabled + +## Settings + +Commerce telemetry reporting can be managed in the [Telemetry Data](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/settings-dashboards#telemetry-data) dashboard.