Event type defination of Microsoft Store analytics API

Kevin Su 25 Reputation points
2023-08-02T06:26:28.79+00:00

Dear sir,

Could you kindly provide additional details about the eventType property included in the response of the https://manage.devcenter.microsoft.com/v1.0/my/analytics/desktop/failurehits API? I would appreciate more comprehensive definitions and some examples to understand its usage and possible values better. Thank you.

ref: https://video2.skills-academy.com/en-us/windows/uwp/monetize/get-desktop-application-error-reporting-data

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
983 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
337 questions
{count} vote

Accepted answer
  1. Junjie Zhu - MSFT 17,816 Reputation points Microsoft Vendor
    2023-08-07T13:42:05.3333333+00:00

    Hi @Kevin Su,

    Welcome to Microsoft Q&A!

    According to the documentation so far, it just says eventType is a string value indicating the type of event that caused the failure.

    • crash When the app stops working and exits unexpectedly, It can be caused by bugs, errors, or malicious attacks.
    • hang When the app stops responding, it can be caused deadlock, infinite loop, or resource exhaustion.
    • memory When the app encounters a problem with accessing or managing the memory, it can be caused by memory leak, memory corruption, or out of memory.
    • jse When the app encounters a JavaScript error. It can happen when there is a problem in UWP WebView.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.