RbxAnalyticsService
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 21
Description
History 54
- 573 Change ReturnType of UpdateHeartbeatObject from void to null
- 573 Change ReturnType of TrackEventWithArgs from void to null
- 573 Change ReturnType of TrackEvent from void to null
- 573 Change ReturnType of SetRBXEventStream from void to null
- 573 Change ReturnType of SetRBXEvent from void to null
- 573 Change ReturnType of SendEventImmediately from void to null
- 573 Change ReturnType of SendEventDeferred from void to null
- 573 Change ReturnType of ReportToDiagByCountryCode from void to null
- 573 Change ReturnType of ReportStats from void to null
- 573 Change ReturnType of ReportInfluxSeries from void to null
- 573 Change ReturnType of ReportCounter from void to null
- 573 Change ReturnType of RemoveGlobalPointsTag from void to null
- 573 Change ReturnType of RemoveGlobalPointsField from void to null
- 573 Change ReturnType of ReleaseRBXEventStream from void to null
- 573 Change ReturnType of DEPRECATED_TrackEventWithArgs from void to null
- 573 Change ReturnType of DEPRECATED_TrackEvent from void to null
- 573 Change ReturnType of AddGlobalPointsTag from void to null
- 573 Change ReturnType of AddGlobalPointsField from void to null
- 566 Add GetPlaySessionId
- 547 Add DEPRECATED_TrackEventWithArgs
- 547 Add DEPRECATED_TrackEvent
- 490 Add RemoveGlobalPointsTag
- 490 Add AddGlobalPointsTag
- 487 Add RemoveGlobalPointsField
- 487 Add AddGlobalPointsField
- 462 Change ThreadSafety of UpdateHeartbeatObject from to Unsafe
- 462 Change ThreadSafety of TrackEventWithArgs from to Unsafe
- 462 Change ThreadSafety of TrackEvent from to Unsafe
- 462 Change ThreadSafety of SetRBXEventStream from to Unsafe
- 462 Change ThreadSafety of SetRBXEvent from to Unsafe
- 462 Change ThreadSafety of SendEventImmediately from to Unsafe
- 462 Change ThreadSafety of SendEventDeferred from to Unsafe
- 462 Change ThreadSafety of ReportToDiagByCountryCode from to Unsafe
- 462 Change ThreadSafety of ReportStats from to Unsafe
- 462 Change ThreadSafety of ReportInfluxSeries from to Unsafe
- 462 Change ThreadSafety of ReportCounter from to Unsafe
- 462 Change ThreadSafety of ReleaseRBXEventStream from to Unsafe
- 462 Change ThreadSafety of GetSessionId from to Unsafe
- 462 Change ThreadSafety of GetClientId from to Unsafe
- 391 Add ReportToDiagByCountryCode
- 386 Add UpdateHeartbeatObject
- 386 Add TrackEventWithArgs
- 386 Add TrackEvent
- 386 Add SetRBXEventStream
- 386 Add SetRBXEvent
- 386 Add SendEventImmediately
- 386 Add SendEventDeferred
- 386 Add ReportStats
- 386 Add ReportInfluxSeries
- 386 Add ReportCounter
- 386 Add ReleaseRBXEventStream
- 386 Add GetSessionId
- 386 Add GetClientId
- 386 Add RbxAnalyticsService
Members 21
AddGlobalPointsField
Parameters (2) | ||
---|---|---|
key | string | |
value | int | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of AddGlobalPointsField from void to null
- 487 Add AddGlobalPointsField
AddGlobalPointsTag
Parameters (2) | ||
---|---|---|
key | string | |
value | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of AddGlobalPointsTag from void to null
- 490 Add AddGlobalPointsTag
DEPRECATED_TrackEvent
Parameters (4) | Default | |
---|---|---|
category | string | |
action | string | |
label | string | |
value | int64 | 0 |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of DEPRECATED_TrackEvent from void to null
- 547 Add DEPRECATED_TrackEvent
DEPRECATED_TrackEventWithArgs
Parameters (5) | Default | |
---|---|---|
category | string | |
action | string | |
label | string | |
args | Dictionary | |
value | int64 | 0 |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of DEPRECATED_TrackEventWithArgs from void to null
- 547 Add DEPRECATED_TrackEventWithArgs
GetClientId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetClientId from to Unsafe
- 386 Add GetClientId
GetPlaySessionId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 566 Add GetPlaySessionId
GetSessionId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetSessionId from to Unsafe
- 386 Add GetSessionId
ReleaseRBXEventStream
Parameters (1) | ||
---|---|---|
target | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ReleaseRBXEventStream from void to null
- 462 Change ThreadSafety of ReleaseRBXEventStream from to Unsafe
- 386 Add ReleaseRBXEventStream
RemoveGlobalPointsField
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of RemoveGlobalPointsField from void to null
- 487 Add RemoveGlobalPointsField
RemoveGlobalPointsTag
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of RemoveGlobalPointsTag from void to null
- 490 Add RemoveGlobalPointsTag
ReportCounter
Parameters (2) | Default | |
---|---|---|
counterName | string | |
amount | int | 1 |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ReportCounter from void to null
- 462 Change ThreadSafety of ReportCounter from to Unsafe
- 386 Add ReportCounter
ReportInfluxSeries
Parameters (3) | ||
---|---|---|
seriesName | string | |
points | Dictionary | |
throttlingPercentage | int | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ReportInfluxSeries from void to null
- 462 Change ThreadSafety of ReportInfluxSeries from to Unsafe
- 386 Add ReportInfluxSeries
ReportStats
Parameters (2) | ||
---|---|---|
category | string | |
value | float | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ReportStats from void to null
- 462 Change ThreadSafety of ReportStats from to Unsafe
- 386 Add ReportStats
ReportToDiagByCountryCode
Parameters (3) | ||
---|---|---|
featureName | string | |
measureName | string | |
seconds | double | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ReportToDiagByCountryCode from void to null
- 462 Change ThreadSafety of ReportToDiagByCountryCode from to Unsafe
- 391 Add ReportToDiagByCountryCode
SendEventDeferred
Parameters (4) | ||
---|---|---|
target | string | |
eventContext | string | |
eventName | string | |
additionalArgs | Dictionary | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of SendEventDeferred from void to null
- 462 Change ThreadSafety of SendEventDeferred from to Unsafe
- 386 Add SendEventDeferred
SendEventImmediately
Parameters (4) | ||
---|---|---|
target | string | |
eventContext | string | |
eventName | string | |
additionalArgs | Dictionary | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of SendEventImmediately from void to null
- 462 Change ThreadSafety of SendEventImmediately from to Unsafe
- 386 Add SendEventImmediately
SetRBXEvent
Parameters (4) | ||
---|---|---|
target | string | |
eventContext | string | |
eventName | string | |
additionalArgs | Dictionary | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of SetRBXEvent from void to null
- 462 Change ThreadSafety of SetRBXEvent from to Unsafe
- 386 Add SetRBXEvent
SetRBXEventStream
Parameters (4) | ||
---|---|---|
target | string | |
eventContext | string | |
eventName | string | |
additionalArgs | Dictionary | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of SetRBXEventStream from void to null
- 462 Change ThreadSafety of SetRBXEventStream from to Unsafe
- 386 Add SetRBXEventStream
TrackEvent
Parameters (4) | Default | |
---|---|---|
category | string | |
action | string | |
label | string | |
value | int64 | 0 |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of TrackEvent from void to null
- 462 Change ThreadSafety of TrackEvent from to Unsafe
- 386 Add TrackEvent
TrackEventWithArgs
Parameters (5) | Default | |
---|---|---|
category | string | |
action | string | |
label | string | |
args | Dictionary | |
value | int64 | 0 |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of TrackEventWithArgs from void to null
- 462 Change ThreadSafety of TrackEventWithArgs from to Unsafe
- 386 Add TrackEventWithArgs
UpdateHeartbeatObject
Parameters (1) | ||
---|---|---|
args | Dictionary | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of UpdateHeartbeatObject from void to null
- 462 Change ThreadSafety of UpdateHeartbeatObject from to Unsafe
- 386 Add UpdateHeartbeatObject