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 513e351 commit dd459ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ local predefined = import 'predefined.jsonnet';
aggregation: 'maximum',
label: 'D1 LTV',
sql: '{{dimension.ltv_revenue}}',
filters: [{ dimension: 'user_first_touch', operator: 'between', value: 'P1D' }],
filters: [{ dimension: 'user_first_touch', operator: 'between', value: 'P1D', valueType: 'timestamp' }],
},
ltv_revenue_d7: {
aggregation: 'maximum',
label: 'D7 LTV',
sql: '{{dimension.ltv_revenue}}',
filters: [{ dimension: 'user_first_touch', operator: 'between', value: 'P7D' }],
filters: [{ dimension: 'user_first_touch', operator: 'between', value: 'P7D', valueType: 'timestamp' }],
},
whales_playing: {
aggregation: 'countUnique',
Expand Down

0 comments on commit dd459ec

Please sign in to comment.