访客落地页、在线读秒与浏览轨迹
记录进线页面与换页路径,心跳刷新活跃时间;工作台展示落地页/当前页/轨迹时间线与在线时长,嵌入脚本同步宿主 SPA 路由。
This commit is contained in:
@@ -40,6 +40,8 @@ func SetupRoutes(r *gin.Engine, store storage.ObjectStorage, storageCfg config.S
|
||||
widgetApi.GET("/ws", widget.Connect)
|
||||
widgetApi.POST("/rating", widget.SubmitRating)
|
||||
widgetApi.POST("/upload", upload.WidgetUploadImage)
|
||||
widgetApi.POST("/pageview", widget.PageView)
|
||||
widgetApi.POST("/heartbeat", widget.Heartbeat)
|
||||
|
||||
// 需要认证的接口
|
||||
authRequired := api.Group("")
|
||||
|
||||
Reference in New Issue
Block a user