From b44ea9c13d0da43d6f6a16caf06cb313bfd5b1c5 Mon Sep 17 00:00:00 2001 From: emre Date: Fri, 12 Feb 2021 17:34:00 +0300 Subject: [PATCH] Update common.libsonnet --- common.libsonnet | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/common.libsonnet b/common.libsonnet index 3894056..7ee0761 100644 --- a/common.libsonnet +++ b/common.libsonnet @@ -134,11 +134,20 @@ local predefined = import 'predefined.jsonnet'; }, // Event related - traffic_source: { - hidden: true, + traffic_source_name: { + type: 'string', + category: 'Event', + column: 'traffic_source.name', + }, + traffic_source_medium: { + type: 'string', + category: 'Event', + column: 'traffic_source.medium', + }, + traffic_source_source: { type: 'string', category: 'Event', - column: 'traffic_source', + column: 'traffic_source.source', }, user_first_touch: { description: 'The time at which the user first opened the app.',