Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Apr 4, 2021
1 parent 56bed24 commit 3c40da0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ local predefined = import 'predefined.jsonnet';
sql: '{{dimension.ltv_increase}}',
reportOptions: { formatNumbers: '$0,0' },
},
// ltv_revenue_d7: {
// label: 'D7 LTV',
// category: 'Revenue',
// sql: '{{measure.ltv_revenue_total}}/{{measure.all_users}}',
// reportOptions: { formatNumbers: '$0,0' },
// filters: [
// { dimension: 'days_since_signup', operator: 'equals', value: 7, valueType: 'integer' },
// ],
// },
ltv_revenue_d7: {
label: 'D7 LTV',
category: 'Revenue',
sql: '{{measure.ltv_revenue_total}}/{{measure.all_users}}',
reportOptions: { formatNumbers: '$0,0' },
filters: [
{ dimension: 'days_since_signup', operator: 'equals', value: 7, valueType: 'integer' },
],
},
whales_playing: {
aggregation: 'countUnique',
sql: '{{dimension.firebase_user_id}}',
Expand Down

0 comments on commit 3c40da0

Please sign in to comment.