Click or drag to resize

MeasurementAnalyticsClientTrackEvent Method

Namespace:  CSharpAnalytics.Protocols.Measurement
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void TrackEvent(
	string action,
	string category,
	string label = null,
	Nullable<int> value = null,
	bool nonInteraction = false
)

Parameters

action
Type: SystemString
category
Type: SystemString
label (Optional)
Type: SystemString
value (Optional)
Type: SystemNullableInt32
nonInteraction (Optional)
Type: SystemBoolean
See Also