From c0d476a0e09295f3075f2824b8dbb7365fccbe5e Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Tue, 8 Oct 2024 14:59:28 +0100 Subject: [PATCH] Update data transfer definition. --- .../analytics/account-and-zone-analytics/zone-analytics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx b/src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx index 9b64ddb711e2c8..d22c138fa83706 100644 --- a/src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx +++ b/src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx @@ -64,7 +64,7 @@ and Enterprise plans. Analytics are based on Cloudflare’s edge logs, with no need for third party scripts or trackers. The Traffic tab features the following metrics: * **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. -* **Data Transfer** - Total HTTP data transferred in requests. +* **Data Transfer** - Total HTTP data transferred in responses. * **Page views** - A page view is defined as a successful HTTP response with a content-type of HTML.  * **Visits** - A visit is defined as a page view 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.  * **API Requests** - An HTTP request for API data.