当前位置:网站首页>Some problems and ideas of data embedding point
Some problems and ideas of data embedding point
2022-07-04 14:22:00 【This program ape is so beautiful】
This article is some ideas about the buried points of our company
1. Buried point event binding
First , Our company has page embedding points ( The only buried point on each page , For example, the home page ) And events ( Buried point of behavior , For example, click on ) Two kinds of
We are the event embedment point and will bind the page embedment point , That is, a behavior of each page has a unique buried point , But is this necessary , Or what is the cost of doing this
There are hundreds of buried sites in our company ( Tiktok wechat and so on are generally 100 about ), A like will have multiple buried points on different pages , It causes great trouble for maintenance and data development , In fact, we want all orders / Like and so on are the burial points of the same event , You can use one field to distinguish pages , For example, cancel the page burying point binding , The buried point of behavior events remains unchanged , You can distinguish the source by embedding points on the page , In the future, we will try to promote the unbound and unified specification of buried point events
2. The source of the entrance
give an example : Chat room entrance , I know that the user has entered the chat room , But I don't know its source , It can also be said that the embedding point does not contain the information of its previous page
I will promote such a thing later , You should be able to get the information of the previous page , That is, the entrance of behavior , Facilitate event correlation , But you need to avoid user fallback events
边栏推荐
- QT how to detect whether the mouse is on a control
- Understand chisel language thoroughly 08. Chisel Foundation (V) -- wire, REG and IO, and how to understand chisel generation hardware
- Map of mL: Based on Boston house price regression prediction data set, an interpretable case is realized by using the map value to the LIR linear regression model
- Migration from go vendor project to mod project
- 去除重複字母[貪心+單調棧(用數組+len來維持單調序列)]
- CVPR 2022 | greatly reduce the manual annotation required for zero sample learning, and propose category semantic embedding rich in visual information (source code download)
- 基于51单片机的超声波测距仪
- 实时数据仓库
- Huahao Zhongtian rushes to the scientific and Technological Innovation Board: the annual loss is 280million, and it is proposed to raise 1.5 billion. Beida pharmaceutical is a shareholder
- LifeCycle
猜你喜欢
使用CLion编译OGLPG-9th-Edition源码
ML之shap:基于boston波士顿房价回归预测数据集利用shap值对XGBoost模型实现可解释性案例
DDD application and practice of domestic hotel transactions -- Code
MATLAB中tiledlayout函数使用
C# wpf 实现截屏框实时截屏功能
Test evaluation of software testing
Intelligence d'affaires bi analyse financière, analyse financière au sens étroit et analyse financière au sens large sont - ils différents?
实时数据仓库
docker-compose公网部署redis哨兵模式
flink sql-client.sh 使用教程
随机推荐
Mask wearing detection based on yolov1
【云原生】我怎么会和这个数据库杠上了?
实时数据仓库
【FAQ】華為帳號服務報錯 907135701的常見原因總結和解决方法
Remove duplicate letters [greedy + monotonic stack (maintain monotonic sequence with array +len)]
Understand chisel language thoroughly 08. Chisel Foundation (V) -- wire, REG and IO, and how to understand chisel generation hardware
Excel quickly merges multiple rows of data
Progress in architecture
【MySQL从入门到精通】【高级篇】(五)MySQL的SQL语句执行流程
NowCoder 反转链表
学内核之三:使用GDB跟踪内核调用链
Assertion of unittest framework
R language uses the mutation function of dplyr package to standardize the specified data column (using mean function and SD function), and calculates the grouping mean of the standardized target varia
Understand chisel language thoroughly 06. Chisel Foundation (III) -- registers and counters
聊聊保证线程安全的 10 个小技巧
LifeCycle
Idea shortcut keys
JVM memory layout detailed, illustrated, well written!
数据埋点的一些问题和想法
Leetcode T47: 全排列II