Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds exported kubernetes.io analytics data from universal analytics #7757

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sig-docs/analytics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Kubernetes.io analytics data

This folder holds CSV files of Google Universal Analytics reports collected from April 21, 2015 and August 13, 2022. Google has [sunset Universal Analytics](https://support.google.com/analytics/answer/11583528?hl=en#export&zippy=%2Chow-can-i-export-data-from-my-universal-analytics-property) and to keep the data we've moved it into this folder. Given the large amount of data, we chose to export only a subset of the data like total page views, top pages by views, top search terms, and some other reports.

[top-pages-by-pageviews.csv](/top-blogs-by-pageview.cvs) has a table for the top 500 pages by views for the date range and a table with the total number of pageviews for each day in the range.
a-mccarthy marked this conversation as resolved.
Show resolved Hide resolved

[top-blogs-by-pageviews.csv](/top-blogs-by-pageviews.csv) has a table for the top 500 blogs by views for the date range and the total pageviews for URLs that include '/blogs' for each day in the range.

[top-search-terms.csv](/top-search-terms.csv) has a table for the top 500 search terms for the date range and a table with the total searches done on each day in the range.
Loading