Analytics

Get more insights on user interactions with your world such as area visits, link clicks, watch duration of videos, duration of interactions with different parts of your world etc.

Areas Visited

  • Create a GameObject and place it in the area you want to analyze, name it according to the area

    • Add the component Analytics Model

    • Add the component Basic Analytics View

    • In Analytics Model add the Basic View and in the Basic view add the model like shown in the image below

    • Give the Resource in Model component according to the area and then write a tag that relays what you are analyzing.

  • Create a 3D object and place it so it covers the area you want to analyze

  • Add a trigger with the object you just created in the previous step and make sure you select AnalyticsModel.RecordStart & AnalyticsModel.RecordEnd as shown below

  • Create a GameObject and add the Analytics components Model and Basic Analytics View

  • Name this object something similar to "LinkAnalytics"

  • Add the Model into Basic View & Basic View into Model like shown below

  • Name the resource and then the tag according to what you are analyzing (i.e link-visit, for when someone clicks on the link)

  • Go to the "Link" Object & in "Link Model" drag the Object in the "Analytiics" section

Watch duration of videos

    • Create a GameObject and add the Analytics components Model and Basic Analytics View

    • Name this object something similar to "VideoPlayerAnalytics"

    • Add the Model into Basic View & Basic View into Model like shown below

  • Name the resource and then the tag according to what you are analyzing (i.e video-visit, for when someone clicks on the link)

  • Go to the "videoplayer" Object & in "Video Model" drag the Object in the "Analytics" section

Last updated