Skip to content

Releases: adswerve/google_analytics_flattener

GA_Flattener v1.3.1 - Installation Instructions Updated

26 Jan 15:34
Compare
Choose a tag to compare

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

18 Jan 21:53
Compare
Choose a tag to compare
  • 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

13 Jan 01:13
c802c55
Compare
Choose a tag to compare

Release v1.2.0

  • GCP projects with a colon in the name (example.com:some-project) now work.

GA_Flattener v1.1.0 Release

19 Aug 21:15
0a5f24a
Compare
Choose a tag to compare

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

25 Jun 19:18
6d1cd7c
Compare
Choose a tag to compare

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.