当前位置:网站首页>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.
边栏推荐
- Common properties of location
- Navigator object (determine browser type)
- 1041 be unique (20 points (s)) (hash: find the first number that occurs once)
- Arduino JSON data information parsing
- [leetcode19]删除链表中倒数第n个结点
- Redis cache update strategy, cache penetration, avalanche, breakdown problems
- Use of lists
- Intermediate use tutorial of postman [environment variables, test scripts, assertions, interface documents, etc.]
- (1) Introduction Guide to R language - the first step of data analysis
- Important methods of array and string
猜你喜欢
Guided package method in idea
CUDA C programming authoritative guide Grossman Chapter 4 global memory
基于Redis的分布式ID生成器
Générateur d'identification distribué basé sur redis
Learning notes of JS variable scope and function
JS 函数提升和var变量的声明提升
ES6 grammar summary -- Part 2 (advanced part es6~es11)
SVN更新后不出现红色感叹号
Conditional probability
There is no red exclamation mark after SVN update
随机推荐
Vulnhub target: hacknos_ PLAYER V1.1
Custom view puzzle getcolor r.color The color obtained by colorprimary is incorrect
2021.11.10 compilation examination
Esp8266 connect onenet (old mqtt mode)
RuntimeError: cuDNN error: CUDNN_ STATUS_ NOT_ INITIALIZED
Learning notes of JS variable scope and function
[Offer29] 排序的循环链表
Problèmes avec MySQL time, fuseau horaire, remplissage automatique 0
NRF24L01 troubleshooting
基于Redis的分布式锁 以及 超详细的改进思路
js题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
Générateur d'identification distribué basé sur redis
The dolphin scheduler remotely executes shell scripts through the expect command
[Nodejs] 20. Koa2 onion ring model ----- code demonstration
[leetcode19] delete the penultimate node in the linked list
Gateway 根据服务名路由失败,报错 Service Unavailable, status=503
Compilation principle: preprocessing of source program and design and implementation of lexical analysis program (including code)
In 2020, the average salary of IT industry exceeded 170000, ranking first
js 变量作用域和函数的学习笔记
MySQL time, time zone, auto fill 0