change: update ga events

This commit is contained in:
debugtalk
2022-03-22 11:54:49 +08:00
parent 2bb50d846f
commit 7ab546865a
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ type UserTimingTracking struct {
HitType string `form:"t"` // Timing hit type
Category string `form:"utc"` // Required. user timing category. e.g. jsonLoader
Variable string `form:"utv"` // Required. timing variable. e.g. load
Duration string `form:"utt"` // Required. time took duration. Required.
Duration string `form:"utt"` // Required. time took duration.
Label string `form:"utl"` // Optional. user timing label. e.g jQuery
startTime time.Time
duration time.Duration // time took duration