We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0ccc4 commit 4afe727Copy full SHA for 4afe727
content/en-us/production/analytics/custom-events.md
@@ -28,7 +28,6 @@ Events will automatically track both event count and unique user count. For valu
28
```lua
29
local AnalyticsService = game:GetService("AnalyticsService")
30
31
-
32
AnalyticsService:LogCustomEvent(
33
player,
34
"MissionStarted" -- Event name
@@ -42,7 +41,6 @@ You can also track events with values for metrics that require more quantitative
42
41
43
44
45
46
47
48
"MissionCompletedDuration", -- Event name
0 commit comments