Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question for using custom events

Discussion in 'Unity Analytics' started by stzsanghun, Oct 7, 2015.

  1. stzsanghun

    stzsanghun

    Joined:
    Jul 17, 2015
    Posts:
    1
    hello, I have a question for using Custom Events.

    I want to show Custom Events each parameter`s value. not average, sum, count.

    Likewise
    EventName : STAGE_CLEAR
    parameter1 : episde - 3
    parameter2 : stage - 2

    then, I want to show count of ( STAGE_CLEAR 3-2 ).

    If it is impossible, i want to download law data of custom events. T.T

    does have any solution for this? plz help me.
    Thanks.
     
  2. mpinol

    mpinol

    Unity Technologies

    Joined:
    Jul 29, 2015
    Posts:
    317
    Hi @stzsanghun,

    Currently it is not possible to view your Custom Events in this manner. However, you should be able to send the STAGE_CLEAR event with a single parameter '3-2' as a string. Then in the Data Explorer you will be able to view the pie chart and histogram graphs which will show you the counts of each STAGE_CLEAR event.

    We are working on a raw data export feature but I cannot give you any concrete date of when this will become available but we will make an announcement once it is!