Analytics Constructor (String, String) |
Construct Analytics class
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Analytics(
string TrackingID,
string Name
)
Public Sub New (
TrackingID As String,
Name As String
)
Parameters
- TrackingID
- Type: SystemString
Google Analytics Tracking ID - Name
- Type: SystemString
Name of Application. For example, "Ocelot". Do not include version numbers. Maps to Google Analytics parameter 'an'
Version InformationRhino for Windows
Supported in: 6.8
See Also