Skip to content

Commit 9b04268

Browse files
authored
Merge pull request #635 from humanmade/pageview-faq
add new page view FAQ page
2 parents 4bf9389 + 18e87d3 commit 9b04268

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Understanding Page View Billing on Altis Cloud
2+
3+
## What Is an Altis Page View?
4+
5+
An Altis page view is any response from the Altis Cloud platform that results in an HTML page. This includes users loading pages, as
6+
well as automated traffic such as search engines indexing your site, AI bots scraping content, and other automated requests.
7+
8+
## Why Is There a Discrepancy Between Altis Page Views and My Analytics Data?
9+
10+
The discrepancy arises because Altis counts every request that results in an HTML page, including automated traffic and users with
11+
JavaScript disabled. In contrast, analytics tools like Google Analytics rely on JavaScript running in the user’s browser, which may
12+
not capture all visits, especially from bots, users with ad blockers, or those who disable JavaScript. This leads to higher page
13+
view counts on Altis compared to traditional analytics platforms.
14+
15+
## Best Practices for Managing Automated Traffic
16+
17+
1. Review Your Data: Regularly analyze your traffic data to understand common user agents, response codes, URLs, and the geographic
18+
origin of your traffic. This helps you ensure that the traffic aligns with your expected audience and identify any anomalies.
19+
2. Utilize robots.txt: Configure your robots.txt file to control which crawlers can access your site and how frequently they can do
20+
so. This can help manage the load from search engines and other automated agents.
21+
3. Request Block Rules: If you identify problematic automated traffic, contact your Altis account manager to request specific block
22+
rules.
23+
4. Analyze Access Logs: Download and review access logs from the Altis dashboard to get detailed insights into traffic patterns,
24+
sources, and the type of content being accessed. This can help you identify and manage unusual spikes.
25+
26+
## Common Misconceptions
27+
28+
1. All Traffic is the Same: A common misconception is that every recorded page view represents a real user. In reality, it includes
29+
automated traffic such as bots and crawlers, which inflate the numbers.
30+
2. Page Views Match Analytics Data: Many users assume that page views in Altis should match their analytics data. However, due to
31+
differences in counting methods (e.g., JavaScript-based analytics vs. server-side counting), these numbers will significantly
32+
differ.
33+
3. Only Human Visits Count: Another misconception is that only human visits are counted. Altis page views include all HTML page
34+
responses, whether from humans, bots, or automated processes.

0 commit comments

Comments
 (0)