On this page
Unreleasedβ
π Premiumβ
π Addedβ
User stitching
Intraday support tables
BigQuery Cost Dashboard
π οΈ Installerβ
Releasedβ
[v16] - 2025-04-09β
π Addedβ
Bluesky referrals are now classified as Organic Social
in the default channel group.
βOrganic AIβ added as new default channel group. Most common LLM referrers are added to this group. This feature can be enabled/disabled using the config option EXTRA_CHANNEL_GROUPS
.
[v15] - 2025-03-11β
π Fixedβ
Replaced ---
with ;
while ensuring no duplicate semicolons appear, as the Dataform CLI was unable to handle them correctly.
Proper handling of sessions spanning midnight in incremental runs. Previously, sessions crossing midnight could result in duplicate session_ids. Multi-day sessions are now correctly appended to the intermediate table and properly deduplicated in the output.
[v14] - 2025-02-05β
π Fixedβ
Refactored LOOKBACK_MILLIS
to be defined inline instead of a separate variable.
Removed LAST_NON_DIRECT_LOOKBACK_MILLIS
from default_config.js
, ensuring calculations use a single inline formula.
π οΈ Installerβ
π Addedβ
Added support for more than 50 datasets
[v13] - 2025-01-28β
Changedβ
Updated generateFilterTypeFromListSQL
function to properly handle NULL values.
Now uses coalesce(column, "")
to avoid NULL-related filtering issues.
[v13] - 2025-01-23β
Changedβ
Excluded "fresh" tables from exports in ga4_events.sqlx
.
Ensures that temporary fresh tables do not interfere with data processing.
π οΈ Installerβ
π Addedβ
Added user menu with logout
[v10] - 2024-12-19β
π Fixedβ
Improved logic for properties without "final" days, ensuring they now increment correctly in sessions, transactions, and events models.
[v10] - 2024-12-10β
Changedβ
Adjusted schema definitions for ga4_transactions
to improve refund tracking.
Updated documentation to reflect the schema modifications.
Refined handling of refunds in transaction roll-ups.
[v10] - 2024-11-27β
π Addedβ
Initial commit introducing ga4_transactions
model.
Documentation formatting and structure for ga4_transactions
columns.
Supports incremental processing with nested items.
[v10] - 2024-11-25β
Changedβ
Refactored function names to improve readability.
Added JSDoc comments for key helper functions.
[v10] - 2024-11-07β
π Addedβ
Expanded ga4_sessions
with new columns for traffic source tracking.
Improved demo_daily_sessions_report
schema with platform and stream ID tracking.
Changedβ
Default channel grouping logic to ensure "Direct" fallback for NULL values.
[v10] - 2024-10-31β
π Addedβ
Introduced _run_timestamp
column in ga4_events
for better traceability.
Updated documentation to include newly added columns in ga4_events
.
Additional columns to ga4_sessions
and ga4_events
tables.
Introduced platform
in session struct for better tracking.
Changedβ
Moved all event transformation logic to outputs/ga4_events
.
Simplified upstream intermediate models to reduce redundancy.
[v6] - 2024-10-24β
Changedβ
Streamlined data partitioning to improve performance.
Introduced detailed column documentation for ga4_events
and ga4_sessions
.
Removedβ
Removed stream_id
from clusterBy
fields.
π οΈ Installerβ
π Addedβ
[v6] - 2024-10-21β