当前位置:网站首页>数据埋点的一些问题和想法
数据埋点的一些问题和想法
2022-07-04 12:52:00 【这个程序猿可太秀了】
这篇文章是对自己公司的埋点的一些想法
1.埋点事件绑定
首先,我们公司的有页面埋点(每个页面唯一埋点,比如首页)和事件埋点(行为的埋点,比如点击)两种
我们是事件埋点会绑定页面埋点,也就是每个页面的一个行为有一个唯一埋点,但是这样做有必要吗,或者说这样做的代价是什么
我们公司埋点有好几百个(抖音微信等一般也就100个左右),一个点赞在不同页面就会有多个埋点,对维护和数据开发造成极大的麻烦,其实我们想要所有的下单/点赞等是同一个事件埋点,可以用一个字段区分页面即可,比如取消页面埋点绑定,行为事件埋点不变,可以通过页面埋点区分来源,后续会尝试推动埋点事件解绑并统一规范
2. 入口来源
举例:聊天室入口,我知道用户进入聊天室了,但是我不知道它的来源,也可以说埋点不包含它的上个页面的信息
我后面会推动这样一个事情,要可以获取上个页面的信息,也就是行为的入口,方便做事件关联,但是需要避免用户后退事件
边栏推荐
- Leetcode T48:旋转图像
- R language uses follow up of epidisplay package The plot function visualizes the longitudinal follow-up map of multiple ID (case) monitoring indicators, and uses stress The col parameter specifies the
- Test process arrangement (2)
- [antd step pit] antd form cooperates with input Form The height occupied by item is incorrect
- Fs4059c is a 5V input boost charging 12.6v1.2a. Inputting a small current to three lithium battery charging chips will not pull it dead. The temperature is 60 ° and 1000-1100ma is recommended
- Understand chisel language thoroughly 03. Write to the developer of Verilog to chisel (you can also see it without Verilog Foundation)
- [matlab] summary of conv, filter, conv2, Filter2 and imfilter convolution functions
- Test evaluation of software testing
- R language uses bwplot function in lattice package to visualize box plot and par Settings parameter custom theme mode
- DDD application and practice of domestic hotel transactions -- Code
猜你喜欢

Apple 5g chip research and development failure: continue to rely on Qualcomm, but also worry about being prosecuted?
![去除重複字母[貪心+單調棧(用數組+len來維持單調序列)]](/img/af/a1dcba6f45eb4ccc668cd04a662e9c.png)
去除重複字母[貪心+單調棧(用數組+len來維持單調序列)]

Test process arrangement (3)

Product identification of intelligent retail cabinet based on paddlex

The font of markdown grammar is marked in red

flink sql-client.sh 使用教程

MATLAB中tiledlayout函数使用

【信息检索】分类和聚类的实验

瑞吉外卖笔记

Data warehouse interview question preparation
随机推荐
JVM memory layout detailed, illustrated, well written!
LiveData
LifeCycle
ViewModel 初体验
Understand chisel language thoroughly 04. Chisel Foundation (I) - signal type and constant
GCC [6] - 4 stages of compilation
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
R语言使用dplyr包的group_by函数和summarise函数基于分组变量计算目标变量的均值、标准差
[FAQ] Huawei Account Service Error Report 907135701 Common reasons Summary and Solutions
[matlab] summary of conv, filter, conv2, Filter2 and imfilter convolution functions
软件测试之测试评估
Code hoof collection of wonderful secret place
China Post technology rushes to the scientific innovation board: the annual revenue is 2.058 billion, and the postal group is the major shareholder
按照功能对Boost库进行分类
[R language data science]: cross validation and looking back
Leetcode T49: 字母异位词分组
The font of markdown grammar is marked in red
数据仓库面试问题准备
Unittest中的TestSuite和TestRunner
C # WPF realizes the real-time screen capture function of screen capture box