Search Unity

App first Install

Discussion in 'Unity Analytics' started by unity_z87415rih9, Sep 13, 2021.

  1. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    Hello everyone,

    I'm analyzing Funnel of online service game from Unity Analytics(also using Appsflyer).

    First step of Funnel is install, Install step is problem.

    https://docs.unity3d.com/Manual/UnityAnalyticsCoreEvents.html
    • DeviceInfo: Dispatched the first time a user launches an app and whenever device information changes.
    Questions.

    1. What is mean device information changes in 'DeviceInfo'?
    • Sometimes I see logs for unknown reasons.
    2. Why does not expose 'AppInstall' them through Raw Data Export

    Thank you.
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    What logs are you referring to? Which RDE dataset are you referring to? You would not use DeviceInfo in a funnel, you would use your own custom events or standard events, but not core events.
     
  3. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    Our Funnel is not in unity analytics.

    We are tracking Install in DeviceInfo of standard events.

    Please forgive me even if my English is not good.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Sorry I don't understand. First you said "I'm analyzing Funnel of online service game from Unity Analytics" and then you said "Our Funnel is not in unity analytics". Which is it? Please show a screenshot
     
  5. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    Our Funnel is not in unity analytics dashboard, In my dashboard.
     

    Attached Files:

  6. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Got it, did you have a question for us? The numbers you just showed look typical.
     
  7. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18

    질문.


    1. What is mean device information changes in 'DeviceInfo'?
    • Sometimes I see logs for unknown reasons. ←
    2. Why does not expose 'AppInstall' them through Raw Data Export?
     
  8. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You just repeated your first post. What logs are you referring to? How do you see them? And for Raw Data Export, which dataset are you using? You want to use the AppInstall dataset https://docs.unity3d.com/Manual/UnityAnalyticsRawDataExport.html You clearly stated "First step of Funnel is install, Install step is problem", what funnel are you using? Please share a screenshot of your funnel.
     
  9. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    What happened in that short time?
     

    Attached Files:

  10. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
  11. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    I used 'DeviceInfo' dataset.

    AppInstall would be more accurate than DeviceInfo. But AppInstall is not deploy. Why?
     
  12. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    What do you mean AppInstall is not deploy, please share a screenshot.

    upload_2021-9-14_18-24-40.png
     
  13. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    DeviceInfo can be sent multiple times
     
  14. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    The DeviceInfo dataset is a log of first run and device information changes.

    Log of in the screenshot is probably a device information change.

    What does changing device information mean?
     
  15. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    I didn't say it is changing, I said it may be sent more than once. You didn't show the entire line, you would need to tell me what is changing. If nothing changes, then you would want to de-duplicate. I might suggest you use a Unity Analytics funnel instead.
     
  16. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
     

    Attached Files:

  17. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    https://docs.unity3d.com/Manual/UnityAnalyticsCoreEvents.html is unity docs.

    The above document has a description of the DeviceInfo dataset.

    The DeviceInfo dataset is a dataset for the first run and device information changes.

    We don't need device information change logs.

    I just want the first run log. That would be AppInstall information. But Unity Dataset Export doesn't provide that.
     
  18. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    The docs don't claim the frequency at first run, you would want to de-duplicate as necessary. Feel free to use Charles Proxy to confirm. You will need to make your design decisions based on actual behavior, regardless of the documentation.
     
  19. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    Charles Proxy is a web communication analysis tool.

    I won't get anything from analyzing web communications data. Even if the cause is found, it does not change that the deviceinfo dataset cannot be used as it is.

    Can provide the AppInstall dataset?
     
  20. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Of course you will. We receive the events via web communication! You can see the DeviceInfo event being sent using Charles Proxy for yourself. To solve your issue, just de-duplicate the event! If you find the first one, just ignore any others for the same sessionID if they are the same. Can I provide the AppInstall dataset for your game? No I cannot, only you can, as shown in the screenshot I sent.
     
  21. unity_z87415rih9

    unity_z87415rih9

    Joined:
    Jun 10, 2021
    Posts:
    18
    Thank for the reply.