Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Feb 12, 2021
1 parent 6cd4a3f commit b44ea9c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit b44ea9c

Please sign in to comment.