Skip to content

Commit 1a6fa71

Browse files
committed
Updates to Web Analytics docs
1 parent 32aa062 commit 1a6fa71

File tree

5 files changed

+29
-23
lines changed

5 files changed

+29
-23
lines changed
86.8 KB
Loading

src/content/docs/web-analytics/configuration-options/filters.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ To filter the data shown on Web Analytics:
1212
2. Select the **Analytics & Logs** drop-down and choose **Web Analytics**.
1313
3. Select the website you want to check.
1414
4. Select **Add filter**.
15-
5. In the **New filter** box, choose your criteria from the dropdown.
15+
5. In the **New filter** box, choose your criteria from the dropdown. Refer to the [Dimensioms](/web-analytics/data-metrics/dimensions/) page for a list of available filters and their descriptions.
1616
6. Select **Apply**.
1717

18-
By default, Web Analytics shows you the previous 24 hours of data. To change the time period shown, use the drop-down menu above the graph. You can also select and drag the cursor on the graph to choose a time period.
18+
### Additional tips
1919

20-
Scroll below the graph for a breakdown of top visits by country and visits by source.
20+
- By default, Web Analytics shows data for the previous 24 hours. Adjust the time range using the dropdown menu above the graph.
21+
- Select and drag the cursor on the graph to choose a custom time period.
22+
- Scroll below the graph to view detailed breakdowns, for instance of top visits by country or by device type.

src/content/docs/web-analytics/data-metrics/core-web-vitals.mdx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,29 @@ Core Web Vitals is currently only supported in Chromium browsers, with Safari an
1616

1717
:::
1818

19-
## Web Analytics Vitals Explorer
19+
## Access Core Web Vitals
2020

21-
Vitals Explorer enables you to easily pinpoint which elements in a web page are affecting the user’s experience while browsing your website, in a visual form.
22-
To find Vitals Explorer:
21+
Core Web Vitals enables you to easily pinpoint which elements in a web page are affecting the user’s experience while browsing your website, in a visual form.
22+
To access Core Web Vitals:
2323

2424
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
2525
2. Select the **Analytics & Logs** drop-down and choose **Web Analytics**.
2626
3. Select your website and select **Core Web Vitals**.
2727

28-
Vitals Explorer is divided into three main sections, each one with information about a specific feature that affects user experience:
28+
### Core Web Vitals metrics
2929

30-
* [Largest Contentful Paint (LCP)](https://web.dev/optimize-lcp/): Measures perceived load speed by the user. It returns how long the main content of the page takes to be loaded.
31-
* [Interaction to Next Paint (INP](https://web.dev/inp/): Measures user interface responsiveness – how quickly a website responds to user interactions like clicks or key presses.
32-
* [First Input Delay (FID)](https://web.dev/optimize-fid/): Measures how fast a website is to respond to the first user input.
33-
* [Cumulative Layout Shift (CLS)](https://web.dev/optimize-cls/): Measures visual stability, that is, if there are shifts in the page layout as the various elements are being loaded into view.
30+
Core Web Vitals is divided into three main sections, each one with information about a specific feature that affects user experience:
31+
32+
- [Largest Contentful Paint (LCP)](https://web.dev/optimize-lcp/): Measures perceived load speed by the user. It returns how long the main content of the page takes to be loaded.
33+
- [Interaction to Next Paint (INP](https://web.dev/inp/): Measures user interface responsiveness – how quickly a website responds to user interactions like clicks or key presses.
34+
- [First Input Delay (FID)](https://web.dev/optimize-fid/): Measures how fast a website is to respond to the first user input.
35+
- [Cumulative Layout Shift (CLS)](https://web.dev/optimize-cls/): Measures visual stability, that is, if there are shifts in the page layout as the various elements are being loaded into view.
3436

3537
Each of these metrics represents an impact to the user experience, which is quantified and graded by Web Analytics.
3638

37-
Cloudflare Web Analytics offers interactive exploration in Core Web Vitals by allowing you to filter data by Country, Host, Path, Referrer, Device Type, Browser, or Operating System, and identify which users are the most impacted.
39+
Cloudflare Web Analytics offers interactive exploration in Core Web Vitals by allowing you to filter data by URL, Browser, Operating System, Country, and Element.
40+
41+
### Debug view
3842

3943
Below each graph, the Debug View section has the top five elements with a negative impact on each metric. Selecting the elements shown in the data table gives you more details about them.
4044

src/content/docs/web-analytics/data-metrics/dimensions.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ sidebar:
88

99
Dimensions are the labels used to describe different types of metrics or data. For example, **Referer** is the data collected from external links referring visits to a page, while **Browser** shows which browsers accessed your website.
1010

11-
Below you will find a list of the different dimensions you can use to filter Web Analytics:
11+
Below you can find a list of the different dimensions you can use to filter Web Analytics:
1212

13-
* **Country**: The visitor's country.
14-
* **Host**: The domain of the site's URL.
15-
* **Path**: The links within your site referring visits to a page.
16-
* **Referer**: The external links referring visits to a page. You can access `referer host` data on the dashboard. Additionally, you can access data for the `referer path` from the GraphQL API.
17-
* **Device type**: The device visitors use to access a page (for example, desktop, mobile, or tablet).
18-
* **Browser**: The web browser visitors use to access a page.
19-
* **Operating system**: The operating system visitors use to access a page.
20-
* **Site**: The website's domain name. Used for high-level segmentation of data. For example, you can use it for a particular zone or gray-clouded website.
21-
* **Exclude Bots**: Exclude bot traffic from the dataset. With this dimension set to `Yes`, the resulting dataset will be a closer representation of real user traffic.
13+
- **Country**: The visitor's country.
14+
- **Host**: The domain of the site's URL.
15+
- **Path**: The links within your site referring visits to a page.
16+
- **Referer**: The external links referring visits to a page. You can access `referer host` data on the dashboard. Additionally, you can access data for the `referer path` from the GraphQL API.
17+
- **Device type**: The device visitors use to access a page (for example, desktop, mobile, or tablet).
18+
- **Browser**: The web browser (for example, Chrome, Safari) visitors use to access your website.
19+
- **Operating system**: The operating system visitors use to access a page.
20+
- **Site**: The website's domain name. Used for high-level segmentation of data. For example, you can use it for a particular zone or gray-clouded website.
21+
- **Exclude Bots**: Exclude bot traffic from the dataset. With this dimension set to `Yes`, the resulting dataset will be a closer representation of real user traffic.
2222

2323
![Web Analytics dimensions page](~/assets/images/web-analytics/dash-web_analytics-dimensions.png)

src/content/docs/web-analytics/data-metrics/page-load-time-summary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: reference
3-
title: Page load time summary
3+
title: Page load time
44
sidebar:
55
order: 2
66

0 commit comments

Comments
 (0)