-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自定义埋点 #143
Comments
@haijingsea 你创建埋点后就能看到。 |
自定义埋点生成的locationPointId是数据库自增的值吗?这样子的话,测试环境埋点的id和正式环境埋点的id可能不一样。这样子不同环境的代码内容不一致,不太友好。是否可以将自定义埋点对应的locationPointId关系导出一份文档。设置埋点项目可以根据这个对应关系文档在代码中设置对应的值。 |
@DaisyLRao 你好,你提出的建议很好,确实不是很友好,目前埋点功能点位设计也确实很简陋。我准备重新设计埋点模块,到时候会把你的建议考虑进去。 🤝 |
希望能自定义扩展参数,方便埋点统计 @a597873885 |
@duleigiser 你好,我们正在准备重做埋点系统,过一段时间会推出。大概十一左右 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在页面上自定义埋点后,不需要对项目源码增加埋点代码就能获取埋点数据吗?如果需要增加,相关介绍在哪里?
The text was updated successfully, but these errors were encountered: