You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
We want usage information on approximate MAU and DAU to be able to gauge interest and usage of the Unity WebVR Assets package released earlier this month.
Developers should be able to remove or configure this however they want. See #164 for documenting/messaging.
We have a Google Analytics 360 account set up already (ID:
UA-77033033-6
). It's injected by Unity on this project's Asset Store detail page.@delapuente wrote a great docs page on configuring Google Analytics for developers.
This page describes how to use GA's
gtag.js
(scroll to the last few images of that section). Possibly we may want to useanalytics.js
instead.We want to have a default system that does the following for users:
navigator.doNotTrack === '1'
)window['ga-disable-UA-77033033-6'] = true
)Here's a snippet of JavaScript to possibly work from.
Also, consider looking at these GA plugins (which are used on https://vr.mozilla.org/).
Parent issue: #165
Related issues:
Help
button (with icon and label text) and modal blurb to WebVR Template's on-page UI #167 for building the Help modal,The text was updated successfully, but these errors were encountered: