nice-shampoo-1738
01/23/2024, 9:03 AMThis query had an error with it the last time it ran:
Missing required columns in response: oldname_1rhythmic-agent-34208
01/23/2024, 9:48 AMrhythmic-agent-34208
01/23/2024, 9:48 AMrhythmic-agent-34208
01/23/2024, 9:51 AMnice-shampoo-1738
01/23/2024, 10:38 AMnice-shampoo-1738
01/23/2024, 1:05 PMnice-shampoo-1738
01/25/2024, 8:22 AMrhythmic-agent-34208
01/25/2024, 4:52 PMrhythmic-agent-34208
01/25/2024, 4:52 PMnice-shampoo-1738
01/26/2024, 6:44 AMSELECT
2  eventtimestamp as timestamp,
3  mparticleuserid,
4  platform,
5  exp_param.attributevalue as experiment_id,
6  var_param.attributevalue as variation_id,
7  log_param.attributevalue as loggedin_state,
8  cco_param.attributevalue as country_code
9FROM
10  `gtm-ng8kr29-ywfhn.mparticle.raw_event_other_experimentviewed*.`,
11  UNNEST(eventattributes) as exp_param,
12  UNNEST(eventattributes) as var_param,
13  UNNEST(eventattributes) as log_param,
14  UNNEST(eventattributes) as cco_param
15WHERE
16  exp_param.attributename = 'experimentId'
17  AND var_param.attributename = 'variationId'
18  AND log_param.attributename = 'LoggedInState'
19  AND cco_param.attributename = 'CountryCode'
20  AND mparticleuserid IS NOT NULLnice-shampoo-1738
01/29/2024, 6:25 AM