This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness_pulse.dashboard.lookml
386 lines (386 loc) · 11.4 KB
/
business_pulse.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
- dashboard: business_pulse
title: Business Pulse
layout: newspaper
preferred_viewer: dashboards-next
embed_style:
background_color: "#2f6194"
show_title: true
title_color: "#5aa8bf"
show_filters_bar: true
tile_text_color: "#5c2d2d"
text_tile_text_color: ''
elements:
- title: Average Order Sale Price
name: Average Order Sale Price
model: training_ecommerce
explore: order_items
type: single_value
fields: [order_items.average_sale_price]
filters:
order_items.status: Complete
sorts: [order_items.average_sale_price desc]
limit: 500
query_timezone: America/Los_Angeles
color_palette: Default
font_size: medium
colors: ["#64518A", "#8D7FB9", "#EA8A2F", "#F2B431", "#20A5DE", "#57BEBE", "#7F7977",
"#B2A898", "#494C52", purple]
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
text_color: black
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
hidden_fields: []
y_axes: []
note_state: collapsed
note_display: hover
note_text: The average sales price has been calculated in XYZ manner
listen:
Date: order_items.created_date
State: users.state
City: users.city
Brand: products.brand
row: 0
col: 13
width: 5
height: 4
- title: Marketing Channel by User Demographic
name: Marketing Channel by User Demographic
model: training_ecommerce
explore: order_items
type: looker_donut_multiples
fields: [products.department, users.traffic_source, users.count]
pivots: [users.traffic_source]
sorts: [order_items.created_year desc, order_items.created_month_num, products.department,
users.traffic_source]
limit: 500
column_limit: 50
query_timezone: America/New_York
show_value_labels: true
font_size: 12
colors: ["#64518A", "#8D7FB9", "#EA8A2F", "#F2B431", "#20A5DE", "#57BEBE", "#7F7977",
"#B2A898", "#494C52", purple]
color_application:
collection_id: b43731d5-dc87-4a8e-b807-635bef3948e7
palette_id: fb7bb53e-b77b-4ab6-8274-9d420d3d73f3
options:
steps: 5
series_colors: {}
stacking: ''
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
ordering: none
show_null_labels: false
show_view_names: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
value_labels: legend
label_type: labPer
hidden_fields: []
y_axes: []
listen:
Date: order_items.created_date
State: users.state
City: users.city
Brand: products.brand
row: 12
col: 12
width: 11
height: 7
- title: Orders by Day and Category
name: Orders by Day and Category
model: training_ecommerce
explore: order_items
type: looker_area
fields: [order_items.created_date, products.category, order_items.order_item_count]
pivots: [products.category]
filters:
products.category: Jeans,Accessories,Active,Dresses,Sleep & Lounge,Shorts
sorts: [order_items.created_year desc, order_items.created_month_num, products.department,
users.traffic_source, products.category, order_items.created_date desc]
limit: 500
column_limit: 50
query_timezone: America/New_York
trellis: ''
stacking: normal
color_application:
collection_id: b43731d5-dc87-4a8e-b807-635bef3948e7
palette_id: fb7bb53e-b77b-4ab6-8274-9d420d3d73f3
options:
steps: 5
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
point_style: none
series_colors: {}
limit_displayed_rows: false
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
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
show_null_points: true
interpolation: monotone
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
ordering: none
show_null_labels: false
hidden_fields: []
y_axes: []
listen:
Date: order_items.created_date
State: users.state
City: users.city
Brand: products.brand
row: 4
col: 1
width: 22
height: 8
- title: Brand Sales
name: Brand Sales
model: training_ecommerce
explore: order_items
type: table
fields: [products.brand, users.count, products.count]
sorts: [order_items.order_count desc]
limit: 20
column_limit: 50
query_timezone: America/New_York
show_view_names: false
show_row_numbers: true
truncate_column_names: false
subtotals_at_bottom: false
hide_totals: false
hide_row_totals: false
table_theme: gray
limit_displayed_rows: false
enable_conditional_formatting: true
conditional_formatting: [{type: along a scale..., value: !!null '', background_color: !!null '',
font_color: !!null '', color_application: {collection_id: '0874a5f5-59e9-47f9-9072-f46572f7b2c1',
custom: {id: 72db5785-15bf-e2ed-f56e-45244e57f95d, label: Custom, type: continuous,
stops: [{color: "#fff", offset: 0}, {color: "#4FBC89", offset: 100}]},
options: {steps: 5}}, bold: false, italic: false, strikethrough: false,
fields: [order_items.order_count]}]
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
conditional_formatting_ignored_fields: []
hidden_fields: []
y_axes: []
note_state: collapsed
note_display: hover
note_text: Brands are just private label brands
listen:
Date: order_items.created_date
State: users.state
City: users.city
row: 12
col: 1
width: 11
height: 7
- title: New Users Acquired
name: New Users Acquired
model: training_ecommerce
explore: order_items
type: single_value
fields: [users.count]
filters:
users.created_date: 2020 #users.created_date: 90 days
sorts: [order_items.order_count desc]
limit: 500
column_limit: 50
dynamic_fields: [{table_calculation: goal, label: Goal, expression: '39000', value_format: !!null '',
value_format_name: decimal_0, _kind_hint: dimension, _type_hint: number}] #expression: '10000'
query_timezone: America/Los_Angeles
custom_color_enabled: true
custom_color: ''
show_single_value_title: true
show_comparison: true
comparison_type: progress_percentage
comparison_reverse_colors: false
show_comparison_label: true
color_palette: Default
font_size: medium
colors: ["#64518A", "#8D7FB9", "#EA8A2F", "#F2B431", "#20A5DE", "#57BEBE", "#7F7977",
"#B2A898", "#494C52", purple]
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
text_color: "#49719a"
hidden_fields: []
y_axes: []
note_state: expanded
note_display: hover
note_text: Total amount
listen:
Date: order_items.created_date
State: users.state
City: users.city
Brand: products.brand
row: 0
col: 4
width: 6
height: 4
- title: User Behavior by Traffic Source
name: User Behavior by Traffic Source
model: training_ecommerce
explore: order_items
type: looker_column
fields: [order_items.average_sale_price, users.traffic_source]
sorts: [users.traffic_source]
limit: 500
column_limit: 50
trellis: ''
stacking: ''
color_application:
collection_id: b43731d5-dc87-4a8e-b807-635bef3948e7
palette_id: fb7bb53e-b77b-4ab6-8274-9d420d3d73f3
options:
steps: 5
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
point_style: none
series_colors: {}
limit_displayed_rows: false
y_axes: [{label: '', orientation: left, series: [{id: order_items.average_sale_price,
name: Average Sale Price, axisId: order_items.average_sale_price}], showLabels: true,
showValues: true, valueFormat: '', unpinAxis: false, tickDensity: default,
tickDensityCustom: 5, type: linear}, {label: !!null '', orientation: right,
series: [{id: user_order_facts.average_lifetime_orders, name: Average Lifetime
Orders, axisId: user_order_facts.average_lifetime_orders}], showLabels: true,
showValues: true, valueFormat: "#", unpinAxis: false, tickDensity: default,
tickDensityCustom: 5, type: linear}]
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: false
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
hidden_fields: []
listen:
Date: order_items.created_date
State: users.state
City: users.city
Brand: products.brand
row: 19
col: 7
width: 11
height: 7
filters:
- name: Date
title: Date
type: date_filter
#default_value: 90 days
allow_multiple_values: true
required: false
ui_config:
type: advanced
display: popover
- name: State
title: State
type: field_filter
default_value: ''
allow_multiple_values: true
required: false
ui_config:
type: advanced
display: popover
model: training_ecommerce
explore: order_items
listens_to_filters: []
field: users.state
- name: City
title: City
type: field_filter
default_value: ''
allow_multiple_values: true
required: false
ui_config:
type: advanced
display: popover
model: training_ecommerce
explore: order_items
listens_to_filters: [State]
field: users.city
- name: Brand
title: Brand
type: field_filter
default_value: ''
allow_multiple_values: true
required: false
ui_config:
type: advanced
display: popover
model: training_ecommerce
explore: order_items
listens_to_filters: []
field: products.brand