当前位置:网站首页>Meanings and differences of PV, UV, IP, VV, CV
Meanings and differences of PV, UV, IP, VV, CV
2022-07-06 12:37:00 【It blade out of sheath】
Original website :PV,UV,IP,VV,CV Meaning and difference _IT A blog with a sharp blade -CSDN Blog
brief introduction
This article introduces Internet operation ( product ) Common concepts in the industry , Include :PV,UV,IP,VV,CV.
PV(Page View)
meaning
Page views
explain
Every time the user opens 1 A web page , Record 1 individual PV.
The user opens the same page many times ,PV Value accumulated multiple times .
It is mainly used to measure the number of web pages visited by website users .
It is one of the most commonly used indicators to evaluate website traffic .
UV(Unique Visitor)
meaning
Number of unique visitors .
explain
UV Value indicates access through the Internet 、 The number of natural persons on the traffic website .
1 The same visitor visited the website many times during the day , Only calculated as 1 An independent visitor .
The introduction of this concept , It is to divide the access data from the perspective of individual users .
How to mark users ?
- cookie+uuid
- Judge client ( Browser ) Whether there is cookie, If it does not exist, allocate uuid And write cookie
- IP
- use IP To mark users , Then the statistics come out uv The number will equal IP Count , Personally, I think it's a little strange , But I did read the relevant information and have this plan , This solution does not need to rely on cookie
IP( Independent IP)
meaning
Independent ip Address .
explain
finger 1 Different use in days ip Number of sites visited by users of the address .
same IP No matter how many pages you visit , Independent IP It's only recorded as 1.
A visitor ( Use an account ) Use multiple devices ( The Internet ) Visits can be counted as multiple IP, The same IP Using different accounts will count as multiple UV.
IP Focus on the difference between network addresses ,UV Focus on reflecting the differences of visitors .
VV(Visit View)
meaning
Number of visitors .
explain
It is used to record how many times all visitors visit the website in a day .
When the visitor finishes all browsing and finally closes all pages of the website , Then completed a visit .
The same visitor may have multiple visits in a day , Cumulative number of visits .
remarks
Another way of saying it is :VV(Video View, Video playback volume )
In a statistical period , The number of times the video was opened .
CV(Content Views)
meaning
Number of content playback .
explain
In a statistical period , The video is opened , And the positive content of the video ( Except advertising ) The sum of the number of successful plays .
Due to the loss of some users during advertising , therefore CV<VV.
边栏推荐
- MySQL replacement field part content
- NRF24L01 troubleshooting
- History object
- The dolphin scheduler remotely executes shell scripts through the expect command
- Unity3d makes the registration login interface and realizes the scene jump
- [offer18] delete the node of the linked list
- Basic operations of databases and tables ----- modifying data tables
- (4) Data visualization of R language -- matrix chart, histogram, pie chart, scatter chart, linear regression and strip chart
- JS變量類型以及常用類型轉換
- Database course design: college educational administration management system (including code)
猜你喜欢
![[Clickhouse kernel principle graphic explanation] about the collaborative work of partitioning, indexing, marking and compressed data](/img/28/221b0a51ef5f2e8ed5aeca2de8f463.jpg)
[Clickhouse kernel principle graphic explanation] about the collaborative work of partitioning, indexing, marking and compressed data

Redis based distributed ID generator

ES6 grammar summary -- Part I (basic)

Remember an experience of ECS being blown up by passwords - closing a small black house, changing passwords, and changing ports

Redis 缓存更新策略,缓存穿透、雪崩、击穿问题

Custom view puzzle getcolor r.color The color obtained by colorprimary is incorrect

Unity3D制作注册登录界面,并实现场景跳转

idea中导包方法

(五)R语言入门生物信息学——ORF和序列分析

Vscode basic configuration
随机推荐
Page performance optimization of video scene
单片机蓝牙无线烧录
Basic operations of databases and tables ----- modifying data tables
Working principle of genius telephone watch Z3
Solution to the problem of automatic login in Yanshan University Campus Network
MySQL占用内存过大解决方案
Design and implementation of general interface open platform - (39) simple and crude implementation of API services
Remember an experience of ECS being blown up by passwords - closing a small black house, changing passwords, and changing ports
Easy to use shortcut keys in idea
Single chip Bluetooth wireless burning
Embedded startup process
JS regular expression basic knowledge learning
Minio file download problem - inputstream:closed
Gateway 根据服务名路由失败,报错 Service Unavailable, status=503
@Autowired 和 @Resource 的区别
数据库课程设计:高校教务管理系统(含代码)
Common DOS commands
Detailed explanation of truncate usage
(the first set of course design) sub task 1-5 317 (100 points) (dijkstra: heavy edge self loop)
Redis based distributed locks and ultra detailed improvement ideas