Skip to content

Releases: adswerve/google_analytics_flattener_ga4

v1.3.2

11 Nov 23:50
Compare
Choose a tag to compare

Flattened users table
Created a unique primary key in the flat_pseudo_users and flat_users tables.

v1.3.1

29 Jul 18:40
Compare
Choose a tag to compare

Fixed the error when tables are not configured for flattening

v1.3.0

27 Jul 20:24
Compare
Choose a tag to compare

Added extra fields:
batch_event_index
batch_page_id
batch_ordering_id
session_traffic_source_last_click

Improved primary key

New feature: flatten pseudo users table

Added session id

Updated permissions docs

Solved issues:
#22
#5
#32

v.1.2.9

26 Feb 23:35
Compare
Choose a tag to compare

Updated permissions section in README

v1.2.8 - Bugfix

16 Feb 01:00
Compare
Choose a tag to compare
  • Bugfix in intraday scheduler job

v1.2.7 - Backfilling steps documentation

02 Nov 02:12
Compare
Choose a tag to compare

Improved backfilling steps documentation to make it more clear

v1.2.6 - New log sink

02 Nov 01:49
Compare
Choose a tag to compare

Addressed the following:

  • The main flattening Cloud Function (CF) was not responding to logs in some GCP projects. Issue #23
  • Upgraded CF Python runtime to avoid 3.7 deprecation in Cloud Functions
  • Fixed errors in config builder CF. Issue #24

v1.2.5 - Schema changes

21 Sep 22:19
Compare
Choose a tag to compare

Added new fields:
collected_traffic_source starting from 20230503
is_active_user starting from 20230717

v1.2.4 - Bugfix: handling datasets not configured for flattening

14 Sep 17:06
Compare
Choose a tag to compare

Info about the bug: when a dataset is not configured for flattening, the Cloud Function would throw some errors and crash instead of existing gracefully. The data or the behaviour of the flattener was not affected by the bug, it just resulted in some errors in logs and the Cloud Function crashing. The bug is fixed now.

v1.2.3 - backfill documentation and dependencies

30 Jan 19:16
Compare
Choose a tag to compare

Fixed dependencies required for backfill and improved backfill documentation.