Skip to content

Commit

Permalink
fine-tune event key
Browse files Browse the repository at this point in the history
  • Loading branch information
EvavW committed Aug 22, 2024
1 parent 40835e4 commit a1be51d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/staging/stg_ga4__events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ include_event_key as (
select
*,
to_base64(md5(ARRAY_TO_STRING([
session_key,
client_key,
CAST(session_id as STRING),
event_name,
CAST(event_timestamp as STRING),
to_json_string(event_params)
Expand Down

0 comments on commit a1be51d

Please sign in to comment.