Click or drag to resize

Analytics Properties

The Analytics type exposes the following members.

Properties
  NameDescription
Public propertyAppInstallerId
App Installer Id. In Rhino, we use this to differentiate between different builds such as "WIP" and "Commercial". Maps to Google Analytics parameter 'aiid'
Public propertyAppName
Name of Application. For example, "Ocelot". Do not include version numbers. Maps to Google Analytics parameter 'an'
Public propertyAppPlatform
Platform application is running on. For example "Mac", "Windows". Again, don't include version numbers. Maps to Google Analytics parameter 'ai'
Public propertyAppVersion
Application version string. Maps to Google Analytics parameter 'av'
Public propertyGoogleAnalyticsTrackingID
Google Analytics Tracking ID
Public propertyStatic memberUsageStatisticsEnabled
Determine if user allows automatic data collection from Rhino
Public propertyStatic memberUserId
Returns a GUID that allows events to be aggregated by user. There is no way to determine who the end user is based on this GUID, unless the user tells you their ID. On Windows, this uses the registry to store the ID. On Mac, the Hardware UUID is used as the ID.
Top
See Also