Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Mar 31, 2021
1 parent 364ec6d commit 513e351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@ local predefined = import 'predefined.jsonnet';
],
},
ltv_revenue_total: {
aggregation: 'max',
aggregation: 'maximum',
label: 'Revenue',
sql: '{{dimension.ltv_revenue}}',
},
ltv_revenue_d1: {
aggregation: 'max',
aggregation: 'maximum',
label: 'D1 LTV',
sql: '{{dimension.ltv_revenue}}',
filters: [{ dimension: 'user_first_touch', operator: 'between', value: 'P1D' }],
},
ltv_revenue_d7: {
aggregation: 'max',
aggregation: 'maximum',
label: 'D7 LTV',
sql: '{{dimension.ltv_revenue}}',
filters: [{ dimension: 'user_first_touch', operator: 'between', value: 'P7D' }],
Expand Down

0 comments on commit 513e351

Please sign in to comment.