Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.04 KB

BigPapa Web Insights

BigPapa glues Google Cloud Storage with BigQuery to provide an alternative to Google Analytics.

Some Benefits

  • 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

Installation

  1. Create a billable project in Google Cloud Console
  2. Open Cloud Shell for this project
  3. Type:
git clone https://github.com/fedia/bigpapa.git
cd bigpapa
sh install.sh mytracker123
  1. Put this tracking code on any website:
<script src="https://storage.googleapis.com/mytracker123/b.js" async></script>
  1. Enjoy hourly updates of mytracker123.logs table which can be aggregated and visualized with DataStudio