Skip to content

Commit

Permalink
Update vital_user_dashboard.jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Feb 8, 2021
1 parent df94aab commit 0556e39
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions vital_user_dashboard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local installRevenue = std.extVar('installRevenue');
limit: 1000,
},
},
{
if installRevenue then {
name: 'ARPU',
x: 0,
y: 2,
Expand All @@ -77,43 +77,6 @@ local installRevenue = std.extVar('installRevenue');
limit: 1000,
},
},
if installRevenue then {
name: 'ARPU',
x: 0,
y: 2,
h: 2,
w: 3,
component: 'r-table',
type: 'segmentation',
reportOptions: {
model: 'firebase_events',
dimensions: [
{
name: 'event_timestamp',
timeframe: 'day',
},
],
measures: [
'average_revenue_per_new_user',
'average_revenue_per_user',
'average_revenue_per_retained_user',
],
reportOptions: {
chartOptions: {
type: null,
columnOptions: [],
},
tableOptions: {
columnOptions: [],
},
columnOptions: null,
},

limit: 1000,
filters: null,
orders: null,
},
},
if installRevenue then {
name: 'User Conversion',
x: 3,
Expand Down

0 comments on commit 0556e39

Please sign in to comment.