Releases: adswerve/google_analytics_flattener
Releases · adswerve/google_analytics_flattener
GA_Flattener v1.3.1 - Installation Instructions Updated
After walking through the install with someone unfamiliar with git, python and Google Cloud SDK- the installation instructions have been updated to allow for that.
GA_Flattener v1.3.0 - Unnesting Configuration Added
- bugfix: permission for log router to write to pubsub topic.
- enhancement: Configuration option(s) in Cloud Storage file for which tables to unnest.
GA_Flattener v1.2.0 Release
Release v1.2.0
- GCP projects with a colon in the name (example.com:some-project) now work.
GA_Flattener v1.1.0 Release
Release v1.1.0
- backfilling data 2015 is now possible for ga_sessions_YYYYMMDD (all schema changes have been included)
- inaccuracies fixed in Readme.txt
- flat sessions table renamed to ga_flat_sessions_YYYYMMDD instead of ga_sessions_flat_YYYYMMDD to prevent interference with tables prefixed with ga_sessions*
GA_Flattener v1.0.0 - Initial Release
Initial release.
Default configuration consists of which datasets to include.
Default configuration is automatically built and stored in GCS upon install.
Custom definitions (GA) are stored in a semi-structured format: JSON type string within a STRING column found in sessions, hits and products. Use JSON_EXTRACT() BigQuery SQL function to extract as desired.