I found the definition of "Reloads" a bit confusing.
From what I understand, it seems to be an automatically collected event that's counted as '1' when the current page view is based on the same page as the immediately previous page view. Is that correct..?
If so, aside from refreshing the browser, are there any other cases where this could happen?
I would really appreciate it if you could kindly let me know
Reloads, like Bounces or pageType, I think is one of the things that is more a relic of historical analytics than anything else.
However, as with the others, it still has uses. Consider how often you visit a website to login, but the back end errors & for some reason it fails. There might not be an error on page, or a new page, or any tracking that can pick this up: However, Reloads would tell you that there's been a spike on that page, which could help indicate there's a back-end problem no-one is yet aware of.
Similarly on other pages where something should happen, but doesn't in the way a user expects- without certain kinds of tracking, the only indication might be that Reloads on that page increased, which could help lead to QA-ing the issue.
You are correct, it's basically triggered when Adobe believes the same page has been reloaded... This could be fooled say on a search result page; assuming you aren't passing something like a page number into your page name when the user paginates... It could be even worse if you only pass a pageName like "search result" (with no context to the search term, page the user is on, filters, etc). This really depends on your implementation and how detailed your page names are....
I use Reloads frequently, for various reasons...
조회 수
답글
좋아요 수
Not very commonly used in high-level dashboards or standard analysis.
However, it can be useful in troubleshooting:
Identifying technical issues, such as loops or bad redirects.
Spotting unintended user behavior (e.g., users stuck on the same page).
Auditing page view tracking logic — especially in SPAs or custom implementations.
I had a problem once reloads was a key KPI for validating the analysis. The page had almost 10 reloads per visit per user and usually it was 1, so we detected the error and validated it against this metric
조회 수
Likes
답글
조회 수
Like
답글