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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
> :warning: This tool uses an unofficial/unpublisehd API from Netlify. It may break any time!
4
4
5
-
[Netlify Analytics](https://www.netlify.com/products/analytics/) is awesome but currently it only shows you data for the last 30 days. You can archive analytics from Netlify Analytics with this tool into CSV files. It either runs with NodeJS locally or can be added to Github repos as a Github action that runs on a schedule.
5
+
[Netlify Analytics](https://www.netlify.com/products/analytics/) is awesome but currently it only shows you data for the last 30 days. You can archive analytics into CSV files with this tool. It either runs with NodeJS locally or can be added to Github repos as a Github action that runs on a schedule.
6
6
7
-
You can find example Github Actions in [.github/workflows](.github/workflows).
7
+
You can find example workflows in [.github/workflows](.github/workflows).
8
8
9
9
*`example.yml` is set to run every day just before midnight to create 1 a zip file with the analytics of the last 30 days and 2 adds the analytics for the current day to a Google Sheet.
10
10
*`summary-release.yml` Is a workflow that runs on the first day of each month and creates a new release in the Github repo with an zip with CSV files of the analtics data from the past month.
@@ -20,7 +20,7 @@ You need to setup some secrets either as secrets for actions or environment vari
20
20
21
21
### For Google Sheets
22
22
23
-
The example workflow uses [this action](https://github.com/canonical-web-and-design/csv-to-google-spreadsheet). Please read there how to set the action if you need it.
23
+
The example workflow uses [this action](https://github.com/canonical-web-and-design/csv-to-google-spreadsheet) to update a Google Sheet every day. Please read there how to set the action if you need it.
0 commit comments