forked from Niteshd7/mparticle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mparticle_app_version_dashboard.dashboard.lookml
230 lines (220 loc) · 6.97 KB
/
mparticle_app_version_dashboard.dashboard.lookml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
- dashboard: mparticle_app_version_dashboard
title: mParticle App Version Dashboard
layout: grid
rows:
- elements: [Total Sessions by App Version, Daily Sessions by App Version]
height: 400
- elements: [Daily Avg Session Length by App Version, Daily ARPU by App Version]
height: 400
- elements: [user_retention]
height: 400
refresh: 1 hour
filters:
- name: date
title: Event Date
type: date_filter
default_value: 30 Days
- name: install_date
title: Install Date
type: date_filter
default_value: 30 Days
- name: platform
type: field_filter
explore: rawevents
field: rawevents.platform
default_value: Android
- name: is_debug_data
type: field_filter
explore: rawevents
field: rawevents.is_debug
elements:
- name: Total Sessions by App Version
title: Total Sessions by App Version
type: looker_column
model: mparticle_looker_blocks
explore: rawevents
listen:
date: rawevents.event_date
platform: rawevents.platform
is_debug_data: rawevents.is_debug
dimensions: [rawevents.app_version]
measures: [rawevents.session_count]
sorts: [rawevents.session_count desc]
limit: 500
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
ordering: none
show_null_labels: false
x_axis_label: App Version
y_axis_labels: [Session Count]
- name: Daily Sessions by App Version
title: Daily Sessions by App Version
type: looker_line
model: mparticle_looker_blocks
explore: rawevents
listen:
date: rawevents.event_date
platform: rawevents.platform
is_debug_data: rawevents.is_debug
dimensions: [rawevents.app_version, rawevents.event_date]
pivots: [rawevents.app_version]
measures: [rawevents.session_count]
sorts: [rawevents.session_count desc 1, rawevents.app_version]
limit: 500
column_limit: 50
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
show_null_points: true
point_style: none
interpolation: linear
x_axis_label: Date
y_axis_labels: [Session Count]
- name: Daily Avg Session Length by App Version
title: Daily Avg Session Length by App Version
type: looker_line
model: mparticle_looker_blocks
explore: rawevents
listen:
date: rawevents.event_date
platform: rawevents.platform
is_debug_data: rawevents.is_debug
dimensions: [rawevents.app_version, rawevents.eventhour_date]
pivots: [rawevents.app_version]
measures: [rawevents.avg_session_length]
sorts: [rawevents.session_count desc 1, rawevents.app_version]
limit: 500
column_limit: 50
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
show_null_points: true
point_style: none
interpolation: linear
y_axis_labels: [Avg Session Length (in sec)]
x_axis_label: Date
- name: Daily ARPU by App Version
title: Daily ARPU by App Version
type: looker_line
model: mparticle_looker_blocks
explore: rawevents
listen:
date: rawevents.event_date
platform: rawevents.platform
is_debug_data: rawevents.is_debug
dimensions: [rawevents.app_version, rawevents.eventhour_date]
pivots: [rawevents.app_version]
measures: [rawevents.arpu]
sorts: [rawevents.session_count desc 1, rawevents.app_version]
limit: 500
column_limit: 50
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
show_null_points: true
point_style: none
interpolation: linear
y_axis_labels: [ARPU]
x_axis_label: Date
- name: user_retention
title: User Retention by App Version at Install
type: looker_line
model: mparticle_looker_blocks
explore: rawevents
listen:
date: rawevents.event_date
install_date: users.install_timestamp_date
platform: rawevents.platform
is_debug_data: rawevents.is_debug
dimensions: [rawevents.weeks_since_install, users.app_version_at_install]
pivots: [users.app_version_at_install]
measures: [rawevents.unique_user_count]
filters:
rawevents.weeks_since_install: NOT NULL
users.app_version_at_install: -NULL
dynamic_fields:
- table_calculation: user_retention_pct
label: user retention pct
expression: ${rawevents.unique_user_count} / max(${rawevents.unique_user_count})
value_format: '#,##0.00%'
sorts: [rawevents.weeks_since_install, rawevents.unique_user_count desc 0, users.app_version_at_install]
limit: 500
column_limit: 50
hidden_fields: [rawevents.unique_user_count]
show_row_numbers: true
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
show_null_points: true
point_style: none
interpolation: linear
font_size: medium
show_view_names: true
value_labels: legend
label_type: labPer
ordering: none
show_null_labels: false
show_dropoff: false
y_axis_labels: [User Retention Percent %]
y_axis_value_format: 0%
x_axis_label: Weeks since install