BigQuery and Google Analytics SQL query
问题 I am trying to build up a matrix out of a table that is imported from Google Analytics data into BigQuery. The table represents hits on a website that contain session_IDs alongside some properties such as the url, timestamp etc. Also, there are some metadata based on user-defined actions that we refer to as events. Below is an example of the table. session_id hit_timestamp url event_category 1 11:12:23 url134 event1 1 11:14:23 url2234 event2 1 11:16:23 url_target null 2 03:12:11 url2344