cuddly-journalist-11507
04/24/2023, 7:39 PMSELECT
DISTINCT user_id, user_pseudo_id as anonymous_id,
TIMESTAMP_MICROS(event_timestamp) as timestamp,
event_params.value.string_value AS page_location,
1 as value
FROM
xx.events_*,
UNNEST(event_params) AS event_params
WHERE
event_name = 'page_view'
AND event_params.key = 'page_location'
AND event_params.value.string_value LIKE '%app.xx.com%'
AND _TABLE_SUFFIX BETWEEN '{{startYear}}{{startMonth}}{{startDay}}' AND '{{endYear}}{{endMonth}}{{endDay}}'
white-fireman-22476
04/25/2023, 9:35 AMcuddly-journalist-11507
04/25/2023, 1:22 PMechoing-continent-65097
04/25/2023, 1:50 PMOpen source platform for stress free deployments, measured impact, and smarter decisions.
Powered by