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
letloadType;// This is the iOS appif(phet.chipper.queryParameters['phet-app']){loadType='phet-app';}// For the Android app, see https://github.com/phetsims/phet-android-app/issues/16elseif(phet.chipper.queryParameters['phet-android-app']){loadType='phet-android-app';}elseif(top!==self){// Checks to see if this sim is embedded - phetsims/chipper#50loadType='embedded';}// TODO Add additional conditions for tracking hits from the installer, etc.else{loadType='default';}
We are currently distinguishing between iOS app, android app, and embedded launches. Should we add other categories here? Assigning to @jonathanolson for initial comment.
The text was updated successfully, but these errors were encountered:
Presumably we can change it to track whatever else we want, but I can't think of anything particularly important here. @kathy-phet, for html5 sims, do we want to track any other way people load sims? (Otherwise I think the TODO can be removed)
From this TODO, added by @jonathanolson in 33ce29f for https://github.com/phetsims/yotta/issues/30
We are currently distinguishing between iOS app, android app, and embedded launches. Should we add other categories here? Assigning to @jonathanolson for initial comment.
The text was updated successfully, but these errors were encountered: