From 09971638269cabfaa04c0e4ad43076370e7ad5c1 Mon Sep 17 00:00:00 2001 From: McLean Schofield Date: Wed, 5 Sep 2018 18:35:16 +0000 Subject: [PATCH] Merged PR 11113: Correcting data type for eventCount field --- .../get-desktop-application-error-reporting-data.md | 4 ++-- windows-apps-src/monetize/get-error-reporting-data.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/windows-apps-src/monetize/get-desktop-application-error-reporting-data.md b/windows-apps-src/monetize/get-desktop-application-error-reporting-data.md index 0b9832f2bb..c3be491bf7 100644 --- a/windows-apps-src/monetize/get-desktop-application-error-reporting-data.md +++ b/windows-apps-src/monetize/get-desktop-application-error-reporting-data.md @@ -3,7 +3,7 @@ author: mcleanbyron description: Use this method in the Microsoft Store analytics API to get aggregate error reporting data for a desktop application for a given date range and other optional filters. title: Get error reporting data for your desktop application ms.author: mcleans -ms.date: 06/05/2018 +ms.date: 09/04/2018 ms.topic: article ms.prod: windows ms.technology: uwp @@ -99,7 +99,7 @@ Elements in the *Value* array contain the following values. | market | string | The ISO 3166 country code of the device market. | | deviceType | string | One of the following strings that specifies the type of device on which the error occurred:

| | applicationVersion | string | The version of the application executable in which the error occurred. | -| eventCount | integer | The number of events that are attributed to this error for the specified aggregation level. | +| eventCount | number | The number of events that are attributed to this error for the specified aggregation level. | ### Response example diff --git a/windows-apps-src/monetize/get-error-reporting-data.md b/windows-apps-src/monetize/get-error-reporting-data.md index 3e85aaae77..c43942dc6f 100644 --- a/windows-apps-src/monetize/get-error-reporting-data.md +++ b/windows-apps-src/monetize/get-error-reporting-data.md @@ -4,7 +4,7 @@ ms.assetid: 252C44DF-A2B8-4F4F-9D47-33E423F48584 description: Use this method in the Microsoft Store analytics API to get aggregate error reporting data for a given date range and other optional filters. title: Get error reporting data for your app ms.author: mcleans -ms.date: 06/05/2018 +ms.date: 09/04/2018 ms.topic: article ms.prod: windows ms.technology: uwp @@ -101,8 +101,8 @@ Elements in the *Value* array contain the following values. | deviceType | string | One of the following strings that indicates the type of device on which the error occurred: | | packageName | string | The unique name of the app package that is associated with this error. | | packageVersion | string | The version of the app package that is associated with this error. | -| deviceCount | integer | The number of unique devices that correspond to this error for the specified aggregation level. | -| eventCount | integer | The number of events that are attributed to this error for the specified aggregation level. | +| deviceCount | number | The number of unique devices that correspond to this error for the specified aggregation level. | +| eventCount | number | The number of events that are attributed to this error for the specified aggregation level. | ### Response example