Skip to content

Commit 4afe727

Browse files
authored
Update custom-events.md
1 parent 0e0ccc4 commit 4afe727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/en-us/production/analytics/custom-events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Events will automatically track both event count and unique user count. For valu
2828
```lua
2929
local AnalyticsService = game:GetService("AnalyticsService")
3030

31-
3231
AnalyticsService:LogCustomEvent(
3332
player,
3433
"MissionStarted" -- Event name
@@ -42,7 +41,6 @@ You can also track events with values for metrics that require more quantitative
4241
```lua
4342
local AnalyticsService = game:GetService("AnalyticsService")
4443

45-
4644
AnalyticsService:LogCustomEvent(
4745
player,
4846
"MissionCompletedDuration", -- Event name

0 commit comments

Comments
 (0)