This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Functions

Returns Function History
void ReleaseRBXEventStream ( string target ) (+0.335)
void ReportCounter ( string counterName, int amount = 1 ) (+0.269)
void ReportInfluxSeries ( string seriesName, Dictionary points, int throttlingPercentage ) (+0.310)
void ReportStats ( string category, float value ) (+0.269)
void SendEventDeferred ( string target, string eventContext, string eventName, Dictionary additionalArgs ) (+0.348)
void SendEventImmediately ( string target, string eventContext, string eventName, Dictionary additionalArgs ) (+0.348)
void SetRBXEvent ( string target, string eventContext, string eventName, Dictionary additionalArgs )
void SetRBXEventStream ( string target, string eventContext, string eventName, Dictionary additionalArgs ) (+0.276)
void TrackEvent ( string category, string action, string label, int64 value = 0 ) (+0.291)
void UpdateHeartbeatObject ( Dictionary args ) (+0.270)

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Function Descriptions

voidAnalyticsService.ReleaseRBXEventStream ( string target )

Version History:(+0.335)

Tags: RobloxScriptSecurity

voidAnalyticsService.ReportCounter ( string counterName, int amount = 1 )

Version History:(+0.269)

Tags: RobloxScriptSecurity

voidAnalyticsService.ReportInfluxSeries ( string seriesName, Dictionary points, int throttlingPercentage )

Version History:(+0.310)

Tags: RobloxScriptSecurity

voidAnalyticsService.ReportStats ( string category, float value )

Version History:(+0.269)

Tags: RobloxScriptSecurity

voidAnalyticsService.SendEventDeferred ( string target, string eventContext, string eventName, Dictionary additionalArgs )

Version History:(+0.348)

Tags: RobloxScriptSecurity

voidAnalyticsService.SendEventImmediately ( string target, string eventContext, string eventName, Dictionary additionalArgs )

Version History:(+0.348)

Tags: RobloxScriptSecurity

voidAnalyticsService.SetRBXEvent ( string target, string eventContext, string eventName, Dictionary additionalArgs )

Tags: RobloxScriptSecurity

voidAnalyticsService.SetRBXEventStream ( string target, string eventContext, string eventName, Dictionary additionalArgs )

Version History:(+0.276)

Tags: RobloxScriptSecurity

voidAnalyticsService.TrackEvent ( string category, string action, string label, int64 value = 0 )

Version History:(+0.291)

Tags: RobloxScriptSecurity

voidAnalyticsService.UpdateHeartbeatObject ( Dictionary args )

Version History:(+0.270)

Tags: RobloxScriptSecurity

Inherits: