why is there a difference between the visit count and the API server hit number?
what is the difference and relation between the 2?
Views
Replies
Total Likes
Hi @SwatiTi ,
A visit always ties to a time period, so you know whether to count a new visit if the same person returns to your site. A visit starts when the user first arrives on your site. A visit ends when they meet any of the following criteria:
Hits will always be greater than visits.
Visits are sessions → consolidated view of multiple hits.
Hits are raw activity → every tracked interaction.
Example:
1,000 hits from 200 visitors.
Those visitors had 250 visits total.
So you’ll see:
Hits (API server calls): 1,000
Visits (Adobe Analytics report): 250
Refer the link: https://experienceleague.adobe.com/en/docs/analytics/components/metrics/visits
https://experienceleague.adobe.com/en/docs/analytics/components/metrics/page-views
Thanks.
Pradnya
Hi @SwatiTi
The difference comes down to scope -
Hits (server calls) - every individual request sent to Adobe Analytics (page views, link clicks, events, media pings, etc.).
Visits - a grouping of hits into a session, based on rules (30 minutes of inactivity, 12 hours max duration, 2,500 hits, or 100 hits in 100 seconds).
So, multiple hits roll up into a single visit. That’s why hit counts will always be higher than visit counts.
Example: a user views 5 pages, clicks 2 links, and adds to cart → 8 hits, but still 1 visit.
In short: hits measure every tracked action, visits measure sessions of user activity.
Views
Replies
Total Likes
Views
Likes
Replies