Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4
Github Action to export analytics data from Netlify
License
NiklasMerz/netlify-analytics-collector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
⚠️ This tool uses an unofficial/unpublisehd API from Netlify. It may break any time!
Netlify 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.
You can find example workflows in.github/workflows.
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.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.
These are the workflows I came up and you can probably built even cooler workflows. Let me know!
You need to setup some secrets either as secrets for actions or environment variables.
NETLIFY_SITE
- You need theAPI ID of your Netlify site with analytics enabled. You can find it on your sites settings page.NETLIFY_TOKEN
- You need a personal access token for your Netlify account to login in. You can generate a tokenhere
The example workflow usesthis action to update a Google Sheet every day. Please read there how to set the action if you need it.
GOOGLE_SERVICE_ACCOUNT_EMAIL
GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY
GOOGLE_SPREADSHEET_ID
About
Github Action to export analytics data from Netlify
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.