


I created a report in AA workspace where I added "Visits" as metric and Customer ID (tried evar & prop) as dimension. The workspace shows total visits as 56,000 but when I extracted that table as csv and added visits it shows 80,000 as total.
When I tried the same report with dimension as Hours, the AA workspace showed total visits as 56,000 but When I extracted the table in csv and added the visits it shows 69,000 as total visit.
Date range is just one day (Apr 1, 2022)
What's the logic here? Am I interpreting the calculation wrong?
Views
Replies
Total Likes
Hi @aagk123 This happens because the total you see below Visit metric is deduplicated count of a visit.
Here is an example that should give you some clarity:
Visit #1 | Visit #2 | |||
Page | Visit | Page | Visit | |
A | 1 | A | 1 | |
B | 1 | X | 1 | |
C | 1 |
AA Workspace: Since in reality there was only two visit where the visitor navigated through these pages, Workspace deduplicates the count of visits. So, summing visit for each page to determine total visit would not make any sense.
Page | Visit |
2 (dedup) | |
A | 2 |
B | 1 |
C | 1 |
X | 1 |
Views
Replies
Total Likes