Skip to content

Commit

Permalink
base select
Browse files Browse the repository at this point in the history
  • Loading branch information
tessa-beijloos-jumbo committed Dec 16, 2024
1 parent f478206 commit 1442e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/base_select.sql
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
) items
, property_id
, {{ ga4.unnest_key('event_params', 'ga_session_id', 'int_value', 'session_id') }}
, (select value.string_value from unnest(event_params) where key = 'ga_session_id') as session_id_string
, {{ ga4.unnest_key('event_params', 'page_location') }}
, {{ ga4.unnest_key('event_params', 'ga_session_number', 'int_value', 'session_number') }}
, COALESCE(
Expand Down

0 comments on commit 1442e39

Please sign in to comment.