Skip to content

Commit

Permalink
Merged PR 11113: Correcting data type for eventCount field
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleanbyron committed Sep 5, 2018
1 parent 1624c68 commit 0997163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:<p/><ul><li><strong>PC</strong></li><li><strong>Server</strong></li><li><strong>Tablet</strong></li><li><strong>Unknown</strong></li></ul> |
| 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
Expand Down
6 changes: 3 additions & 3 deletions windows-apps-src/monetize/get-error-reporting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:<ul><li>**PC**</li><li>**Phone**</li><li>**Console**</li><li>**IoT**</li><li>**Holographic**</li><li>**Unknown**</li></ul> |
| 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
Expand Down

0 comments on commit 0997163

Please sign in to comment.