Reputation: 1413
why is visits 0 in some ga records?
the visiter visit my site , then the visits should be at least 1. but I check my ga reports, there are many reocord has 0 visits.
and by the way, there are many time values 0 too . any one tells why?
Upvotes: 0
Views: 67
Reputation: 2875
This boils down to the data model used in Google Analytics.
The visit is assigned to the first page but not subsequent pages, whereas unique visitors are assigned to each page. Notice that for each page that has 0 visits, the number of unique visitors is 1 or more. More details here.
Upvotes: 1