BigPapa glues Google Cloud Storage with BigQuery to provide an alternative to Google Analytics.
- Tracks most user interactions from day 1 like Heap
- Ad-blocking is less of an issue than for popular scripts (GA, Tag Manager)
- No sampling and no event limits
- Custom analytics with BigQuery + DataStudio for reporting
- Serverless scaleable cloud solution where you own the data
- Create a billable project in Google Cloud Console
- Open Cloud Shell for this project
- Type:
git clone https://github.com/fedia/bigpapa.git
cd bigpapa
sh install.sh mytracker123
- Put this tracking code on any website:
<script src="https://storage.googleapis.com/mytracker123/b.js" async></script>
- Enjoy hourly updates of
mytracker123.logs
table which can be aggregated and visualized with DataStudio