fix: google analytics not work, supported ga4 measurement protocol

This commit is contained in:
henry.chen
2023-09-25 18:12:57 +08:00
parent 2be53379e1
commit 9b918caccd
4 changed files with 19 additions and 13 deletions

View File

@@ -69,7 +69,6 @@ type Google struct {
URL string `yaml:"url"`
Tid string `yaml:"tid"`
V string `yaml:"v"`
T string `yaml:"t"`
AdSense string `yaml:"adsense"`
}