/advanced-analytics-mobile-accelerator

Tutorial and visualisations showing how to instrument mobile analytics with Snowplow

Primary LanguageShell

Advanced Analytics for Mobile Accelerator

This accelerator guides the user through setting up Snowplow tracking in mobile apps. It also introduces the Snowplow dbt mobile data model.

Installation

Recursively update the git submodules:

git submodule update --init --recursive

To build the Hugo app:

./scripts/run.sh build

Usage

To start an HTTP server serving the app, use:

./scripts/run.sh serve

This will run hugo server on the background.