RhinoCommon API
AnalyticsSend Method (String, String) |
Sends a Google Analytics event using the Measurement Protocol. See https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide#event for details.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)

public void Send( string Category, string Action )
Public Sub Send ( Category As String, Action As String )
Parameters
- Category
- Type: SystemString
Event category. We use the feature or subsystem, such as "installer" or "app" or "document" or "loft". Maps to the Google Analytics parameter "ec". - Action
- Type: SystemString
Event action. A verb: "open" or "start" or "option" Maps to the Google Analytics parameter "ea".

Rhino for Windows
Supported in: 6.14