Skip to content

Commit f9558ac

Browse files
Update default channel grouping label to Direct (#301)
1 parent 7f4b0f8 commit f9558ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/staging/stg_ga4__sessions_traffic_sources_last_non_direct_daily.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ with last_non_direct_session_partition_key as (
6666
,coalesce(last_non_direct_source.session_campaign, '(none)') as last_non_direct_campaign
6767
,coalesce(last_non_direct_source.session_content, '(none)') as last_non_direct_content
6868
,coalesce(last_non_direct_source.session_term, '(none)') as last_non_direct_term
69-
,coalesce(last_non_direct_source.session_default_channel_grouping, '(none)') as last_non_direct_default_channel_grouping
69+
,coalesce(last_non_direct_source.session_default_channel_grouping, 'Direct') as last_non_direct_default_channel_grouping
7070
from last_non_direct_session_partition_key
7171
left join {{ref('stg_ga4__sessions_traffic_sources_daily')}} last_non_direct_source on
7272
last_non_direct_session_partition_key.session_partition_key_last_non_direct = last_non_direct_source.session_partition_key

0 commit comments

Comments
 (0)