Skip to content

Commit

Permalink
Update audience_segmentation_query_template.sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Nov 11, 2024
1 parent bb82162 commit 425b83e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SELECT
b.user_pseudo_id AS client_id,
b.user_id AS user_id,
b.ga_session_id AS event_param_session_id,
'100' AS event_param_engagement_time_msec,
CASE WHEN EXTRACT(MICROSECOND FROM b.event_timestamp) = 1 THEN b.event_timestamp ELSE TIMESTAMP_SUB(b.event_timestamp, INTERVAL 1 MICROSECOND) END AS inference_date
FROM
`${mds_project_id}.marketing_ga4_v1_${mds_dataset_suffix}.latest_event_per_user_last_72_hours` b,
Expand Down

0 comments on commit 425b83e

Please sign in to comment.