worried-planet-2191
06/19/2024, 4:09 PMfresh-football-47124
fresh-football-47124
fresh-football-47124
fresh-football-47124
busy-air-96466
06/20/2024, 8:00 AMbusy-air-96466
06/20/2024, 8:03 AMparse_date('%Y%m%d',event_date) as date,
user_id,
user_properties.value.string_value as value
FROM (
`SELECT * FROM analytics_209649058.`events_*``
WHERE _TABLE_SUFFIX BETWEEN '{{startYear}}{{startMonth}}{{startDay}}' AND '{{endYear}}{{endMonth}}{{endDay}}'
UNION ALL
`SELECT * FROM `analytics_209649058.events_intraday_*``
),
unnest(user_properties) as user_properties
where
user_properties.key = 'company_name'
and user_properties.value.string_value is not nullbusy-air-96466
06/20/2024, 8:03 AMbusy-air-96466
06/20/2024, 3:51 PMfresh-football-47124
busy-air-96466
06/20/2024, 3:52 PMbusy-air-96466
06/20/2024, 3:54 PMbusy-air-96466
06/20/2024, 3:54 PMbusy-air-96466
06/20/2024, 3:56 PM