Per-URL Analytics

Deep traffic analytics for individual URLs — page views, bot activity, response times, referrers, and rule trigger data.

Per-URL Analytics provides detailed traffic data for individual pages on your domain. While domain-level Analytics shows aggregate traffic across your entire site, the URL Analytics tab drills down to a single URL — showing exactly who is visiting, how often, and how the gateway is responding.


Accessing URL Analytics

Navigate to any URL Detail page and click the Analytics tab. The data comes from the gateway's request logs for that specific URL path.


Overview Metrics

The top of the tab shows key metrics for the selected time range:

MetricDescription
Page ViewsTotal requests to this URL
Unique VisitorsDistinct visitors based on IP and user agent
Bot RequestsRequests from identified crawlers and bots
AI Bot RequestsRequests from AI training crawlers (GPTBot, ClaudeBot, etc.)
Avg. Response TimeMean gateway response time in milliseconds
Cache Hit RatePercentage of requests served from the Edge Cache

Time Range

Filter all charts and metrics by time range:

  • Last 24 hours — hourly granularity
  • Last 7 days — daily granularity
  • Last 30 days — daily granularity
  • Custom range — pick any start and end date

Traffic Over Time

A time-series chart shows request volume for this URL, with two series:

  • Human traffic — regular visitor requests
  • Bot traffic — identified crawlers and bots

Spot patterns like periodic crawl spikes, traffic from campaigns hitting this specific URL, or unusual activity that warrants investigation.


Bot Breakdown

A ranked list of bots that have visited this URL, with request counts. AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) are highlighted separately, giving you visibility into how AI companies are interacting with this specific page.


A line chart showing how the gateway's response time for this URL has changed over the selected period. Use this to:

  • Identify pages that are slow to serve (possibly due to origin latency)
  • Verify that Edge Cache hits are keeping response times low
  • Spot regressions after origin deployments

Top Referrers

Shows the most common HTTP Referer values for requests to this URL. Use referrer data to understand how visitors are finding this specific page — through search engines, social media, other pages on your site, or direct access.


Rules Triggered

Shows which rules matched requests to this URL and how many times each rule was triggered. This helps you verify that the right rules are applying to this page and catch any unexpected rule matches.


Status Codes

A distribution of HTTP status codes returned for this URL over the selected period. Monitor for:

  • Unexpected 4xx codes that could indicate broken pages
  • 3xx codes from redirects
  • 5xx codes indicating origin server issues

Relationship to Domain Analytics

Domain Analytics (the Analytics tab on the domain dashboard) shows aggregate data across all URLs. URL Analytics is the per-page drill-down view. Both use the same underlying request log data, just filtered differently.

If you notice unusual patterns in domain-level analytics, use URL Analytics to pinpoint which specific pages are driving the behavior.

On this page