You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update zone-analytics.mdx
Updated "Traffic" to the new title "HTTP Traffic" and updated the list of filtering options
* Update zone-analytics.mdx
Clarification on JA3 and JA4 filters
Copy file name to clipboardExpand all lines: src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx
+33-6Lines changed: 33 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ This section outlines the metrics available under each Analytics app tab. Before
43
43
44
44
Below is a summary of each Analytics app tab.
45
45
46
-
### Traffic
46
+
### HTTP Traffic
47
47
48
48
#### Free plan
49
49
50
-
These metrics include legitimate user requests as well as crawlers and threats. The Traffic tab features the following panels:
50
+
These metrics include legitimate user requests as well as crawlers and threats. The HTTP Traffic tab features the following panels:
51
51
52
52
***Web Traffic** - Displays metrics for *Requests*, *Bandwidth*, and *Unique Visitors*. If you are using Cloudflare Workers, subrequests data will not be visible in zone Traffic Analytics. Instead, you can find subrequests analytics under the **Workers & Pages** tab in the **Overview** section. Refer to [Worker Analytics](/analytics/account-and-zone-analytics/analytics-with-workers/#worker-analytics) for more information.
53
53
***Web Traffic Requests by Country** - Is an interactive map that breaks down the number of requests by country. This panel also includes a data table for **Top Traffic Countries / Regions** that display the countries with the most number of requests (up to five, if the data exists).
@@ -56,19 +56,46 @@ These metrics include legitimate user requests as well as crawlers and threats.
56
56
57
57
:::note
58
58
59
-
Privacy-first Web Traffic Analytics are available on the Pro, Business,
59
+
Privacy-first HTTP Traffic Analytics are available on the Pro, Business,
60
60
and Enterprise plans.
61
61
:::
62
62
63
-
Analytics are based on Cloudflare's edge logs, with no need for third party scripts or trackers. The Traffic tab features the following metrics:
63
+
Analytics are based on Cloudflare's edge logs, with no need for third party scripts or trackers. The HTTP Traffic tab features the following metrics:
64
64
65
-
***Requests** - An HTTP request. A typical page view requires many requests. If you are using Cloudflare Workers, subrequests data will not be visible in zone Traffic Analytics. Instead, you can find subrequests analytics under the **Workers & Pages** tab in the **Overview** section. Refer to [Worker Analytics](/analytics/account-and-zone-analytics/analytics-with-workers/#worker-analytics) for more information.
65
+
***Requests** - An HTTP request. A typical page view requires many requests. If you are using Cloudflare Workers, subrequests data will not be visible in zone HTTP Traffic Analytics. Instead, you can find subrequests analytics under the **Workers & Pages** tab in the **Overview** section. Refer to [Worker Analytics](/analytics/account-and-zone-analytics/analytics-with-workers/#worker-analytics) for more information.
66
66
***Data Transfer** - Total HTTP data transferred in responses.
67
67
* <aid="page-views" /> **Page views** - A page view is defined as a successful HTTP response with a content-type of HTML.
68
68
***Visits** - A visit is defined as a [page view](#page-views) that originated from a different website, or direct link. Cloudflare checks where the HTTP referer does not match the hostname. One visit can consist of multiple page views.
69
69
***API Requests** - An HTTP request for API data.
70
70
71
-
To receive more detailed metrics, **Add filter**. You can also filter each metric by **Referer**, **Host**, **Country**, **Path**, **Status code**, **Origin status code**, **Browser**, **Operating system**, or **Device type**.
71
+
To receive more detailed metrics, **Add filter**. You can also filter each metric by:
72
+
73
+
* Cache status
74
+
* Data center
75
+
* Source ASN
76
+
* Country
77
+
* Source device type
78
+
* Source IP
79
+
* Referer host
80
+
* Host
81
+
* HTTP method
82
+
* HTTP version
83
+
* Path
84
+
* Query string
85
+
* Content type
86
+
* Edge status code
87
+
* Origin status code
88
+
* Security Action
89
+
* Security Source
90
+
* Source browser
91
+
* Source operating system
92
+
* Source user agent
93
+
* X-Requested-With header
94
+
95
+
In addition, the following filters are available to Enterprise [Bot Management](/bots/get-started/bot-management/) customers only.
96
+
97
+
* Source JA4 fingerprint
98
+
* Source JA3 fingerprint
72
99
73
100
To change the time period, use the dropdown menu on the right-hand side above the graph. You can also drag to zoom on the graph.
0 commit comments