From b8ab5835b9ebcf24f2781f2cc3bf885cb17c7670 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy Date: Fri, 14 May 2021 17:12:27 -0400 Subject: [PATCH 1/3] Add page for analytics dashboard --- content/en/docs/contribute/analytics.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/en/docs/contribute/analytics.md diff --git a/content/en/docs/contribute/analytics.md b/content/en/docs/contribute/analytics.md new file mode 100644 index 0000000000..5fc5adf837 --- /dev/null +++ b/content/en/docs/contribute/analytics.md @@ -0,0 +1,25 @@ +--- +title: Viewing site analytics +content_type: concept +weight: 100 +card: + name: contribute + weight: 100 +--- + + + +This page contains information about the kubernetes.io analytics dashboard. + + + + +[View the dashboard.](https://datastudio.google.com/u/0/reporting/fede2672-b2fd-402a-91d2-7473bdb10f04/page/567IC/edit) + +This dashboard is built using Google Data Studio and shows information collected on kubernetes.io using Google Analytics. + +### Using the dashboard + +By default, the dashboard will show all collected analytics for the past 30 days. Use the date selector to see data from a different date range. Other filtering options allow you to view data based on user location, the device used to access the site, the translation of the docs used, and more. + + If you notice an issue with this dashboard, or would like to request any improvements, please open an issue. From 3a8af16d5700049bb003a5dd2ca751f00d405981 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy Date: Mon, 17 May 2021 08:39:39 -0400 Subject: [PATCH 2/3] Update with nits from reviews --- content/en/docs/contribute/analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/analytics.md b/content/en/docs/contribute/analytics.md index 5fc5adf837..6c8e56be43 100644 --- a/content/en/docs/contribute/analytics.md +++ b/content/en/docs/contribute/analytics.md @@ -14,7 +14,7 @@ This page contains information about the kubernetes.io analytics dashboard. -[View the dashboard.](https://datastudio.google.com/u/0/reporting/fede2672-b2fd-402a-91d2-7473bdb10f04/page/567IC/edit) +[View the dashboard](https://datastudio.google.com/reporting/fede2672-b2fd-402a-91d2-7473bdb10f04). This dashboard is built using Google Data Studio and shows information collected on kubernetes.io using Google Analytics. @@ -22,4 +22,4 @@ This dashboard is built using Google Data Studio and shows information collected By default, the dashboard will show all collected analytics for the past 30 days. Use the date selector to see data from a different date range. Other filtering options allow you to view data based on user location, the device used to access the site, the translation of the docs used, and more. - If you notice an issue with this dashboard, or would like to request any improvements, please open an issue. + If you notice an issue with this dashboard, or would like to request any improvements, please [open an issue](https://github.com/kubernetes/website/issues/new/choose). From dbca4e41b7869fe68af086c82008a052f7d1ac61 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy Date: Wed, 2 Jun 2021 14:05:40 -0400 Subject: [PATCH 3/3] Fix page title --- content/en/docs/contribute/analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/analytics.md b/content/en/docs/contribute/analytics.md index 6c8e56be43..ccffc79fdd 100644 --- a/content/en/docs/contribute/analytics.md +++ b/content/en/docs/contribute/analytics.md @@ -1,5 +1,5 @@ --- -title: Viewing site analytics +title: Viewing Site Analytics content_type: concept weight: 100 card: @@ -20,6 +20,6 @@ This dashboard is built using Google Data Studio and shows information collected ### Using the dashboard -By default, the dashboard will show all collected analytics for the past 30 days. Use the date selector to see data from a different date range. Other filtering options allow you to view data based on user location, the device used to access the site, the translation of the docs used, and more. +By default, the dashboard shows all collected analytics for the past 30 days. Use the date selector to see data from a different date range. Other filtering options allow you to view data based on user location, the device used to access the site, the translation of the docs used, and more. If you notice an issue with this dashboard, or would like to request any improvements, please [open an issue](https://github.com/kubernetes/website/issues/new/choose).