Roblox API Reference

AnalyticsService On DevHub

Summary

This class is a service. It is a singleton that may be acquired with GetService.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.

Tags: [Service, Deprecated]

Inherits (1)

Member index (6)

Type Member History
string ApiKey 391 438
null FireCustomEvent (Instance player, string eventCategory, Variant customData) 457 573
null FireEvent (string category, Variant value) 391 438 573
null FireInGameEconomyEvent (Instance player, string itemName, AnalyticsEconomyAction economyAction, string itemCategory, int amount, string currency, Variant location, Variant customData) 457 573
null FireLogEvent (Instance player, AnalyticsLogLevel logLevel, string message, Variant debugInfo, Variant customData) 457 573
null FirePlayerProgressionEvent (Instance player, string category, AnalyticsProgressionStatus progressionStatus, Variant location, Variant statistics, Variant customData) 457 573
57 members inherited from Instance

Removed member index (13)

Type Member History
string GetClientId () 364 386
string GetSessionId () 364 386
void ReleaseRBXEventStream (string target) 335 386
void ReportCounter (string counterName, int amount = 1) 269 386
void ReportInfluxSeries (string seriesName, Dictionary points, int throttlingPercentage) 310 386
void ReportStats (string category, float value) 269 386
void SendEventDeferred (string target, string eventContext, string eventName, Dictionary additionalArgs) 348 386
void SendEventImmediately (string target, string eventContext, string eventName, Dictionary additionalArgs) 348 386
void SetRBXEvent (string target, string eventContext, string eventName, Dictionary additionalArgs) 269 386
void SetRBXEventStream (string target, string eventContext, string eventName, Dictionary additionalArgs) 276 386
void TrackEvent (string category, string action, string label, int64 value = 0) 291 325 386
void TrackEventWithArgs (string category, string action, string label, Dictionary args, int64 value = 0) 377 386
void UpdateHeartbeatObject (Dictionary args) 270 386

History

Members

ApiKey On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.

History

Tags: [Deprecated]

FireCustomEvent On DevHub

Name Type Default
player Instance none
eventCategory string none
customData Variant none

History

FireEvent On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
category string none
value Variant none

History

Tags: [Deprecated]

FireInGameEconomyEvent On DevHub

Name Type Default
player Instance none
itemName string none
economyAction AnalyticsEconomyAction none
itemCategory string none
amount int none
currency string none
location Variant none
customData Variant none

History

FireLogEvent On DevHub

Name Type Default
player Instance none
logLevel AnalyticsLogLevel none
message string none
debugInfo Variant none
customData Variant none

History

FirePlayerProgressionEvent On DevHub

Name Type Default
player Instance none
category string none
progressionStatus AnalyticsProgressionStatus none
location Variant none
statistics Variant none
customData Variant none

History

Removed members

GetClientId

Name Type Default
No parameters.

History

GetSessionId

Name Type Default
No parameters.

History

ReleaseRBXEventStream

Name Type Default
target string none

History

ReportCounter

Name Type Default
counterName string none
amount int 1

History

ReportInfluxSeries

Name Type Default
seriesName string none
points Dictionary none
throttlingPercentage int none

History

ReportStats

Name Type Default
category string none
value float none

History

SendEventDeferred

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

SendEventImmediately

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

SetRBXEvent

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

SetRBXEventStream

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

TrackEvent

Name Type Default
category string none
action string none
label string none
value int64 0

History

TrackEventWithArgs

Name Type Default
category string none
action string none
label string none
args Dictionary none
value int64 0

History

UpdateHeartbeatObject

Name Type Default
args Dictionary none

History

Relevant classes (1)

Relevant enums (3)