@adtrackify/at-tracking-event-types 4.57.0 → 4.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +11 -0
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js +476 -566
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +76 -51
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/measure-categories.d.ts +8 -4
- package/dist/cjs/types/api/measures/measure-categories.js +8 -4
- package/dist/cjs/types/api/measures/measure-categories.js.map +1 -1
- package/dist/cjs/types/api/measures/measure-icon.d.ts +2 -1
- package/dist/cjs/types/api/measures/measure-icon.js +1 -0
- package/dist/cjs/types/api/measures/measure-icon.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +11 -0
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js +477 -567
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +76 -51
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/measure-categories.d.ts +8 -4
- package/dist/esm/types/api/measures/measure-categories.js +8 -4
- package/dist/esm/types/api/measures/measure-categories.js.map +1 -1
- package/dist/esm/types/api/measures/measure-icon.d.ts +2 -1
- package/dist/esm/types/api/measures/measure-icon.js +1 -0
- package/dist/esm/types/api/measures/measure-icon.js.map +1 -1
- package/package.json +1 -1
|
@@ -42,7 +42,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
42
42
|
decimalPlaces: 0,
|
|
43
43
|
useCompactNotation: false,
|
|
44
44
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
45
|
-
shortTitle: 'Unique
|
|
45
|
+
shortTitle: 'Unique Customers',
|
|
46
46
|
tooltip: 'The count of distinct customers who placed at least one order in the period. Each customer is counted once regardless of how many orders they placed.',
|
|
47
47
|
},
|
|
48
48
|
[measures_js_1.MEASURE.ORDERS_UNITS]: {
|
|
@@ -79,7 +79,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
79
79
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
80
80
|
decimalPlaces: 0,
|
|
81
81
|
useCompactNotation: false,
|
|
82
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
82
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
83
83
|
shortTitle: 'NC Units',
|
|
84
84
|
tooltip: 'Total product units purchased by new customers. Useful for understanding acquisition basket size.',
|
|
85
85
|
},
|
|
@@ -98,7 +98,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
98
98
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
99
99
|
decimalPlaces: 0,
|
|
100
100
|
useCompactNotation: false,
|
|
101
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
101
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
102
102
|
shortTitle: 'RC Units',
|
|
103
103
|
tooltip: 'Total product units purchased by returning customers. Reflects repeat buyer basket size.',
|
|
104
104
|
},
|
|
@@ -118,14 +118,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
118
118
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
119
119
|
decimalPlaces: 2,
|
|
120
120
|
useCompactNotation: false,
|
|
121
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
121
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
122
122
|
tooltip: 'The average number of product units included in each order. Higher values indicate larger basket sizes.',
|
|
123
123
|
formulaDisplay: 'Units Sold ÷ Order Count',
|
|
124
124
|
formula: 'units_sold / order_count',
|
|
125
125
|
},
|
|
126
126
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_UNITS_PER_ORDER]: {
|
|
127
127
|
priority: 12,
|
|
128
|
-
title: '
|
|
128
|
+
title: 'New Customer Units Per Order',
|
|
129
129
|
description: 'Average units per order for new customers.',
|
|
130
130
|
sumPrefix: '',
|
|
131
131
|
sumSuffix: '',
|
|
@@ -138,7 +138,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
138
138
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
139
139
|
decimalPlaces: 2,
|
|
140
140
|
useCompactNotation: false,
|
|
141
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
141
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
142
142
|
shortTitle: 'NC Units/Order',
|
|
143
143
|
tooltip: 'Average number of units per order for new customers. Compare to returning customers to gauge first-time buyer behavior.',
|
|
144
144
|
formulaDisplay: 'NC Units Sold ÷ NC Order Count',
|
|
@@ -146,7 +146,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
146
146
|
},
|
|
147
147
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_UNITS_PER_ORDER]: {
|
|
148
148
|
priority: 22,
|
|
149
|
-
title: '
|
|
149
|
+
title: 'Returning Customer Units Per Order',
|
|
150
150
|
description: 'Average units per order for returning customers.',
|
|
151
151
|
sumPrefix: '',
|
|
152
152
|
sumSuffix: '',
|
|
@@ -159,7 +159,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
159
159
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
160
160
|
decimalPlaces: 2,
|
|
161
161
|
useCompactNotation: false,
|
|
162
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
162
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
163
163
|
shortTitle: 'RC Units/Order',
|
|
164
164
|
tooltip: 'Average number of units per order for returning customers. Higher values than new customers suggest loyalty-driven upsell.',
|
|
165
165
|
formulaDisplay: 'RC Units Sold ÷ RC Order Count',
|
|
@@ -226,7 +226,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
226
226
|
},
|
|
227
227
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_REVENUE]: {
|
|
228
228
|
priority: 11,
|
|
229
|
-
title: '
|
|
229
|
+
title: 'New Customer Total Revenue',
|
|
230
230
|
description: 'Total revenue from new customers.',
|
|
231
231
|
sumPrefix: '$',
|
|
232
232
|
sumSuffix: '',
|
|
@@ -245,7 +245,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
245
245
|
},
|
|
246
246
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_REVENUE]: {
|
|
247
247
|
priority: 12,
|
|
248
|
-
title: '
|
|
248
|
+
title: 'New Customer Gross Revenue',
|
|
249
249
|
description: 'Gross revenue from new customers.',
|
|
250
250
|
sumPrefix: '$',
|
|
251
251
|
sumSuffix: '',
|
|
@@ -264,7 +264,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
264
264
|
},
|
|
265
265
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_REVENUE]: {
|
|
266
266
|
priority: 13,
|
|
267
|
-
title: '
|
|
267
|
+
title: 'New Customer Net Revenue',
|
|
268
268
|
description: 'Net revenue from new customers.',
|
|
269
269
|
sumPrefix: '$',
|
|
270
270
|
sumSuffix: '',
|
|
@@ -283,7 +283,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
283
283
|
},
|
|
284
284
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_REVENUE]: {
|
|
285
285
|
priority: 21,
|
|
286
|
-
title: '
|
|
286
|
+
title: 'Returning Customer Total Revenue',
|
|
287
287
|
description: 'Total revenue from returning customers.',
|
|
288
288
|
sumPrefix: '$',
|
|
289
289
|
sumSuffix: '',
|
|
@@ -302,7 +302,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
302
302
|
},
|
|
303
303
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_REVENUE]: {
|
|
304
304
|
priority: 22,
|
|
305
|
-
title: '
|
|
305
|
+
title: 'Returning Customer Gross Revenue',
|
|
306
306
|
description: 'Gross revenue from returning customers.',
|
|
307
307
|
sumPrefix: '$',
|
|
308
308
|
sumSuffix: '',
|
|
@@ -321,7 +321,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
321
321
|
},
|
|
322
322
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_REVENUE]: {
|
|
323
323
|
priority: 23,
|
|
324
|
-
title: '
|
|
324
|
+
title: 'Returning Customer Net Revenue',
|
|
325
325
|
description: 'Net revenue from returning customers.',
|
|
326
326
|
sumPrefix: '$',
|
|
327
327
|
sumSuffix: '',
|
|
@@ -341,6 +341,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
341
341
|
[measures_js_1.MEASURE.ORDERS_TOTAL_AOV]: {
|
|
342
342
|
priority: 1,
|
|
343
343
|
title: 'Total AOV',
|
|
344
|
+
shortTitle: 'Total AOV',
|
|
344
345
|
description: 'Average order value based on total revenue.',
|
|
345
346
|
sumPrefix: '$',
|
|
346
347
|
sumSuffix: '',
|
|
@@ -361,6 +362,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
361
362
|
[measures_js_1.MEASURE.ORDERS_GROSS_AOV]: {
|
|
362
363
|
priority: 2,
|
|
363
364
|
title: 'Gross AOV',
|
|
365
|
+
shortTitle: 'Gross AOV',
|
|
364
366
|
description: 'Average order value based on gross revenue.',
|
|
365
367
|
sumPrefix: '$',
|
|
366
368
|
sumSuffix: '',
|
|
@@ -381,6 +383,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
381
383
|
[measures_js_1.MEASURE.ORDERS_NET_AOV]: {
|
|
382
384
|
priority: 3,
|
|
383
385
|
title: 'Net AOV',
|
|
386
|
+
shortTitle: 'Net AOV',
|
|
384
387
|
description: 'Average order value based on net revenue.',
|
|
385
388
|
sumPrefix: '$',
|
|
386
389
|
sumSuffix: '',
|
|
@@ -400,7 +403,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
400
403
|
},
|
|
401
404
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_AOV]: {
|
|
402
405
|
priority: 11,
|
|
403
|
-
title: '
|
|
406
|
+
title: 'New Customer Total AOV',
|
|
404
407
|
description: 'Average order value for new customers (total revenue).',
|
|
405
408
|
sumPrefix: '$',
|
|
406
409
|
sumSuffix: '',
|
|
@@ -421,7 +424,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
421
424
|
},
|
|
422
425
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_AOV]: {
|
|
423
426
|
priority: 12,
|
|
424
|
-
title: '
|
|
427
|
+
title: 'New Customer Gross AOV',
|
|
425
428
|
description: 'Average order value for new customers (gross revenue).',
|
|
426
429
|
sumPrefix: '$',
|
|
427
430
|
sumSuffix: '',
|
|
@@ -442,7 +445,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
442
445
|
},
|
|
443
446
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_AOV]: {
|
|
444
447
|
priority: 13,
|
|
445
|
-
title: '
|
|
448
|
+
title: 'New Customer Net AOV',
|
|
446
449
|
description: 'Average order value for new customers (net revenue).',
|
|
447
450
|
sumPrefix: '$',
|
|
448
451
|
sumSuffix: '',
|
|
@@ -463,7 +466,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
463
466
|
},
|
|
464
467
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_AOV]: {
|
|
465
468
|
priority: 21,
|
|
466
|
-
title: '
|
|
469
|
+
title: 'Returning Customer Total AOV',
|
|
467
470
|
description: 'Average order value for returning customers (total revenue).',
|
|
468
471
|
sumPrefix: '$',
|
|
469
472
|
sumSuffix: '',
|
|
@@ -484,7 +487,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
484
487
|
},
|
|
485
488
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_AOV]: {
|
|
486
489
|
priority: 22,
|
|
487
|
-
title: '
|
|
490
|
+
title: 'Returning Customer Gross AOV',
|
|
488
491
|
description: 'Average order value for returning customers (gross revenue).',
|
|
489
492
|
sumPrefix: '$',
|
|
490
493
|
sumSuffix: '',
|
|
@@ -505,7 +508,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
505
508
|
},
|
|
506
509
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_AOV]: {
|
|
507
510
|
priority: 23,
|
|
508
|
-
title: '
|
|
511
|
+
title: 'Returning Customer Net AOV',
|
|
509
512
|
description: 'Average order value for returning customers (net revenue).',
|
|
510
513
|
sumPrefix: '$',
|
|
511
514
|
sumSuffix: '',
|
|
@@ -527,6 +530,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
527
530
|
[measures_js_1.MEASURE.ORDERS_COGS]: {
|
|
528
531
|
priority: 1,
|
|
529
532
|
title: 'COGS',
|
|
533
|
+
shortTitle: 'COGS',
|
|
530
534
|
description: 'Cost of goods sold.',
|
|
531
535
|
sumPrefix: '$',
|
|
532
536
|
sumSuffix: '',
|
|
@@ -544,7 +548,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
544
548
|
},
|
|
545
549
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_COGS]: {
|
|
546
550
|
priority: 11,
|
|
547
|
-
title: '
|
|
551
|
+
title: 'New Customer COGS',
|
|
548
552
|
shortTitle: 'NC COGS',
|
|
549
553
|
description: 'COGS for new customer orders.',
|
|
550
554
|
sumPrefix: '$',
|
|
@@ -558,12 +562,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
558
562
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
559
563
|
decimalPlaces: 2,
|
|
560
564
|
useCompactNotation: true,
|
|
561
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
565
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
562
566
|
tooltip: 'Cost of goods sold for orders placed by new customers. Used to calculate new customer gross margin.',
|
|
563
567
|
},
|
|
564
568
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_COGS]: {
|
|
565
569
|
priority: 21,
|
|
566
|
-
title: '
|
|
570
|
+
title: 'Returning Customer COGS',
|
|
567
571
|
shortTitle: 'RC COGS',
|
|
568
572
|
description: 'COGS for returning customer orders.',
|
|
569
573
|
sumPrefix: '$',
|
|
@@ -577,12 +581,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
577
581
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
578
582
|
decimalPlaces: 2,
|
|
579
583
|
useCompactNotation: true,
|
|
580
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
584
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
581
585
|
tooltip: 'Cost of goods sold for orders placed by returning customers. Used to calculate repeat-buyer gross margin.',
|
|
582
586
|
},
|
|
583
587
|
[measures_js_1.MEASURE.ORDERS_COGS_PER_ORDER]: {
|
|
584
588
|
priority: 3,
|
|
585
589
|
title: 'COGS Per Order',
|
|
590
|
+
shortTitle: 'COGS/Order',
|
|
586
591
|
description: 'Average COGS per order.',
|
|
587
592
|
sumPrefix: '$',
|
|
588
593
|
sumSuffix: '',
|
|
@@ -595,14 +600,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
595
600
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
596
601
|
decimalPlaces: 2,
|
|
597
602
|
useCompactNotation: false,
|
|
598
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
603
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
599
604
|
tooltip: 'Average product cost per order. Useful for understanding the cost structure of a typical order.',
|
|
600
605
|
formulaDisplay: 'COGS ÷ Order Count',
|
|
601
606
|
formula: 'cogs / order_count',
|
|
602
607
|
},
|
|
603
608
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_COGS_PER_ORDER]: {
|
|
604
609
|
priority: 13,
|
|
605
|
-
title: '
|
|
610
|
+
title: 'New Customer COGS Per Order',
|
|
606
611
|
description: 'Average COGS per order for new customers.',
|
|
607
612
|
sumPrefix: '$',
|
|
608
613
|
sumSuffix: '',
|
|
@@ -615,7 +620,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
615
620
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
616
621
|
decimalPlaces: 2,
|
|
617
622
|
useCompactNotation: false,
|
|
618
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
623
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
619
624
|
shortTitle: 'NC COGS/Order',
|
|
620
625
|
tooltip: 'Average product cost per new customer order. Compare to returning customers to assess cost mix differences.',
|
|
621
626
|
formulaDisplay: 'NC COGS ÷ NC Order Count',
|
|
@@ -623,7 +628,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
623
628
|
},
|
|
624
629
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_COGS_PER_ORDER]: {
|
|
625
630
|
priority: 23,
|
|
626
|
-
title: '
|
|
631
|
+
title: 'Returning Customer COGS Per Order',
|
|
627
632
|
description: 'Average COGS per order for returning customers.',
|
|
628
633
|
sumPrefix: '$',
|
|
629
634
|
sumSuffix: '',
|
|
@@ -636,7 +641,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
636
641
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
637
642
|
decimalPlaces: 2,
|
|
638
643
|
useCompactNotation: false,
|
|
639
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
644
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
640
645
|
shortTitle: 'RC COGS/Order',
|
|
641
646
|
tooltip: 'Average product cost per returning customer order.',
|
|
642
647
|
formulaDisplay: 'RC COGS ÷ RC Order Count',
|
|
@@ -663,6 +668,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
663
668
|
[measures_js_1.MEASURE.ORDERS_REFUND_COUNT]: {
|
|
664
669
|
priority: 2,
|
|
665
670
|
title: 'Refund Count',
|
|
671
|
+
shortTitle: 'Refund Count',
|
|
666
672
|
description: 'Number of refunded orders.',
|
|
667
673
|
sumPrefix: '',
|
|
668
674
|
sumSuffix: '',
|
|
@@ -675,12 +681,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
675
681
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
676
682
|
decimalPlaces: 0,
|
|
677
683
|
useCompactNotation: false,
|
|
678
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
684
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
679
685
|
tooltip: 'The number of orders that had a refund issued. Use with Refund Rate to understand the scale of returns.',
|
|
680
686
|
},
|
|
681
687
|
[measures_js_1.MEASURE.ORDERS_REFUND_PERCENT]: {
|
|
682
688
|
priority: 3,
|
|
683
689
|
title: 'Refund %',
|
|
690
|
+
shortTitle: 'Refund %',
|
|
684
691
|
description: 'Percentage of orders refunded.',
|
|
685
692
|
sumPrefix: '',
|
|
686
693
|
sumSuffix: '%',
|
|
@@ -693,7 +700,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
693
700
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
694
701
|
decimalPlaces: 2,
|
|
695
702
|
useCompactNotation: false,
|
|
696
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
703
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
697
704
|
tooltip: 'The share of orders that resulted in a refund. Elevated refund rates can indicate product quality, sizing, or expectation issues.',
|
|
698
705
|
formulaDisplay: 'Refund Count ÷ Order Count × 100',
|
|
699
706
|
formula: 'refund_count / order_count * 100',
|
|
@@ -713,7 +720,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
713
720
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
714
721
|
decimalPlaces: 2,
|
|
715
722
|
useCompactNotation: false,
|
|
716
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
723
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
717
724
|
shortTitle: 'Refund/Order',
|
|
718
725
|
tooltip: 'Average refund dollar amount per order placed. Useful for modeling the true realized revenue per order.',
|
|
719
726
|
formulaDisplay: 'Total Refunds ÷ Order Count',
|
|
@@ -734,7 +741,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
734
741
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
735
742
|
decimalPlaces: 2,
|
|
736
743
|
useCompactNotation: true,
|
|
737
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
744
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
738
745
|
shortTitle: 'NC Refunds',
|
|
739
746
|
tooltip: 'The total dollar amount refunded to new customers. High values may indicate product/expectation issues with first-time buyers.',
|
|
740
747
|
},
|
|
@@ -753,13 +760,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
753
760
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
754
761
|
decimalPlaces: 0,
|
|
755
762
|
useCompactNotation: false,
|
|
756
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
763
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
757
764
|
shortTitle: 'NC Refund Ct',
|
|
758
765
|
tooltip: 'The number of new customer orders that had a refund issued.',
|
|
759
766
|
},
|
|
760
767
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_REFUND_PERCENT]: {
|
|
761
768
|
priority: 7,
|
|
762
|
-
title: '
|
|
769
|
+
title: 'New Customer Refund %',
|
|
763
770
|
shortTitle: 'NC Refund %',
|
|
764
771
|
description: 'Percentage of new customer orders refunded.',
|
|
765
772
|
sumPrefix: '',
|
|
@@ -773,7 +780,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
773
780
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
774
781
|
decimalPlaces: 2,
|
|
775
782
|
useCompactNotation: false,
|
|
776
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
783
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
777
784
|
tooltip: 'The share of new customer orders that resulted in a refund.',
|
|
778
785
|
formulaDisplay: 'NC Refund Count ÷ NC Order Count × 100',
|
|
779
786
|
formula: 'nc_refund_count / nc_order_count * 100',
|
|
@@ -793,7 +800,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
793
800
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
794
801
|
decimalPlaces: 2,
|
|
795
802
|
useCompactNotation: false,
|
|
796
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
803
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
797
804
|
shortTitle: 'NC Ref/Ord',
|
|
798
805
|
tooltip: 'Average refund dollar amount per new customer order placed.',
|
|
799
806
|
formulaDisplay: 'NC Refunds ÷ NC Order Count',
|
|
@@ -814,7 +821,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
814
821
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
815
822
|
decimalPlaces: 2,
|
|
816
823
|
useCompactNotation: true,
|
|
817
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
824
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
818
825
|
shortTitle: 'RC Refunds',
|
|
819
826
|
tooltip: 'The total dollar amount refunded to returning customers. High values may indicate quality issues affecting repeat buyers.',
|
|
820
827
|
},
|
|
@@ -833,13 +840,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
833
840
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
834
841
|
decimalPlaces: 0,
|
|
835
842
|
useCompactNotation: false,
|
|
836
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
843
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
837
844
|
shortTitle: 'RC Refund Ct',
|
|
838
845
|
tooltip: 'The number of returning customer orders that had a refund issued.',
|
|
839
846
|
},
|
|
840
847
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_REFUND_PERCENT]: {
|
|
841
848
|
priority: 11,
|
|
842
|
-
title: '
|
|
849
|
+
title: 'Returning Customer Refund %',
|
|
843
850
|
shortTitle: 'RC Refund %',
|
|
844
851
|
description: 'Percentage of returning customer orders refunded.',
|
|
845
852
|
sumPrefix: '',
|
|
@@ -853,7 +860,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
853
860
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
854
861
|
decimalPlaces: 2,
|
|
855
862
|
useCompactNotation: false,
|
|
856
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
863
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
857
864
|
tooltip: 'The share of returning customer orders that resulted in a refund.',
|
|
858
865
|
formulaDisplay: 'RC Refund Count ÷ RC Order Count × 100',
|
|
859
866
|
formula: 'rc_refund_count / rc_order_count * 100',
|
|
@@ -873,7 +880,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
873
880
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
874
881
|
decimalPlaces: 2,
|
|
875
882
|
useCompactNotation: false,
|
|
876
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
883
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
877
884
|
shortTitle: 'RC Ref/Ord',
|
|
878
885
|
tooltip: 'Average refund dollar amount per returning customer order placed.',
|
|
879
886
|
formulaDisplay: 'RC Refunds ÷ RC Order Count',
|
|
@@ -912,7 +919,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
912
919
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
913
920
|
decimalPlaces: 2,
|
|
914
921
|
useCompactNotation: false,
|
|
915
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
922
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
916
923
|
tooltip: 'Discounts as a share of gross revenue. A high discount rate erodes margin and may indicate over-reliance on promotions.',
|
|
917
924
|
formulaDisplay: 'Discounts ÷ Gross Revenue × 100',
|
|
918
925
|
formula: 'discounts / gross_revenue * 100',
|
|
@@ -932,7 +939,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
932
939
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
933
940
|
decimalPlaces: 2,
|
|
934
941
|
useCompactNotation: false,
|
|
935
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
942
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
936
943
|
shortTitle: 'Discount/Order',
|
|
937
944
|
tooltip: 'Average discount dollar value applied per order. Useful for understanding how much revenue is being given away per transaction.',
|
|
938
945
|
formulaDisplay: 'Total Discounts ÷ Order Count',
|
|
@@ -940,7 +947,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
940
947
|
},
|
|
941
948
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_DISCOUNTS]: {
|
|
942
949
|
priority: 15,
|
|
943
|
-
title: '
|
|
950
|
+
title: 'New Customer Discount Amount',
|
|
944
951
|
shortTitle: 'NC Discounts',
|
|
945
952
|
description: 'Total discount amount for new customers.',
|
|
946
953
|
sumPrefix: '$',
|
|
@@ -954,12 +961,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
954
961
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
955
962
|
decimalPlaces: 2,
|
|
956
963
|
useCompactNotation: true,
|
|
957
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
964
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
958
965
|
tooltip: 'Total dollar value of discounts applied to new customer orders.',
|
|
959
966
|
},
|
|
960
967
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_DISCOUNT_PERCENT]: {
|
|
961
968
|
priority: 16,
|
|
962
|
-
title: '
|
|
969
|
+
title: 'New Customer Discount %',
|
|
963
970
|
shortTitle: 'NC Discount %',
|
|
964
971
|
description: 'Discounts as percentage of new customer gross revenue.',
|
|
965
972
|
sumPrefix: '',
|
|
@@ -973,14 +980,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
973
980
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
974
981
|
decimalPlaces: 2,
|
|
975
982
|
useCompactNotation: false,
|
|
976
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
983
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
977
984
|
tooltip: 'New customer discounts as a percentage of new customer gross revenue.',
|
|
978
985
|
formulaDisplay: 'NC Discounts ÷ NC Gross Revenue × 100',
|
|
979
986
|
formula: 'nc_discounts / nc_gross_revenue * 100',
|
|
980
987
|
},
|
|
981
988
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_DISCOUNT_PER_ORDER]: {
|
|
982
989
|
priority: 17,
|
|
983
|
-
title: '
|
|
990
|
+
title: 'New Customer Discount Per Order',
|
|
984
991
|
shortTitle: 'NC Discount/Order',
|
|
985
992
|
description: 'Average discount per new customer order.',
|
|
986
993
|
sumPrefix: '$',
|
|
@@ -994,14 +1001,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
994
1001
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
995
1002
|
decimalPlaces: 2,
|
|
996
1003
|
useCompactNotation: false,
|
|
997
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1004
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
998
1005
|
tooltip: 'Average discount dollar value applied per new customer order.',
|
|
999
1006
|
formulaDisplay: 'NC Discounts ÷ NC Order Count',
|
|
1000
1007
|
formula: 'nc_discounts / nc_order_count',
|
|
1001
1008
|
},
|
|
1002
1009
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_DISCOUNTS]: {
|
|
1003
1010
|
priority: 18,
|
|
1004
|
-
title: '
|
|
1011
|
+
title: 'Returning Customer Discount Amount',
|
|
1005
1012
|
shortTitle: 'RC Discounts',
|
|
1006
1013
|
description: 'Total discount amount for returning customers.',
|
|
1007
1014
|
sumPrefix: '$',
|
|
@@ -1015,12 +1022,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1015
1022
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1016
1023
|
decimalPlaces: 2,
|
|
1017
1024
|
useCompactNotation: true,
|
|
1018
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1025
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1019
1026
|
tooltip: 'Total dollar value of discounts applied to returning customer orders.',
|
|
1020
1027
|
},
|
|
1021
1028
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_DISCOUNT_PERCENT]: {
|
|
1022
1029
|
priority: 19,
|
|
1023
|
-
title: '
|
|
1030
|
+
title: 'Returning Customer Discount %',
|
|
1024
1031
|
shortTitle: 'RC Discount %',
|
|
1025
1032
|
description: 'Discounts as percentage of returning customer gross revenue.',
|
|
1026
1033
|
sumPrefix: '',
|
|
@@ -1034,14 +1041,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1034
1041
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1035
1042
|
decimalPlaces: 2,
|
|
1036
1043
|
useCompactNotation: false,
|
|
1037
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1044
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1038
1045
|
tooltip: 'Returning customer discounts as a percentage of returning customer gross revenue.',
|
|
1039
1046
|
formulaDisplay: 'RC Discounts ÷ RC Gross Revenue × 100',
|
|
1040
1047
|
formula: 'rc_discounts / rc_gross_revenue * 100',
|
|
1041
1048
|
},
|
|
1042
1049
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_DISCOUNT_PER_ORDER]: {
|
|
1043
1050
|
priority: 20,
|
|
1044
|
-
title: '
|
|
1051
|
+
title: 'Returning Customer Discount Per Order',
|
|
1045
1052
|
shortTitle: 'RC Discount/Order',
|
|
1046
1053
|
description: 'Average discount per returning customer order.',
|
|
1047
1054
|
sumPrefix: '$',
|
|
@@ -1055,7 +1062,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1055
1062
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1056
1063
|
decimalPlaces: 2,
|
|
1057
1064
|
useCompactNotation: false,
|
|
1058
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1065
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1059
1066
|
tooltip: 'Average discount dollar value applied per returning customer order.',
|
|
1060
1067
|
formulaDisplay: 'RC Discounts ÷ RC Order Count',
|
|
1061
1068
|
formula: 'rc_discounts / rc_order_count',
|
|
@@ -1094,7 +1101,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1094
1101
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1095
1102
|
decimalPlaces: 2,
|
|
1096
1103
|
useCompactNotation: false,
|
|
1097
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1104
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1098
1105
|
tooltip: 'Shipping revenue as a share of total revenue. A declining rate may indicate free shipping promotions affecting margins.',
|
|
1099
1106
|
formulaDisplay: 'Shipping ÷ Total Revenue × 100',
|
|
1100
1107
|
formula: 'shipping / total_revenue * 100',
|
|
@@ -1114,7 +1121,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1114
1121
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1115
1122
|
decimalPlaces: 2,
|
|
1116
1123
|
useCompactNotation: false,
|
|
1117
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1124
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1118
1125
|
shortTitle: 'Shipping/Order',
|
|
1119
1126
|
tooltip: 'Average shipping fee collected per order.',
|
|
1120
1127
|
formulaDisplay: 'Total Shipping ÷ Order Count',
|
|
@@ -1122,7 +1129,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1122
1129
|
},
|
|
1123
1130
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_SHIPPING]: {
|
|
1124
1131
|
priority: 34,
|
|
1125
|
-
title: '
|
|
1132
|
+
title: 'New Customer Shipping Revenue',
|
|
1126
1133
|
shortTitle: 'NC Shipping',
|
|
1127
1134
|
description: 'Total shipping revenue from new customers.',
|
|
1128
1135
|
sumPrefix: '$',
|
|
@@ -1136,12 +1143,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1136
1143
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1137
1144
|
decimalPlaces: 2,
|
|
1138
1145
|
useCompactNotation: true,
|
|
1139
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1146
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1140
1147
|
tooltip: 'Total shipping fees collected from new customer orders.',
|
|
1141
1148
|
},
|
|
1142
1149
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_SHIPPING_PERCENT]: {
|
|
1143
1150
|
priority: 35,
|
|
1144
|
-
title: '
|
|
1151
|
+
title: 'New Customer Shipping %',
|
|
1145
1152
|
shortTitle: 'NC Ship. %',
|
|
1146
1153
|
description: 'Shipping as percentage of new customer total revenue.',
|
|
1147
1154
|
sumPrefix: '',
|
|
@@ -1155,14 +1162,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1155
1162
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1156
1163
|
decimalPlaces: 2,
|
|
1157
1164
|
useCompactNotation: false,
|
|
1158
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1165
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1159
1166
|
tooltip: 'New customer shipping revenue as a percentage of new customer total revenue.',
|
|
1160
1167
|
formulaDisplay: 'NC Shipping ÷ NC Total Revenue × 100',
|
|
1161
1168
|
formula: 'nc_shipping / nc_total_revenue * 100',
|
|
1162
1169
|
},
|
|
1163
1170
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_SHIPPING_PER_ORDER]: {
|
|
1164
1171
|
priority: 36,
|
|
1165
|
-
title: '
|
|
1172
|
+
title: 'New Customer Shipping Per Order',
|
|
1166
1173
|
shortTitle: 'NC Shipping/Order',
|
|
1167
1174
|
description: 'Average shipping per new customer order.',
|
|
1168
1175
|
sumPrefix: '$',
|
|
@@ -1176,14 +1183,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1176
1183
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1177
1184
|
decimalPlaces: 2,
|
|
1178
1185
|
useCompactNotation: false,
|
|
1179
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1186
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1180
1187
|
tooltip: 'Average shipping fee collected per new customer order.',
|
|
1181
1188
|
formulaDisplay: 'NC Shipping ÷ NC Order Count',
|
|
1182
1189
|
formula: 'nc_shipping / nc_order_count',
|
|
1183
1190
|
},
|
|
1184
1191
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_SHIPPING]: {
|
|
1185
1192
|
priority: 37,
|
|
1186
|
-
title: '
|
|
1193
|
+
title: 'Returning Customer Shipping Revenue',
|
|
1187
1194
|
shortTitle: 'RC Shipping',
|
|
1188
1195
|
description: 'Total shipping revenue from returning customers.',
|
|
1189
1196
|
sumPrefix: '$',
|
|
@@ -1197,12 +1204,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1197
1204
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1198
1205
|
decimalPlaces: 2,
|
|
1199
1206
|
useCompactNotation: true,
|
|
1200
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1207
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1201
1208
|
tooltip: 'Total shipping fees collected from returning customer orders.',
|
|
1202
1209
|
},
|
|
1203
1210
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_SHIPPING_PERCENT]: {
|
|
1204
1211
|
priority: 38,
|
|
1205
|
-
title: '
|
|
1212
|
+
title: 'Returning Customer Shipping %',
|
|
1206
1213
|
shortTitle: 'RC Ship. %',
|
|
1207
1214
|
description: 'Shipping as percentage of returning customer total revenue.',
|
|
1208
1215
|
sumPrefix: '',
|
|
@@ -1216,14 +1223,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1216
1223
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1217
1224
|
decimalPlaces: 2,
|
|
1218
1225
|
useCompactNotation: false,
|
|
1219
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1226
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1220
1227
|
tooltip: 'Returning customer shipping revenue as a percentage of returning customer total revenue.',
|
|
1221
1228
|
formulaDisplay: 'RC Shipping ÷ RC Total Revenue × 100',
|
|
1222
1229
|
formula: 'rc_shipping / rc_total_revenue * 100',
|
|
1223
1230
|
},
|
|
1224
1231
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_SHIPPING_PER_ORDER]: {
|
|
1225
1232
|
priority: 39,
|
|
1226
|
-
title: '
|
|
1233
|
+
title: 'Returning Customer Shipping Per Order',
|
|
1227
1234
|
shortTitle: 'RC Shipping/Order',
|
|
1228
1235
|
description: 'Average shipping per returning customer order.',
|
|
1229
1236
|
sumPrefix: '$',
|
|
@@ -1237,7 +1244,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1237
1244
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1238
1245
|
decimalPlaces: 2,
|
|
1239
1246
|
useCompactNotation: false,
|
|
1240
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1247
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1241
1248
|
tooltip: 'Average shipping fee collected per returning customer order.',
|
|
1242
1249
|
formulaDisplay: 'RC Shipping ÷ RC Order Count',
|
|
1243
1250
|
formula: 'rc_shipping / rc_order_count',
|
|
@@ -1276,7 +1283,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1276
1283
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1277
1284
|
decimalPlaces: 2,
|
|
1278
1285
|
useCompactNotation: false,
|
|
1279
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1286
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1280
1287
|
tooltip: 'Tax collected as a share of total revenue. Useful for estimating effective tax burden across markets.',
|
|
1281
1288
|
formulaDisplay: 'Tax ÷ Total Revenue × 100',
|
|
1282
1289
|
formula: 'tax / total_revenue * 100',
|
|
@@ -1296,14 +1303,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1296
1303
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1297
1304
|
decimalPlaces: 2,
|
|
1298
1305
|
useCompactNotation: false,
|
|
1299
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1306
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1300
1307
|
tooltip: 'Average tax amount collected per order.',
|
|
1301
1308
|
formulaDisplay: 'Total Tax ÷ Order Count',
|
|
1302
1309
|
formula: 'total_tax / order_count',
|
|
1303
1310
|
},
|
|
1304
1311
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TAX]: {
|
|
1305
1312
|
priority: 44,
|
|
1306
|
-
title: '
|
|
1313
|
+
title: 'New Customer Tax Collected',
|
|
1307
1314
|
shortTitle: 'NC Tax',
|
|
1308
1315
|
description: 'Total tax collected from new customers.',
|
|
1309
1316
|
sumPrefix: '$',
|
|
@@ -1317,12 +1324,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1317
1324
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1318
1325
|
decimalPlaces: 2,
|
|
1319
1326
|
useCompactNotation: true,
|
|
1320
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1327
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1321
1328
|
tooltip: 'Total tax collected from new customer orders.',
|
|
1322
1329
|
},
|
|
1323
1330
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TAX_PERCENT]: {
|
|
1324
1331
|
priority: 45,
|
|
1325
|
-
title: '
|
|
1332
|
+
title: 'New Customer Tax %',
|
|
1326
1333
|
shortTitle: 'NC Tax %',
|
|
1327
1334
|
description: 'Tax as percentage of new customer total revenue.',
|
|
1328
1335
|
sumPrefix: '',
|
|
@@ -1336,14 +1343,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1336
1343
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1337
1344
|
decimalPlaces: 2,
|
|
1338
1345
|
useCompactNotation: false,
|
|
1339
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1346
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1340
1347
|
tooltip: 'New customer tax as a percentage of new customer total revenue.',
|
|
1341
1348
|
formulaDisplay: 'NC Tax ÷ NC Total Revenue × 100',
|
|
1342
1349
|
formula: 'nc_tax / nc_total_revenue * 100',
|
|
1343
1350
|
},
|
|
1344
1351
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TAX_PER_ORDER]: {
|
|
1345
1352
|
priority: 46,
|
|
1346
|
-
title: '
|
|
1353
|
+
title: 'New Customer Tax Per Order',
|
|
1347
1354
|
shortTitle: 'NC Tax/Order',
|
|
1348
1355
|
description: 'Average tax per new customer order.',
|
|
1349
1356
|
sumPrefix: '$',
|
|
@@ -1357,14 +1364,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1357
1364
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1358
1365
|
decimalPlaces: 2,
|
|
1359
1366
|
useCompactNotation: false,
|
|
1360
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1367
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1361
1368
|
tooltip: 'Average tax amount collected per new customer order.',
|
|
1362
1369
|
formulaDisplay: 'NC Tax ÷ NC Order Count',
|
|
1363
1370
|
formula: 'nc_tax / nc_order_count',
|
|
1364
1371
|
},
|
|
1365
1372
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TAX]: {
|
|
1366
1373
|
priority: 47,
|
|
1367
|
-
title: '
|
|
1374
|
+
title: 'Returning Customer Tax Collected',
|
|
1368
1375
|
shortTitle: 'RC Tax',
|
|
1369
1376
|
description: 'Total tax collected from returning customers.',
|
|
1370
1377
|
sumPrefix: '$',
|
|
@@ -1378,12 +1385,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1378
1385
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1379
1386
|
decimalPlaces: 2,
|
|
1380
1387
|
useCompactNotation: true,
|
|
1381
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1388
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1382
1389
|
tooltip: 'Total tax collected from returning customer orders.',
|
|
1383
1390
|
},
|
|
1384
1391
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TAX_PERCENT]: {
|
|
1385
1392
|
priority: 48,
|
|
1386
|
-
title: '
|
|
1393
|
+
title: 'Returning Customer Tax %',
|
|
1387
1394
|
shortTitle: 'RC Tax %',
|
|
1388
1395
|
description: 'Tax as percentage of returning customer total revenue.',
|
|
1389
1396
|
sumPrefix: '',
|
|
@@ -1397,14 +1404,14 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1397
1404
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1398
1405
|
decimalPlaces: 2,
|
|
1399
1406
|
useCompactNotation: false,
|
|
1400
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1407
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1401
1408
|
tooltip: 'Returning customer tax as a percentage of returning customer total revenue.',
|
|
1402
1409
|
formulaDisplay: 'RC Tax ÷ RC Total Revenue × 100',
|
|
1403
1410
|
formula: 'rc_tax / rc_total_revenue * 100',
|
|
1404
1411
|
},
|
|
1405
1412
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TAX_PER_ORDER]: {
|
|
1406
1413
|
priority: 49,
|
|
1407
|
-
title: '
|
|
1414
|
+
title: 'Returning Customer Tax Per Order',
|
|
1408
1415
|
shortTitle: 'RC Tax/Order',
|
|
1409
1416
|
description: 'Average tax per returning customer order.',
|
|
1410
1417
|
sumPrefix: '$',
|
|
@@ -1418,7 +1425,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1418
1425
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1419
1426
|
decimalPlaces: 2,
|
|
1420
1427
|
useCompactNotation: false,
|
|
1421
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1428
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1422
1429
|
tooltip: 'Average tax amount collected per returning customer order.',
|
|
1423
1430
|
formulaDisplay: 'RC Tax ÷ RC Order Count',
|
|
1424
1431
|
formula: 'rc_tax / rc_order_count',
|
|
@@ -1467,28 +1474,27 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1467
1474
|
},
|
|
1468
1475
|
[measures_js_1.MEASURE.ORDERS_CM1_PER_ORDER]: {
|
|
1469
1476
|
priority: 5,
|
|
1470
|
-
title: 'CM1 Per Order
|
|
1477
|
+
title: 'CM1 Per Order',
|
|
1471
1478
|
shortTitle: 'CM1/Order',
|
|
1472
1479
|
description: 'Average CM1 per order. Net Revenue minus Effective COGS divided by order count.',
|
|
1473
1480
|
sumPrefix: '$',
|
|
1474
1481
|
sumSuffix: '',
|
|
1475
1482
|
avgPrefix: '$',
|
|
1476
1483
|
avgSuffix: '',
|
|
1477
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
1484
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
1478
1485
|
measure: measures_js_1.MEASURE.ORDERS_CM1_PER_ORDER,
|
|
1479
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1480
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1486
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1481
1487
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1482
1488
|
decimalPlaces: 2,
|
|
1483
1489
|
useCompactNotation: false,
|
|
1484
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1490
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1485
1491
|
tooltip: 'CM1 Per Order is the conservative gross margin per order using Net Revenue minus Effective COGS.',
|
|
1486
1492
|
formulaDisplay: '(CM1) ÷ (Order Count)',
|
|
1487
1493
|
formula: '(cm1) / (order_count)',
|
|
1488
1494
|
},
|
|
1489
1495
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_PER_ORDER]: {
|
|
1490
1496
|
priority: 15,
|
|
1491
|
-
title: '
|
|
1497
|
+
title: 'New Customer CM1 Per Order',
|
|
1492
1498
|
shortTitle: 'NC CM1/Order',
|
|
1493
1499
|
description: 'Average CM1 per new customer order.',
|
|
1494
1500
|
sumPrefix: '$',
|
|
@@ -1497,19 +1503,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1497
1503
|
avgSuffix: '',
|
|
1498
1504
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1499
1505
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_PER_ORDER,
|
|
1500
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1501
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1506
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1502
1507
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1503
1508
|
decimalPlaces: 2,
|
|
1504
1509
|
useCompactNotation: false,
|
|
1505
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1510
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1506
1511
|
tooltip: 'NC CM1 Per Order is the conservative gross margin per new customer order.',
|
|
1507
1512
|
formulaDisplay: '(NC CM1) ÷ (NC Order Count)',
|
|
1508
1513
|
formula: '(nc_cm1) / (nc_order_count)',
|
|
1509
1514
|
},
|
|
1510
1515
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PER_ORDER]: {
|
|
1511
1516
|
priority: 25,
|
|
1512
|
-
title: '
|
|
1517
|
+
title: 'Returning Customer CM1 Per Order',
|
|
1513
1518
|
shortTitle: 'RC CM1/Order',
|
|
1514
1519
|
description: 'Average CM1 per returning customer order.',
|
|
1515
1520
|
sumPrefix: '$',
|
|
@@ -1518,12 +1523,11 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1518
1523
|
avgSuffix: '',
|
|
1519
1524
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1520
1525
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PER_ORDER,
|
|
1521
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1522
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1526
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1523
1527
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1524
1528
|
decimalPlaces: 2,
|
|
1525
1529
|
useCompactNotation: false,
|
|
1526
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1530
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1527
1531
|
tooltip: 'RC CM1 Per Order is the conservative gross margin per returning customer order.',
|
|
1528
1532
|
formulaDisplay: '(RC CM1) ÷ (RC Order Count)',
|
|
1529
1533
|
formula: '(rc_cm1) / (rc_order_count)',
|
|
@@ -1537,14 +1541,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1537
1541
|
sumSuffix: '',
|
|
1538
1542
|
avgPrefix: '$',
|
|
1539
1543
|
avgSuffix: '',
|
|
1540
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
1544
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
1541
1545
|
measure: measures_js_1.MEASURE.ORDERS_CM2_PER_ORDER,
|
|
1542
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1543
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1546
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1544
1547
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1545
1548
|
decimalPlaces: 2,
|
|
1546
1549
|
useCompactNotation: false,
|
|
1547
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1550
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1548
1551
|
tooltip: 'Average Contribution Margin 2 per order, after deducting marketing costs. Helps assess marketing efficiency at the order level.',
|
|
1549
1552
|
formulaDisplay: 'CM2 ÷ Order Count',
|
|
1550
1553
|
formula: 'cm2 / order_count',
|
|
@@ -1558,14 +1561,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1558
1561
|
sumSuffix: '',
|
|
1559
1562
|
avgPrefix: '$',
|
|
1560
1563
|
avgSuffix: '',
|
|
1561
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
1564
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
1562
1565
|
measure: measures_js_1.MEASURE.ORDERS_CM3_PER_ORDER,
|
|
1563
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1564
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1566
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1565
1567
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1566
1568
|
decimalPlaces: 2,
|
|
1567
1569
|
useCompactNotation: false,
|
|
1568
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1570
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1569
1571
|
tooltip: 'Average Contribution Margin 3 per order, after all layered cost deductions.',
|
|
1570
1572
|
formulaDisplay: 'CM3 ÷ Order Count',
|
|
1571
1573
|
formula: 'cm3 / order_count',
|
|
@@ -1580,21 +1582,20 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1580
1582
|
sumSuffix: '',
|
|
1581
1583
|
avgPrefix: '$',
|
|
1582
1584
|
avgSuffix: '',
|
|
1583
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
1585
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
1584
1586
|
measure: measures_js_1.MEASURE.ORDERS_CM4_PER_ORDER,
|
|
1585
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1586
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1587
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1587
1588
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1588
1589
|
decimalPlaces: 2,
|
|
1589
1590
|
useCompactNotation: false,
|
|
1590
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1591
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1591
1592
|
tooltip: 'Average Contribution Margin 4 (operating profit) per order, after deducting all costs including fixed costs.',
|
|
1592
1593
|
formulaDisplay: 'CM4 ÷ Order Count',
|
|
1593
1594
|
formula: 'cm4 / order_count',
|
|
1594
1595
|
},
|
|
1595
1596
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PER_ORDER]: {
|
|
1596
1597
|
priority: 16,
|
|
1597
|
-
title: '
|
|
1598
|
+
title: 'New Customer CM2 Per Order',
|
|
1598
1599
|
shortTitle: 'NC CM2/Order',
|
|
1599
1600
|
description: 'Average CM2 per new customer order.',
|
|
1600
1601
|
sumPrefix: '$',
|
|
@@ -1603,19 +1604,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1603
1604
|
avgSuffix: '',
|
|
1604
1605
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1605
1606
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PER_ORDER,
|
|
1606
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1607
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1607
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1608
1608
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1609
1609
|
decimalPlaces: 2,
|
|
1610
1610
|
useCompactNotation: false,
|
|
1611
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1611
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1612
1612
|
tooltip: 'Average Contribution Margin 2 per new customer order, after deducting marketing costs.',
|
|
1613
1613
|
formulaDisplay: 'NC CM2 ÷ NC Order Count',
|
|
1614
1614
|
formula: 'nc_cm2 / nc_order_count',
|
|
1615
1615
|
},
|
|
1616
1616
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_PER_ORDER]: {
|
|
1617
1617
|
priority: 17,
|
|
1618
|
-
title: '
|
|
1618
|
+
title: 'New Customer CM3 Per Order',
|
|
1619
1619
|
shortTitle: 'NC CM3/Order',
|
|
1620
1620
|
description: 'Average CM3 per new customer order.',
|
|
1621
1621
|
sumPrefix: '$',
|
|
@@ -1624,19 +1624,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1624
1624
|
avgSuffix: '',
|
|
1625
1625
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1626
1626
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_PER_ORDER,
|
|
1627
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1628
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1627
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1629
1628
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1630
1629
|
decimalPlaces: 2,
|
|
1631
1630
|
useCompactNotation: false,
|
|
1632
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1631
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1633
1632
|
tooltip: 'Average Contribution Margin 3 per new customer order, after all layered cost deductions.',
|
|
1634
1633
|
formulaDisplay: 'NC CM3 ÷ NC Order Count',
|
|
1635
1634
|
formula: 'nc_cm3 / nc_order_count',
|
|
1636
1635
|
},
|
|
1637
1636
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4_PER_ORDER]: {
|
|
1638
1637
|
priority: 18,
|
|
1639
|
-
title: '
|
|
1638
|
+
title: 'New Customer CM4 Per Order',
|
|
1640
1639
|
shortTitle: 'NC CM4/Order',
|
|
1641
1640
|
description: 'Average CM4 (operating profit) per new customer order.',
|
|
1642
1641
|
sumPrefix: '$',
|
|
@@ -1645,19 +1644,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1645
1644
|
avgSuffix: '',
|
|
1646
1645
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1647
1646
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4_PER_ORDER,
|
|
1648
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1649
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1647
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1650
1648
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1651
1649
|
decimalPlaces: 2,
|
|
1652
1650
|
useCompactNotation: false,
|
|
1653
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1651
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1654
1652
|
tooltip: 'Average Contribution Margin 4 (operating profit) per new customer order, after deducting all costs including fixed costs.',
|
|
1655
1653
|
formulaDisplay: 'NC CM4 ÷ NC Order Count',
|
|
1656
1654
|
formula: 'nc_cm4 / nc_order_count',
|
|
1657
1655
|
},
|
|
1658
1656
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PER_ORDER]: {
|
|
1659
1657
|
priority: 26,
|
|
1660
|
-
title: '
|
|
1658
|
+
title: 'Returning Customer CM2 Per Order',
|
|
1661
1659
|
shortTitle: 'RC CM2/Order',
|
|
1662
1660
|
description: 'Average CM2 per returning customer order.',
|
|
1663
1661
|
sumPrefix: '$',
|
|
@@ -1666,19 +1664,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1666
1664
|
avgSuffix: '',
|
|
1667
1665
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1668
1666
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PER_ORDER,
|
|
1669
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1670
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1667
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1671
1668
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1672
1669
|
decimalPlaces: 2,
|
|
1673
1670
|
useCompactNotation: false,
|
|
1674
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1671
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1675
1672
|
tooltip: 'Average Contribution Margin 2 per returning customer order, after deducting marketing costs.',
|
|
1676
1673
|
formulaDisplay: 'RC CM2 ÷ RC Order Count',
|
|
1677
1674
|
formula: 'rc_cm2 / rc_order_count',
|
|
1678
1675
|
},
|
|
1679
1676
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PER_ORDER]: {
|
|
1680
1677
|
priority: 27,
|
|
1681
|
-
title: '
|
|
1678
|
+
title: 'Returning Customer CM3 Per Order',
|
|
1682
1679
|
shortTitle: 'RC CM3/Order',
|
|
1683
1680
|
description: 'Average CM3 per returning customer order.',
|
|
1684
1681
|
sumPrefix: '$',
|
|
@@ -1687,19 +1684,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1687
1684
|
avgSuffix: '',
|
|
1688
1685
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1689
1686
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PER_ORDER,
|
|
1690
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1691
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1687
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1692
1688
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1693
1689
|
decimalPlaces: 2,
|
|
1694
1690
|
useCompactNotation: false,
|
|
1695
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1691
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1696
1692
|
tooltip: 'Average Contribution Margin 3 per returning customer order, after all layered cost deductions.',
|
|
1697
1693
|
formulaDisplay: 'RC CM3 ÷ RC Order Count',
|
|
1698
1694
|
formula: 'rc_cm3 / rc_order_count',
|
|
1699
1695
|
},
|
|
1700
1696
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PER_ORDER]: {
|
|
1701
1697
|
priority: 28,
|
|
1702
|
-
title: '
|
|
1698
|
+
title: 'Returning Customer CM4 Per Order',
|
|
1703
1699
|
shortTitle: 'RC CM4/Order',
|
|
1704
1700
|
description: 'Average CM4 (operating profit) per returning customer order.',
|
|
1705
1701
|
sumPrefix: '$',
|
|
@@ -1708,12 +1704,11 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1708
1704
|
avgSuffix: '',
|
|
1709
1705
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
1710
1706
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PER_ORDER,
|
|
1711
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
1712
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
1707
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
1713
1708
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1714
1709
|
decimalPlaces: 2,
|
|
1715
1710
|
useCompactNotation: false,
|
|
1716
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1711
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1717
1712
|
tooltip: 'Average Contribution Margin 4 (operating profit) per returning customer order, after deducting all costs including fixed costs.',
|
|
1718
1713
|
formulaDisplay: 'RC CM4 ÷ RC Order Count',
|
|
1719
1714
|
formula: 'rc_cm4 / rc_order_count',
|
|
@@ -1733,7 +1728,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1733
1728
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
1734
1729
|
decimalPlaces: 2,
|
|
1735
1730
|
useCompactNotation: false,
|
|
1736
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1731
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1737
1732
|
shortTitle: 'Avg Orders/Cust',
|
|
1738
1733
|
tooltip: 'The average number of orders placed per unique customer in the period. Higher values indicate strong repeat purchase behavior.',
|
|
1739
1734
|
formulaDisplay: 'Order Count ÷ Unique Customers',
|
|
@@ -1742,6 +1737,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1742
1737
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMERS]: {
|
|
1743
1738
|
priority: 2,
|
|
1744
1739
|
title: 'New Customers',
|
|
1740
|
+
shortTitle: 'New Customers',
|
|
1745
1741
|
description: 'Count of unique new customers.',
|
|
1746
1742
|
sumPrefix: '',
|
|
1747
1743
|
sumSuffix: '',
|
|
@@ -1754,7 +1750,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1754
1750
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
1755
1751
|
decimalPlaces: 0,
|
|
1756
1752
|
useCompactNotation: false,
|
|
1757
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1753
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1758
1754
|
tooltip: 'The number of distinct customers making their first-ever purchase in the period. Core acquisition metric.',
|
|
1759
1755
|
},
|
|
1760
1756
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMERS]: {
|
|
@@ -1772,13 +1768,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1772
1768
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
1773
1769
|
decimalPlaces: 0,
|
|
1774
1770
|
useCompactNotation: false,
|
|
1775
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1776
|
-
shortTitle: '
|
|
1771
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1772
|
+
shortTitle: 'Returning Customers',
|
|
1777
1773
|
tooltip: 'The number of distinct customers who have ordered before and purchased again in the period. Core retention metric.',
|
|
1778
1774
|
},
|
|
1779
1775
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_RATE]: {
|
|
1780
1776
|
priority: 33,
|
|
1781
|
-
title: '
|
|
1777
|
+
title: 'New Customer Gross Revenue Rate',
|
|
1782
1778
|
description: 'New customer gross revenue as percentage of total gross revenue.',
|
|
1783
1779
|
sumPrefix: '',
|
|
1784
1780
|
sumSuffix: '%',
|
|
@@ -1791,7 +1787,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1791
1787
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1792
1788
|
decimalPlaces: 2,
|
|
1793
1789
|
useCompactNotation: false,
|
|
1794
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1790
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1795
1791
|
shortTitle: 'NC Gross Rate',
|
|
1796
1792
|
tooltip: 'New customer gross revenue as a share of total gross revenue. Shows how much of top-line sales comes from first-time buyers.',
|
|
1797
1793
|
formulaDisplay: 'NC Gross Revenue ÷ Gross Revenue × 100',
|
|
@@ -1799,7 +1795,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1799
1795
|
},
|
|
1800
1796
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_RATE]: {
|
|
1801
1797
|
priority: 34,
|
|
1802
|
-
title: '
|
|
1798
|
+
title: 'Returning Customer Gross Revenue Rate',
|
|
1803
1799
|
description: 'Returning customer gross revenue as percentage of total gross revenue.',
|
|
1804
1800
|
sumPrefix: '',
|
|
1805
1801
|
sumSuffix: '%',
|
|
@@ -1812,7 +1808,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1812
1808
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1813
1809
|
decimalPlaces: 2,
|
|
1814
1810
|
useCompactNotation: false,
|
|
1815
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1811
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1816
1812
|
shortTitle: 'RC Gross Rate',
|
|
1817
1813
|
tooltip: 'Returning customer gross revenue as a share of total gross revenue. High values indicate a retention-driven revenue base.',
|
|
1818
1814
|
formulaDisplay: 'RC Gross Revenue ÷ Gross Revenue × 100',
|
|
@@ -1833,7 +1829,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1833
1829
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1834
1830
|
decimalPlaces: 2,
|
|
1835
1831
|
useCompactNotation: true,
|
|
1836
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1832
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1837
1833
|
shortTitle: 'Refund by Date',
|
|
1838
1834
|
tooltip: 'Refund amounts attributed to the date the refund was issued. Use this to track when refunds actually hit, not when orders were placed.',
|
|
1839
1835
|
},
|
|
@@ -1852,7 +1848,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1852
1848
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
1853
1849
|
decimalPlaces: 2,
|
|
1854
1850
|
useCompactNotation: true,
|
|
1855
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1851
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1856
1852
|
shortTitle: 'Refund by Order',
|
|
1857
1853
|
tooltip: 'Refund amounts attributed to the original order date. Useful for cohort analysis and understanding which order batches had high returns.',
|
|
1858
1854
|
},
|
|
@@ -1871,7 +1867,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1871
1867
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1872
1868
|
decimalPlaces: 2,
|
|
1873
1869
|
useCompactNotation: false,
|
|
1874
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1870
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1875
1871
|
shortTitle: 'Refund Gross %',
|
|
1876
1872
|
tooltip: 'Total refunds as a percentage of gross revenue. Shows what portion of sales value is being returned.',
|
|
1877
1873
|
formulaDisplay: 'Refunds ÷ Gross Revenue × 100',
|
|
@@ -1892,7 +1888,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1892
1888
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1893
1889
|
decimalPlaces: 2,
|
|
1894
1890
|
useCompactNotation: false,
|
|
1895
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1891
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1896
1892
|
shortTitle: 'Refund Net %',
|
|
1897
1893
|
tooltip: 'Total refunds as a percentage of net revenue. A higher rate here vs. gross rate means discounts compound the refund impact.',
|
|
1898
1894
|
formulaDisplay: 'Refunds ÷ Net Revenue × 100',
|
|
@@ -1901,6 +1897,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1901
1897
|
[measures_js_1.MEASURE.ORDERS_DISCOUNT_COUNT]: {
|
|
1902
1898
|
priority: 12,
|
|
1903
1899
|
title: 'Discount Count',
|
|
1900
|
+
shortTitle: 'Discount Count',
|
|
1904
1901
|
description: 'Count of orders with discounts.',
|
|
1905
1902
|
sumPrefix: '',
|
|
1906
1903
|
sumSuffix: '',
|
|
@@ -1913,7 +1910,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1913
1910
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
1914
1911
|
decimalPlaces: 0,
|
|
1915
1912
|
useCompactNotation: false,
|
|
1916
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1913
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1917
1914
|
tooltip: 'The number of orders that had at least one discount applied. Compare to total orders to gauge discount usage frequency.',
|
|
1918
1915
|
},
|
|
1919
1916
|
[measures_js_1.MEASURE.ORDERS_DISCOUNT_GROSS_RATE]: {
|
|
@@ -1931,7 +1928,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1931
1928
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1932
1929
|
decimalPlaces: 2,
|
|
1933
1930
|
useCompactNotation: false,
|
|
1934
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1931
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1935
1932
|
shortTitle: 'Disc. Gross Rate',
|
|
1936
1933
|
tooltip: 'Total discounts as a share of gross revenue. Tracks how aggressively promotional pricing is eroding top-line sales.',
|
|
1937
1934
|
formulaDisplay: 'Discounts ÷ Gross Revenue × 100',
|
|
@@ -1939,7 +1936,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1939
1936
|
},
|
|
1940
1937
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_DISCOUNT_GROSS_RATE]: {
|
|
1941
1938
|
priority: 16,
|
|
1942
|
-
title: '
|
|
1939
|
+
title: 'New Customer Discount Gross Rate',
|
|
1943
1940
|
description: 'New customer discount as percentage of gross revenue.',
|
|
1944
1941
|
sumPrefix: '',
|
|
1945
1942
|
sumSuffix: '%',
|
|
@@ -1952,7 +1949,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1952
1949
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1953
1950
|
decimalPlaces: 2,
|
|
1954
1951
|
useCompactNotation: false,
|
|
1955
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1952
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1956
1953
|
shortTitle: 'NC Disc. Gross',
|
|
1957
1954
|
tooltip: 'New customer discounts as a share of new customer gross revenue. High rates suggest heavy promotion to drive acquisition.',
|
|
1958
1955
|
formulaDisplay: 'NC Discounts ÷ NC Gross Revenue × 100',
|
|
@@ -1960,7 +1957,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1960
1957
|
},
|
|
1961
1958
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_DISCOUNT_GROSS_RATE]: {
|
|
1962
1959
|
priority: 17,
|
|
1963
|
-
title: '
|
|
1960
|
+
title: 'Returning Customer Discount Gross Rate',
|
|
1964
1961
|
description: 'Returning customer discount as percentage of gross revenue.',
|
|
1965
1962
|
sumPrefix: '',
|
|
1966
1963
|
sumSuffix: '%',
|
|
@@ -1973,7 +1970,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1973
1970
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1974
1971
|
decimalPlaces: 2,
|
|
1975
1972
|
useCompactNotation: false,
|
|
1976
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1973
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1977
1974
|
shortTitle: 'RC Disc. Gross',
|
|
1978
1975
|
tooltip: 'Returning customer discounts as a share of returning customer gross revenue. High rates may indicate loyalty discounts cutting into repeat margins.',
|
|
1979
1976
|
formulaDisplay: 'RC Discounts ÷ RC Gross Revenue × 100',
|
|
@@ -1981,7 +1978,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1981
1978
|
},
|
|
1982
1979
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_DISCOUNT_ORDER_RATE]: {
|
|
1983
1980
|
priority: 18,
|
|
1984
|
-
title: '
|
|
1981
|
+
title: 'New Customer Discount Order Rate',
|
|
1985
1982
|
description: 'Percentage of new customer orders with discount.',
|
|
1986
1983
|
sumPrefix: '',
|
|
1987
1984
|
sumSuffix: '%',
|
|
@@ -1994,7 +1991,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1994
1991
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
1995
1992
|
decimalPlaces: 2,
|
|
1996
1993
|
useCompactNotation: false,
|
|
1997
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
1994
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1998
1995
|
shortTitle: 'NC Disc. Order %',
|
|
1999
1996
|
tooltip: 'The share of new customer orders that used a discount code or promotion. High values show how dependent acquisition is on discounting.',
|
|
2000
1997
|
formulaDisplay: 'NC Discounted Orders ÷ NC Orders × 100',
|
|
@@ -2002,7 +1999,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2002
1999
|
},
|
|
2003
2000
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_DISCOUNT_ORDER_RATE]: {
|
|
2004
2001
|
priority: 19,
|
|
2005
|
-
title: '
|
|
2002
|
+
title: 'Returning Customer Discount Order Rate',
|
|
2006
2003
|
description: 'Percentage of returning customer orders with discount.',
|
|
2007
2004
|
sumPrefix: '',
|
|
2008
2005
|
sumSuffix: '%',
|
|
@@ -2015,7 +2012,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2015
2012
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2016
2013
|
decimalPlaces: 2,
|
|
2017
2014
|
useCompactNotation: false,
|
|
2018
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2015
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2019
2016
|
shortTitle: 'RC Disc. Order %',
|
|
2020
2017
|
tooltip: 'The share of returning customer orders that used a discount. Elevated values may signal discount dependency in retention.',
|
|
2021
2018
|
formulaDisplay: 'RC Discounted Orders ÷ RC Orders × 100',
|
|
@@ -2036,7 +2033,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2036
2033
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2037
2034
|
decimalPlaces: 2,
|
|
2038
2035
|
useCompactNotation: true,
|
|
2039
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2036
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2040
2037
|
shortTitle: 'Refund + Disc.',
|
|
2041
2038
|
tooltip: 'The combined dollar value of refunds and discounts. Represents the total revenue leakage from gross sales.',
|
|
2042
2039
|
formulaDisplay: 'Refunds + Discounts',
|
|
@@ -2044,7 +2041,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2044
2041
|
},
|
|
2045
2042
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_REFUND_PLUS_DISCOUNT]: {
|
|
2046
2043
|
priority: 22,
|
|
2047
|
-
title: '
|
|
2044
|
+
title: 'New Customer Refund + Discount',
|
|
2048
2045
|
description: 'New customer refund and discount combined.',
|
|
2049
2046
|
sumPrefix: '$',
|
|
2050
2047
|
sumSuffix: '',
|
|
@@ -2057,7 +2054,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2057
2054
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2058
2055
|
decimalPlaces: 2,
|
|
2059
2056
|
useCompactNotation: true,
|
|
2060
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2057
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2061
2058
|
shortTitle: 'NC Ref+Disc',
|
|
2062
2059
|
tooltip: 'Combined refunds and discounts for new customer orders. Reflects the total revenue given back from first-time buyer transactions.',
|
|
2063
2060
|
formulaDisplay: 'NC Refunds + NC Discounts',
|
|
@@ -2065,7 +2062,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2065
2062
|
},
|
|
2066
2063
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_REFUND_PLUS_DISCOUNT]: {
|
|
2067
2064
|
priority: 23,
|
|
2068
|
-
title: '
|
|
2065
|
+
title: 'Returning Customer Refund + Discount',
|
|
2069
2066
|
description: 'Returning customer refund and discount combined.',
|
|
2070
2067
|
sumPrefix: '$',
|
|
2071
2068
|
sumSuffix: '',
|
|
@@ -2078,7 +2075,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2078
2075
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2079
2076
|
decimalPlaces: 2,
|
|
2080
2077
|
useCompactNotation: true,
|
|
2081
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2078
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2082
2079
|
shortTitle: 'RC Ref+Disc',
|
|
2083
2080
|
tooltip: 'Combined refunds and discounts for returning customer orders.',
|
|
2084
2081
|
formulaDisplay: 'RC Refunds + RC Discounts',
|
|
@@ -2099,8 +2096,9 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2099
2096
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2100
2097
|
decimalPlaces: 2,
|
|
2101
2098
|
useCompactNotation: true,
|
|
2102
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2099
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2103
2100
|
tooltip: 'The order subtotal before shipping and taxes are added. Reflects the product value customers commit to at checkout.',
|
|
2101
|
+
hideFromUI: true,
|
|
2104
2102
|
},
|
|
2105
2103
|
[measures_js_1.MEASURE.ORDERS_NET_PLUS_SHIPPING]: {
|
|
2106
2104
|
priority: 5,
|
|
@@ -2117,11 +2115,12 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2117
2115
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2118
2116
|
decimalPlaces: 2,
|
|
2119
2117
|
useCompactNotation: true,
|
|
2120
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2118
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2121
2119
|
shortTitle: 'Net + Ship.',
|
|
2122
2120
|
tooltip: 'Net revenue plus shipping collected. Useful for businesses where shipping is a meaningful revenue contributor.',
|
|
2123
2121
|
formulaDisplay: 'Net Revenue + Shipping',
|
|
2124
2122
|
formula: 'net_revenue + shipping',
|
|
2123
|
+
hideFromUI: true,
|
|
2125
2124
|
},
|
|
2126
2125
|
[measures_js_1.MEASURE.ORDERS_CANCELLED_COUNT]: {
|
|
2127
2126
|
priority: 51,
|
|
@@ -2138,7 +2137,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2138
2137
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
2139
2138
|
decimalPlaces: 0,
|
|
2140
2139
|
useCompactNotation: false,
|
|
2141
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2140
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2142
2141
|
shortTitle: 'Cancellations',
|
|
2143
2142
|
tooltip: 'The number of orders that were cancelled before fulfillment. High counts may indicate checkout friction or inventory issues.',
|
|
2144
2143
|
},
|
|
@@ -2157,13 +2156,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2157
2156
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2158
2157
|
decimalPlaces: 2,
|
|
2159
2158
|
useCompactNotation: true,
|
|
2160
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2159
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2161
2160
|
shortTitle: 'Cancelled $',
|
|
2162
2161
|
tooltip: 'The total dollar value of cancelled orders. Represents potential revenue that was lost before fulfillment.',
|
|
2163
2162
|
},
|
|
2164
2163
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CANCELLED_COUNT]: {
|
|
2165
2164
|
priority: 53,
|
|
2166
|
-
title: '
|
|
2165
|
+
title: 'New Customer Cancelled Orders',
|
|
2167
2166
|
description: 'Count of cancelled orders from new customers.',
|
|
2168
2167
|
sumPrefix: '',
|
|
2169
2168
|
sumSuffix: '',
|
|
@@ -2176,13 +2175,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2176
2175
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
2177
2176
|
decimalPlaces: 0,
|
|
2178
2177
|
useCompactNotation: false,
|
|
2179
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2178
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2180
2179
|
shortTitle: 'NC Cancellations',
|
|
2181
2180
|
tooltip: 'The number of new customer orders that were cancelled before fulfillment.',
|
|
2182
2181
|
},
|
|
2183
2182
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CANCELLED_AMOUNT]: {
|
|
2184
2183
|
priority: 54,
|
|
2185
|
-
title: '
|
|
2184
|
+
title: 'New Customer Cancelled Amount',
|
|
2186
2185
|
description: 'Cancelled order amount from new customers.',
|
|
2187
2186
|
sumPrefix: '$',
|
|
2188
2187
|
sumSuffix: '',
|
|
@@ -2195,7 +2194,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2195
2194
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2196
2195
|
decimalPlaces: 2,
|
|
2197
2196
|
useCompactNotation: true,
|
|
2198
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2197
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2199
2198
|
shortTitle: 'NC Cancelled $',
|
|
2200
2199
|
tooltip: 'The total dollar value of cancelled new customer orders.',
|
|
2201
2200
|
},
|
|
@@ -2214,13 +2213,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2214
2213
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
2215
2214
|
decimalPlaces: 0,
|
|
2216
2215
|
useCompactNotation: false,
|
|
2217
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2216
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2218
2217
|
shortTitle: 'RC Cancellations',
|
|
2219
2218
|
tooltip: 'The number of returning customer orders that were cancelled before fulfillment.',
|
|
2220
2219
|
},
|
|
2221
2220
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CANCELLED_AMOUNT]: {
|
|
2222
2221
|
priority: 56,
|
|
2223
|
-
title: '
|
|
2222
|
+
title: 'Returning Customer Cancelled Amount',
|
|
2224
2223
|
description: 'Cancelled order amount from returning customers.',
|
|
2225
2224
|
sumPrefix: '$',
|
|
2226
2225
|
sumSuffix: '',
|
|
@@ -2233,7 +2232,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2233
2232
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2234
2233
|
decimalPlaces: 2,
|
|
2235
2234
|
useCompactNotation: true,
|
|
2236
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2235
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2237
2236
|
shortTitle: 'RC Cancelled $',
|
|
2238
2237
|
tooltip: 'The total dollar value of cancelled returning customer orders.',
|
|
2239
2238
|
},
|
|
@@ -2247,8 +2246,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2247
2246
|
avgSuffix: '',
|
|
2248
2247
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2249
2248
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_PROFIT,
|
|
2250
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2251
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2249
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2252
2250
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2253
2251
|
decimalPlaces: 2,
|
|
2254
2252
|
useCompactNotation: true,
|
|
@@ -2260,7 +2258,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2260
2258
|
},
|
|
2261
2259
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_PROFIT]: {
|
|
2262
2260
|
priority: 2,
|
|
2263
|
-
title: '
|
|
2261
|
+
title: 'New Customer Gross Profit',
|
|
2264
2262
|
description: 'Gross profit from new customers.',
|
|
2265
2263
|
sumPrefix: '$',
|
|
2266
2264
|
sumSuffix: '',
|
|
@@ -2268,8 +2266,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2268
2266
|
avgSuffix: '',
|
|
2269
2267
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2270
2268
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_PROFIT,
|
|
2271
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2272
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2269
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2273
2270
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2274
2271
|
decimalPlaces: 2,
|
|
2275
2272
|
useCompactNotation: true,
|
|
@@ -2279,7 +2276,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2279
2276
|
},
|
|
2280
2277
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_PROFIT]: {
|
|
2281
2278
|
priority: 3,
|
|
2282
|
-
title: '
|
|
2279
|
+
title: 'Returning Customer Gross Profit',
|
|
2283
2280
|
description: 'Gross profit from returning customers.',
|
|
2284
2281
|
sumPrefix: '$',
|
|
2285
2282
|
sumSuffix: '',
|
|
@@ -2287,8 +2284,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2287
2284
|
avgSuffix: '',
|
|
2288
2285
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2289
2286
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_PROFIT,
|
|
2290
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2291
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2287
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2292
2288
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2293
2289
|
decimalPlaces: 2,
|
|
2294
2290
|
useCompactNotation: true,
|
|
@@ -2306,8 +2302,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2306
2302
|
avgSuffix: '%',
|
|
2307
2303
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2308
2304
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_PROFIT_GROSS_PERCENT,
|
|
2309
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2310
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2305
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2311
2306
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2312
2307
|
decimalPlaces: 2,
|
|
2313
2308
|
useCompactNotation: false,
|
|
@@ -2319,7 +2314,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2319
2314
|
},
|
|
2320
2315
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_PROFIT_GROSS_PERCENT]: {
|
|
2321
2316
|
priority: 12,
|
|
2322
|
-
title: '
|
|
2317
|
+
title: 'New Customer Gross Profit % (of Gross)',
|
|
2323
2318
|
description: 'NC gross profit as percentage of NC gross revenue.',
|
|
2324
2319
|
sumPrefix: '',
|
|
2325
2320
|
sumSuffix: '%',
|
|
@@ -2327,8 +2322,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2327
2322
|
avgSuffix: '%',
|
|
2328
2323
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2329
2324
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_PROFIT_GROSS_PERCENT,
|
|
2330
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2331
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2325
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2332
2326
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2333
2327
|
decimalPlaces: 2,
|
|
2334
2328
|
useCompactNotation: false,
|
|
@@ -2338,7 +2332,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2338
2332
|
},
|
|
2339
2333
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_PROFIT_GROSS_PERCENT]: {
|
|
2340
2334
|
priority: 13,
|
|
2341
|
-
title: '
|
|
2335
|
+
title: 'Returning Customer Gross Profit % (of Gross)',
|
|
2342
2336
|
description: 'RC gross profit as percentage of RC gross revenue.',
|
|
2343
2337
|
sumPrefix: '',
|
|
2344
2338
|
sumSuffix: '%',
|
|
@@ -2346,8 +2340,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2346
2340
|
avgSuffix: '%',
|
|
2347
2341
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2348
2342
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_PROFIT_GROSS_PERCENT,
|
|
2349
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2350
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2343
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2351
2344
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2352
2345
|
decimalPlaces: 2,
|
|
2353
2346
|
useCompactNotation: false,
|
|
@@ -2365,8 +2358,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2365
2358
|
avgSuffix: '',
|
|
2366
2359
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2367
2360
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_PROFIT_PER_ORDER,
|
|
2368
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2369
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2361
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2370
2362
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2371
2363
|
decimalPlaces: 2,
|
|
2372
2364
|
useCompactNotation: false,
|
|
@@ -2378,7 +2370,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2378
2370
|
},
|
|
2379
2371
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_PROFIT_PER_ORDER]: {
|
|
2380
2372
|
priority: 22,
|
|
2381
|
-
title: '
|
|
2373
|
+
title: 'New Customer Gross Profit Per Order',
|
|
2382
2374
|
description: 'Average gross profit per new customer order.',
|
|
2383
2375
|
sumPrefix: '$',
|
|
2384
2376
|
sumSuffix: '',
|
|
@@ -2386,8 +2378,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2386
2378
|
avgSuffix: '',
|
|
2387
2379
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2388
2380
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_PROFIT_PER_ORDER,
|
|
2389
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2390
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2381
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2391
2382
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2392
2383
|
decimalPlaces: 2,
|
|
2393
2384
|
useCompactNotation: false,
|
|
@@ -2397,7 +2388,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2397
2388
|
},
|
|
2398
2389
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_PROFIT_PER_ORDER]: {
|
|
2399
2390
|
priority: 23,
|
|
2400
|
-
title: '
|
|
2391
|
+
title: 'Returning Customer Gross Profit Per Order',
|
|
2401
2392
|
description: 'Average gross profit per returning customer order.',
|
|
2402
2393
|
sumPrefix: '$',
|
|
2403
2394
|
sumSuffix: '',
|
|
@@ -2405,8 +2396,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2405
2396
|
avgSuffix: '',
|
|
2406
2397
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
2407
2398
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_PROFIT_PER_ORDER,
|
|
2408
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2409
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
2399
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2410
2400
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2411
2401
|
decimalPlaces: 2,
|
|
2412
2402
|
useCompactNotation: false,
|
|
@@ -2429,7 +2419,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2429
2419
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2430
2420
|
decimalPlaces: 2,
|
|
2431
2421
|
useCompactNotation: false,
|
|
2432
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2422
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2433
2423
|
shortTitle: 'COGS/Gross %',
|
|
2434
2424
|
tooltip: 'Cost of goods as a share of gross revenue. The complement of gross margin rate — COGS % + Gross Margin % = 100%.',
|
|
2435
2425
|
formulaDisplay: 'COGS ÷ Gross Revenue × 100',
|
|
@@ -2437,7 +2427,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2437
2427
|
},
|
|
2438
2428
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_COGS_GROSS_RATE]: {
|
|
2439
2429
|
priority: 35,
|
|
2440
|
-
title: '
|
|
2430
|
+
title: 'New Customer COGS / Gross Rate',
|
|
2441
2431
|
description: 'NC COGS as percentage of gross revenue.',
|
|
2442
2432
|
sumPrefix: '',
|
|
2443
2433
|
sumSuffix: '%',
|
|
@@ -2450,7 +2440,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2450
2440
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2451
2441
|
decimalPlaces: 2,
|
|
2452
2442
|
useCompactNotation: false,
|
|
2453
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2443
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2454
2444
|
shortTitle: 'NC COGS/Gross %',
|
|
2455
2445
|
tooltip: 'New customer COGS as a share of their gross revenue.',
|
|
2456
2446
|
formulaDisplay: 'NC COGS ÷ NC Gross Revenue × 100',
|
|
@@ -2458,7 +2448,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2458
2448
|
},
|
|
2459
2449
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_COGS_GROSS_RATE]: {
|
|
2460
2450
|
priority: 38,
|
|
2461
|
-
title: '
|
|
2451
|
+
title: 'Returning Customer COGS / Gross Rate',
|
|
2462
2452
|
description: 'RC COGS as percentage of gross revenue.',
|
|
2463
2453
|
sumPrefix: '',
|
|
2464
2454
|
sumSuffix: '%',
|
|
@@ -2471,7 +2461,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2471
2461
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2472
2462
|
decimalPlaces: 2,
|
|
2473
2463
|
useCompactNotation: false,
|
|
2474
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2464
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2475
2465
|
shortTitle: 'RC COGS/Gross %',
|
|
2476
2466
|
tooltip: 'Returning customer COGS as a share of their gross revenue.',
|
|
2477
2467
|
formulaDisplay: 'RC COGS ÷ RC Gross Revenue × 100',
|
|
@@ -2492,7 +2482,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2492
2482
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2493
2483
|
decimalPlaces: 2,
|
|
2494
2484
|
useCompactNotation: false,
|
|
2495
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2485
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2496
2486
|
shortTitle: 'COGS/Net %',
|
|
2497
2487
|
tooltip: 'COGS as a share of net revenue. Higher than gross rate because discounts and refunds reduce the denominator.',
|
|
2498
2488
|
formulaDisplay: 'COGS ÷ Net Revenue × 100',
|
|
@@ -2500,7 +2490,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2500
2490
|
},
|
|
2501
2491
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_COGS_NET_RATE]: {
|
|
2502
2492
|
priority: 36,
|
|
2503
|
-
title: '
|
|
2493
|
+
title: 'New Customer COGS / Net Rate',
|
|
2504
2494
|
description: 'NC COGS as percentage of net revenue.',
|
|
2505
2495
|
sumPrefix: '',
|
|
2506
2496
|
sumSuffix: '%',
|
|
@@ -2513,7 +2503,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2513
2503
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2514
2504
|
decimalPlaces: 2,
|
|
2515
2505
|
useCompactNotation: false,
|
|
2516
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2506
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2517
2507
|
shortTitle: 'NC COGS/Net %',
|
|
2518
2508
|
tooltip: 'New customer COGS as a share of their net revenue.',
|
|
2519
2509
|
formulaDisplay: 'NC COGS ÷ NC Net Revenue × 100',
|
|
@@ -2521,7 +2511,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2521
2511
|
},
|
|
2522
2512
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_COGS_NET_RATE]: {
|
|
2523
2513
|
priority: 39,
|
|
2524
|
-
title: '
|
|
2514
|
+
title: 'Returning Customer COGS / Net Rate',
|
|
2525
2515
|
description: 'RC COGS as percentage of net revenue.',
|
|
2526
2516
|
sumPrefix: '',
|
|
2527
2517
|
sumSuffix: '%',
|
|
@@ -2534,7 +2524,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2534
2524
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
2535
2525
|
decimalPlaces: 2,
|
|
2536
2526
|
useCompactNotation: false,
|
|
2537
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2527
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2538
2528
|
shortTitle: 'RC COGS/Net %',
|
|
2539
2529
|
tooltip: 'Returning customer COGS as a share of their net revenue.',
|
|
2540
2530
|
formulaDisplay: 'RC COGS ÷ RC Net Revenue × 100',
|
|
@@ -2667,7 +2657,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2667
2657
|
decimalPlaces: 0,
|
|
2668
2658
|
useCompactNotation: true,
|
|
2669
2659
|
applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
2670
|
-
shortTitle: 'Cohort
|
|
2660
|
+
shortTitle: 'Cohort Customers',
|
|
2671
2661
|
tooltip: 'The number of customers who made their first purchase in the cohort period. The denominator for all per-customer cohort metrics.',
|
|
2672
2662
|
},
|
|
2673
2663
|
[measures_js_1.MEASURE.ORDERS_COHORT_RETENTION_PERCENT]: {
|
|
@@ -2714,6 +2704,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2714
2704
|
[measures_js_1.MEASURE.ORDERS_TOP_PRODUCTS]: {
|
|
2715
2705
|
priority: 9,
|
|
2716
2706
|
title: 'Top Products',
|
|
2707
|
+
shortTitle: 'Top Products',
|
|
2717
2708
|
description: 'Top selling products by revenue.',
|
|
2718
2709
|
sumPrefix: '',
|
|
2719
2710
|
sumSuffix: '',
|
|
@@ -2726,7 +2717,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2726
2717
|
valueType: measure_value_type_js_1.MeasureValueType.NUMBER,
|
|
2727
2718
|
decimalPlaces: 0,
|
|
2728
2719
|
useCompactNotation: false,
|
|
2729
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2720
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2730
2721
|
tooltip: 'A ranking of products ordered by revenue contribution. Identifies the highest-impact products for merchandising and ad targeting.',
|
|
2731
2722
|
},
|
|
2732
2723
|
[measures_js_1.MEASURE.ORDERS_CPA]: {
|
|
@@ -2738,14 +2729,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2738
2729
|
sumSuffix: '',
|
|
2739
2730
|
avgPrefix: '$',
|
|
2740
2731
|
avgSuffix: '',
|
|
2741
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2732
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2742
2733
|
measure: measures_js_1.MEASURE.ORDERS_CPA,
|
|
2743
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2744
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2734
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2745
2735
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2746
2736
|
decimalPlaces: 2,
|
|
2747
2737
|
useCompactNotation: true,
|
|
2748
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2738
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2749
2739
|
tooltip: 'How much you spend on average to acquire each order. Lower is better.',
|
|
2750
2740
|
formulaDisplay: 'Total Ad Spend ÷ Orders',
|
|
2751
2741
|
formula: 'spend / orders',
|
|
@@ -2759,35 +2749,33 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2759
2749
|
sumSuffix: '',
|
|
2760
2750
|
avgPrefix: '$',
|
|
2761
2751
|
avgSuffix: '',
|
|
2762
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2752
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2763
2753
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CPA,
|
|
2764
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2765
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2754
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2766
2755
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2767
2756
|
decimalPlaces: 2,
|
|
2768
2757
|
useCompactNotation: true,
|
|
2769
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2758
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2770
2759
|
tooltip: 'How much you spend to acquire each first-time customer order. Critical for understanding customer acquisition efficiency.',
|
|
2771
2760
|
formulaDisplay: 'Total Ad Spend ÷ New Customer Orders',
|
|
2772
2761
|
formula: 'spend / new_customer_orders',
|
|
2773
2762
|
},
|
|
2774
2763
|
[measures_js_1.MEASURE.ORDERS_TOTAL_ROAS]: {
|
|
2775
2764
|
priority: 1,
|
|
2776
|
-
title: '
|
|
2777
|
-
shortTitle: 'ROAS',
|
|
2765
|
+
title: 'ROAS (Total Sales)',
|
|
2766
|
+
shortTitle: 'ROAS Total',
|
|
2778
2767
|
description: 'Total Order Revenue divided by Total Ad Spend.',
|
|
2779
2768
|
sumPrefix: '',
|
|
2780
2769
|
sumSuffix: 'x',
|
|
2781
2770
|
avgPrefix: '',
|
|
2782
2771
|
avgSuffix: 'x',
|
|
2783
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2772
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2784
2773
|
measure: measures_js_1.MEASURE.ORDERS_TOTAL_ROAS,
|
|
2785
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2786
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2774
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2787
2775
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2788
2776
|
decimalPlaces: 2,
|
|
2789
2777
|
useCompactNotation: false,
|
|
2790
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2778
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2791
2779
|
tooltip: 'How much revenue you earn for every dollar spent on advertising. A 3x ROAS means $3 revenue per $1 spent.',
|
|
2792
2780
|
formulaDisplay: 'Total Order Revenue ÷ Total Ad Spend',
|
|
2793
2781
|
formula: 'total_revenue / spend',
|
|
@@ -2801,14 +2789,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2801
2789
|
sumSuffix: 'x',
|
|
2802
2790
|
avgPrefix: '',
|
|
2803
2791
|
avgSuffix: 'x',
|
|
2804
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2792
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2805
2793
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_ROAS,
|
|
2806
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2807
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2794
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2808
2795
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2809
2796
|
decimalPlaces: 2,
|
|
2810
2797
|
useCompactNotation: false,
|
|
2811
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2798
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2812
2799
|
tooltip: 'Return on ad spend using gross sales (before discounts and refunds are applied).',
|
|
2813
2800
|
formulaDisplay: 'Gross Order Sales ÷ Total Ad Spend',
|
|
2814
2801
|
formula: 'gross_sales / spend',
|
|
@@ -2822,14 +2809,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2822
2809
|
sumSuffix: 'x',
|
|
2823
2810
|
avgPrefix: '',
|
|
2824
2811
|
avgSuffix: 'x',
|
|
2825
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2812
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2826
2813
|
measure: measures_js_1.MEASURE.ORDERS_NET_ROAS,
|
|
2827
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2828
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2814
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2829
2815
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2830
2816
|
decimalPlaces: 2,
|
|
2831
2817
|
useCompactNotation: false,
|
|
2832
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2818
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2833
2819
|
tooltip: 'Return on ad spend using net sales (after discounts and refunds). Most accurate for true profitability.',
|
|
2834
2820
|
formulaDisplay: 'Net Order Sales ÷ Total Ad Spend',
|
|
2835
2821
|
formula: 'net_sales / spend',
|
|
@@ -2843,56 +2829,53 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2843
2829
|
sumSuffix: 'x',
|
|
2844
2830
|
avgPrefix: '',
|
|
2845
2831
|
avgSuffix: 'x',
|
|
2846
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2832
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2847
2833
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_ROAS,
|
|
2848
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2849
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2834
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2850
2835
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2851
2836
|
decimalPlaces: 2,
|
|
2852
2837
|
useCompactNotation: false,
|
|
2853
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2838
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2854
2839
|
tooltip: 'Revenue from new customer orders per dollar spent on advertising. Key metric for customer acquisition efficiency.',
|
|
2855
2840
|
formulaDisplay: 'New Customer Order Revenue ÷ Ad Spend',
|
|
2856
2841
|
formula: 'nc_revenue / spend',
|
|
2857
2842
|
},
|
|
2858
2843
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_ROAS]: {
|
|
2859
2844
|
priority: 12,
|
|
2860
|
-
title: '
|
|
2845
|
+
title: 'New Customer ROAS (Gross Sales)',
|
|
2861
2846
|
shortTitle: 'NC ROAS Gross',
|
|
2862
2847
|
description: 'New Customer Gross Order Sales divided by Ad Spend.',
|
|
2863
2848
|
sumPrefix: '',
|
|
2864
2849
|
sumSuffix: 'x',
|
|
2865
2850
|
avgPrefix: '',
|
|
2866
2851
|
avgSuffix: 'x',
|
|
2867
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2852
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2868
2853
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_ROAS,
|
|
2869
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2870
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2854
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2871
2855
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2872
2856
|
decimalPlaces: 2,
|
|
2873
2857
|
useCompactNotation: false,
|
|
2874
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2858
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2875
2859
|
tooltip: 'Gross sales from new customer orders per dollar spent on advertising.',
|
|
2876
2860
|
formulaDisplay: 'NC Gross Order Sales ÷ Ad Spend',
|
|
2877
2861
|
formula: 'nc_gross_sales / spend',
|
|
2878
2862
|
},
|
|
2879
2863
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_ROAS]: {
|
|
2880
2864
|
priority: 13,
|
|
2881
|
-
title: '
|
|
2865
|
+
title: 'New Customer ROAS (Net Sales)',
|
|
2882
2866
|
shortTitle: 'NC ROAS Net',
|
|
2883
2867
|
description: 'New Customer Net Order Sales divided by Ad Spend.',
|
|
2884
2868
|
sumPrefix: '',
|
|
2885
2869
|
sumSuffix: 'x',
|
|
2886
2870
|
avgPrefix: '',
|
|
2887
2871
|
avgSuffix: 'x',
|
|
2888
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2872
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2889
2873
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_ROAS,
|
|
2890
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2891
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2874
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2892
2875
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2893
2876
|
decimalPlaces: 2,
|
|
2894
2877
|
useCompactNotation: false,
|
|
2895
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2878
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2896
2879
|
tooltip: 'Net sales from new customer orders per dollar spent on advertising. Most accurate for true acquisition profitability.',
|
|
2897
2880
|
formulaDisplay: 'NC Net Order Sales ÷ Ad Spend',
|
|
2898
2881
|
formula: 'nc_net_sales / spend',
|
|
@@ -2906,14 +2889,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2906
2889
|
sumSuffix: '',
|
|
2907
2890
|
avgPrefix: '$',
|
|
2908
2891
|
avgSuffix: '',
|
|
2909
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2892
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2910
2893
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CPA,
|
|
2911
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2912
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2894
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2913
2895
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
2914
2896
|
decimalPlaces: 2,
|
|
2915
2897
|
useCompactNotation: true,
|
|
2916
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2898
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2917
2899
|
tooltip: 'How much you spend to acquire each repeat customer order. Useful for measuring retention and remarketing campaign efficiency.',
|
|
2918
2900
|
formulaDisplay: 'Total Ad Spend ÷ Returning Customer Orders',
|
|
2919
2901
|
formula: 'spend / returning_customer_orders',
|
|
@@ -2927,56 +2909,53 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2927
2909
|
sumSuffix: 'x',
|
|
2928
2910
|
avgPrefix: '',
|
|
2929
2911
|
avgSuffix: 'x',
|
|
2930
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2912
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2931
2913
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_ROAS,
|
|
2932
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2933
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2914
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2934
2915
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2935
2916
|
decimalPlaces: 2,
|
|
2936
2917
|
useCompactNotation: false,
|
|
2937
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2918
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2938
2919
|
tooltip: 'Revenue from returning customer orders per dollar spent on advertising. Key metric for retention efficiency.',
|
|
2939
2920
|
formulaDisplay: 'Returning Customer Order Revenue ÷ Ad Spend',
|
|
2940
2921
|
formula: 'rc_revenue / spend',
|
|
2941
2922
|
},
|
|
2942
2923
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_ROAS]: {
|
|
2943
2924
|
priority: 22,
|
|
2944
|
-
title: '
|
|
2925
|
+
title: 'Returning Customer ROAS (Gross Sales)',
|
|
2945
2926
|
shortTitle: 'RC ROAS Gross',
|
|
2946
2927
|
description: 'Returning Customer Gross Order Sales divided by Ad Spend.',
|
|
2947
2928
|
sumPrefix: '',
|
|
2948
2929
|
sumSuffix: 'x',
|
|
2949
2930
|
avgPrefix: '',
|
|
2950
2931
|
avgSuffix: 'x',
|
|
2951
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2932
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2952
2933
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_ROAS,
|
|
2953
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2954
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2934
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2955
2935
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2956
2936
|
decimalPlaces: 2,
|
|
2957
2937
|
useCompactNotation: false,
|
|
2958
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2938
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2959
2939
|
tooltip: 'Gross sales from returning customer orders per dollar spent on advertising.',
|
|
2960
2940
|
formulaDisplay: 'RC Gross Order Sales ÷ Ad Spend',
|
|
2961
2941
|
formula: 'rc_gross_sales / spend',
|
|
2962
2942
|
},
|
|
2963
2943
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_ROAS]: {
|
|
2964
2944
|
priority: 23,
|
|
2965
|
-
title: '
|
|
2945
|
+
title: 'Returning Customer ROAS (Net Sales)',
|
|
2966
2946
|
shortTitle: 'RC ROAS Net',
|
|
2967
2947
|
description: 'Returning Customer Net Order Sales divided by Ad Spend.',
|
|
2968
2948
|
sumPrefix: '',
|
|
2969
2949
|
sumSuffix: 'x',
|
|
2970
2950
|
avgPrefix: '',
|
|
2971
2951
|
avgSuffix: 'x',
|
|
2972
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2952
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2973
2953
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_ROAS,
|
|
2974
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2975
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2954
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2976
2955
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2977
2956
|
decimalPlaces: 2,
|
|
2978
2957
|
useCompactNotation: false,
|
|
2979
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2958
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
2980
2959
|
tooltip: 'Net sales from returning customer orders per dollar spent on advertising. Most accurate for true retention profitability.',
|
|
2981
2960
|
formulaDisplay: 'RC Net Order Sales ÷ Ad Spend',
|
|
2982
2961
|
formula: 'rc_net_sales / spend',
|
|
@@ -2990,14 +2969,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2990
2969
|
sumSuffix: 'x',
|
|
2991
2970
|
avgPrefix: '',
|
|
2992
2971
|
avgSuffix: 'x',
|
|
2993
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2972
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
2994
2973
|
measure: measures_js_1.MEASURE.ORDERS_CM1_ROAS,
|
|
2995
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
2996
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2974
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
2997
2975
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
2998
2976
|
decimalPlaces: 2,
|
|
2999
2977
|
useCompactNotation: false,
|
|
3000
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2978
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3001
2979
|
tooltip: 'How much gross margin (CM1) you earn for every dollar spent on advertising.',
|
|
3002
2980
|
formulaDisplay: 'CM1 ÷ Total Ad Spend',
|
|
3003
2981
|
formula: 'cm1 / spend',
|
|
@@ -3012,14 +2990,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3012
2990
|
sumSuffix: 'x',
|
|
3013
2991
|
avgPrefix: '',
|
|
3014
2992
|
avgSuffix: 'x',
|
|
3015
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
2993
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3016
2994
|
measure: measures_js_1.MEASURE.ORDERS_CM2_ROAS,
|
|
3017
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3018
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
2995
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3019
2996
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3020
2997
|
decimalPlaces: 2,
|
|
3021
2998
|
useCompactNotation: false,
|
|
3022
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
2999
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3023
3000
|
tooltip: 'How much contribution margin after marketing (CM2) you earn for every dollar spent on advertising.',
|
|
3024
3001
|
formulaDisplay: 'CM2 ÷ Total Ad Spend',
|
|
3025
3002
|
formula: 'cm2 / spend',
|
|
@@ -3034,140 +3011,133 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3034
3011
|
sumSuffix: 'x',
|
|
3035
3012
|
avgPrefix: '',
|
|
3036
3013
|
avgSuffix: 'x',
|
|
3037
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3014
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3038
3015
|
measure: measures_js_1.MEASURE.ORDERS_CM3_ROAS,
|
|
3039
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3040
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3016
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3041
3017
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3042
3018
|
decimalPlaces: 2,
|
|
3043
3019
|
useCompactNotation: false,
|
|
3044
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3020
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3045
3021
|
tooltip: 'How much contribution margin after all costs (CM3) you earn for every dollar spent on advertising.',
|
|
3046
3022
|
formulaDisplay: 'CM3 ÷ Total Ad Spend',
|
|
3047
3023
|
formula: 'cm3 / spend',
|
|
3048
3024
|
},
|
|
3049
3025
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_ROAS]: {
|
|
3050
3026
|
priority: 54,
|
|
3051
|
-
title: '
|
|
3027
|
+
title: 'New Customer CM1 ROAS',
|
|
3052
3028
|
shortTitle: 'NC CM1 ROAS',
|
|
3053
3029
|
description: 'New Customer CM1 (Gross Margin) divided by Ad Spend.',
|
|
3054
3030
|
sumPrefix: '',
|
|
3055
3031
|
sumSuffix: 'x',
|
|
3056
3032
|
avgPrefix: '',
|
|
3057
3033
|
avgSuffix: 'x',
|
|
3058
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3034
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3059
3035
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_ROAS,
|
|
3060
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3061
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3036
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3062
3037
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3063
3038
|
decimalPlaces: 2,
|
|
3064
3039
|
useCompactNotation: false,
|
|
3065
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3040
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3066
3041
|
tooltip: 'New customer gross margin (CM1) per dollar spent on advertising.',
|
|
3067
3042
|
formulaDisplay: 'NC CM1 ÷ Ad Spend',
|
|
3068
3043
|
formula: 'nc_cm1 / spend',
|
|
3069
3044
|
},
|
|
3070
3045
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_ROAS]: {
|
|
3071
3046
|
priority: 55,
|
|
3072
|
-
title: '
|
|
3047
|
+
title: 'New Customer CM2 ROAS',
|
|
3073
3048
|
shortTitle: 'NC CM2 ROAS',
|
|
3074
3049
|
description: 'New Customer CM2 divided by Ad Spend.',
|
|
3075
3050
|
sumPrefix: '',
|
|
3076
3051
|
sumSuffix: 'x',
|
|
3077
3052
|
avgPrefix: '',
|
|
3078
3053
|
avgSuffix: 'x',
|
|
3079
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3054
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3080
3055
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_ROAS,
|
|
3081
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3082
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3056
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3083
3057
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3084
3058
|
decimalPlaces: 2,
|
|
3085
3059
|
useCompactNotation: false,
|
|
3086
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3060
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3087
3061
|
tooltip: 'New customer contribution margin after marketing (CM2) per dollar spent on advertising.',
|
|
3088
3062
|
formulaDisplay: 'NC CM2 ÷ Ad Spend',
|
|
3089
3063
|
formula: 'nc_cm2 / spend',
|
|
3090
3064
|
},
|
|
3091
3065
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_ROAS]: {
|
|
3092
3066
|
priority: 56,
|
|
3093
|
-
title: '
|
|
3067
|
+
title: 'New Customer CM3 ROAS',
|
|
3094
3068
|
shortTitle: 'NC CM3 ROAS',
|
|
3095
3069
|
description: 'New Customer CM3 divided by Ad Spend.',
|
|
3096
3070
|
sumPrefix: '',
|
|
3097
3071
|
sumSuffix: 'x',
|
|
3098
3072
|
avgPrefix: '',
|
|
3099
3073
|
avgSuffix: 'x',
|
|
3100
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3074
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3101
3075
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_ROAS,
|
|
3102
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3103
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3076
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3104
3077
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3105
3078
|
decimalPlaces: 2,
|
|
3106
3079
|
useCompactNotation: false,
|
|
3107
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3080
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3108
3081
|
tooltip: 'New customer contribution margin after all costs (CM3) per dollar spent on advertising.',
|
|
3109
3082
|
formulaDisplay: 'NC CM3 ÷ Ad Spend',
|
|
3110
3083
|
formula: 'nc_cm3 / spend',
|
|
3111
3084
|
},
|
|
3112
3085
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_ROAS]: {
|
|
3113
3086
|
priority: 57,
|
|
3114
|
-
title: '
|
|
3087
|
+
title: 'Returning Customer CM1 ROAS',
|
|
3115
3088
|
shortTitle: 'RC CM1 ROAS',
|
|
3116
3089
|
description: 'Returning Customer CM1 (Gross Margin) divided by Ad Spend.',
|
|
3117
3090
|
sumPrefix: '',
|
|
3118
3091
|
sumSuffix: 'x',
|
|
3119
3092
|
avgPrefix: '',
|
|
3120
3093
|
avgSuffix: 'x',
|
|
3121
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3094
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3122
3095
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_ROAS,
|
|
3123
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3124
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3096
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3125
3097
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3126
3098
|
decimalPlaces: 2,
|
|
3127
3099
|
useCompactNotation: false,
|
|
3128
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3100
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3129
3101
|
tooltip: 'Returning customer gross margin (CM1) per dollar spent on advertising.',
|
|
3130
3102
|
formulaDisplay: 'RC CM1 ÷ Ad Spend',
|
|
3131
3103
|
formula: 'rc_cm1 / spend',
|
|
3132
3104
|
},
|
|
3133
3105
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_ROAS]: {
|
|
3134
3106
|
priority: 58,
|
|
3135
|
-
title: '
|
|
3107
|
+
title: 'Returning Customer CM2 ROAS',
|
|
3136
3108
|
shortTitle: 'RC CM2 ROAS',
|
|
3137
3109
|
description: 'Returning Customer CM2 divided by Ad Spend.',
|
|
3138
3110
|
sumPrefix: '',
|
|
3139
3111
|
sumSuffix: 'x',
|
|
3140
3112
|
avgPrefix: '',
|
|
3141
3113
|
avgSuffix: 'x',
|
|
3142
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3114
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3143
3115
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_ROAS,
|
|
3144
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3145
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3116
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3146
3117
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3147
3118
|
decimalPlaces: 2,
|
|
3148
3119
|
useCompactNotation: false,
|
|
3149
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3120
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3150
3121
|
tooltip: 'Returning customer contribution margin after marketing (CM2) per dollar spent on advertising.',
|
|
3151
3122
|
formulaDisplay: 'RC CM2 ÷ Ad Spend',
|
|
3152
3123
|
formula: 'rc_cm2 / spend',
|
|
3153
3124
|
},
|
|
3154
3125
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_ROAS]: {
|
|
3155
3126
|
priority: 59,
|
|
3156
|
-
title: '
|
|
3127
|
+
title: 'Returning Customer CM3 ROAS',
|
|
3157
3128
|
shortTitle: 'RC CM3 ROAS',
|
|
3158
3129
|
description: 'Returning Customer CM3 divided by Ad Spend.',
|
|
3159
3130
|
sumPrefix: '',
|
|
3160
3131
|
sumSuffix: 'x',
|
|
3161
3132
|
avgPrefix: '',
|
|
3162
3133
|
avgSuffix: 'x',
|
|
3163
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3134
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3164
3135
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_ROAS,
|
|
3165
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3166
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3136
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3167
3137
|
valueType: measure_value_type_js_1.MeasureValueType.MULTIPLIER,
|
|
3168
3138
|
decimalPlaces: 2,
|
|
3169
3139
|
useCompactNotation: false,
|
|
3170
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3140
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3171
3141
|
tooltip: 'Returning customer contribution margin after all costs (CM3) per dollar spent on advertising.',
|
|
3172
3142
|
formulaDisplay: 'RC CM3 ÷ Ad Spend',
|
|
3173
3143
|
formula: 'rc_cm3 / spend',
|
|
@@ -3181,14 +3151,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3181
3151
|
sumSuffix: '%',
|
|
3182
3152
|
avgPrefix: '',
|
|
3183
3153
|
avgSuffix: '%',
|
|
3184
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3154
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3185
3155
|
measure: measures_js_1.MEASURE.ORDERS_TOTAL_MER,
|
|
3186
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3187
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3156
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3188
3157
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3189
3158
|
decimalPlaces: 2,
|
|
3190
3159
|
useCompactNotation: false,
|
|
3191
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3160
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3192
3161
|
tooltip: 'What percentage of your order revenue is spent on advertising. Lower is better—it means more revenue per ad dollar.',
|
|
3193
3162
|
formulaDisplay: '(Total Ad Spend ÷ Total Order Revenue) × 100',
|
|
3194
3163
|
formula: '(spend / total_revenue) * 100',
|
|
@@ -3202,14 +3171,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3202
3171
|
sumSuffix: '%',
|
|
3203
3172
|
avgPrefix: '',
|
|
3204
3173
|
avgSuffix: '%',
|
|
3205
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3174
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3206
3175
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_MER,
|
|
3207
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3208
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3176
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3209
3177
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3210
3178
|
decimalPlaces: 2,
|
|
3211
3179
|
useCompactNotation: false,
|
|
3212
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3180
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3213
3181
|
tooltip: 'What percentage of gross order sales (before discounts and refunds) is spent on advertising.',
|
|
3214
3182
|
formulaDisplay: '(Total Ad Spend ÷ Gross Order Sales) × 100',
|
|
3215
3183
|
formula: '(spend / gross_sales) * 100',
|
|
@@ -3223,35 +3191,33 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3223
3191
|
sumSuffix: '%',
|
|
3224
3192
|
avgPrefix: '',
|
|
3225
3193
|
avgSuffix: '%',
|
|
3226
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3194
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3227
3195
|
measure: measures_js_1.MEASURE.ORDERS_NET_MER,
|
|
3228
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3229
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3196
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3230
3197
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3231
3198
|
decimalPlaces: 2,
|
|
3232
3199
|
useCompactNotation: false,
|
|
3233
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3200
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3234
3201
|
tooltip: 'What percentage of net order sales (after discounts and refunds) is spent on advertising.',
|
|
3235
3202
|
formulaDisplay: '(Total Ad Spend ÷ Net Order Sales) × 100',
|
|
3236
3203
|
formula: '(spend / net_sales) * 100',
|
|
3237
3204
|
},
|
|
3238
3205
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_MER]: {
|
|
3239
3206
|
priority: 36,
|
|
3240
|
-
title: '
|
|
3207
|
+
title: 'New Customer Marketing Efficiency Ratio',
|
|
3241
3208
|
shortTitle: 'NC MER',
|
|
3242
3209
|
description: 'Marketing Efficiency Ratio using New Customer Order Revenue.',
|
|
3243
3210
|
sumPrefix: '',
|
|
3244
3211
|
sumSuffix: '%',
|
|
3245
3212
|
avgPrefix: '',
|
|
3246
3213
|
avgSuffix: '%',
|
|
3247
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3214
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3248
3215
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_MER,
|
|
3249
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3250
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3216
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3251
3217
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3252
3218
|
decimalPlaces: 2,
|
|
3253
3219
|
useCompactNotation: false,
|
|
3254
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3220
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3255
3221
|
tooltip: 'What percentage of new customer order revenue is spent on advertising. Lower is better.',
|
|
3256
3222
|
formulaDisplay: '(Ad Spend ÷ NC Order Revenue) × 100',
|
|
3257
3223
|
formula: '(spend / nc_revenue) * 100',
|
|
@@ -3265,98 +3231,93 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3265
3231
|
sumSuffix: '%',
|
|
3266
3232
|
avgPrefix: '',
|
|
3267
3233
|
avgSuffix: '%',
|
|
3268
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3234
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3269
3235
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_MER,
|
|
3270
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3271
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3236
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3272
3237
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3273
3238
|
decimalPlaces: 2,
|
|
3274
3239
|
useCompactNotation: false,
|
|
3275
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3240
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3276
3241
|
tooltip: 'What percentage of new customer gross order sales is spent on advertising.',
|
|
3277
3242
|
formulaDisplay: '(Ad Spend ÷ NC Gross Order Sales) × 100',
|
|
3278
3243
|
formula: '(spend / nc_gross_sales) * 100',
|
|
3279
3244
|
},
|
|
3280
3245
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_MER]: {
|
|
3281
3246
|
priority: 38,
|
|
3282
|
-
title: '
|
|
3247
|
+
title: 'New Customer MER (Net Sales)',
|
|
3283
3248
|
shortTitle: 'NC MER Net',
|
|
3284
3249
|
description: 'Marketing Efficiency Ratio using New Customer Net Order Sales.',
|
|
3285
3250
|
sumPrefix: '',
|
|
3286
3251
|
sumSuffix: '%',
|
|
3287
3252
|
avgPrefix: '',
|
|
3288
3253
|
avgSuffix: '%',
|
|
3289
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3254
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3290
3255
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_MER,
|
|
3291
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3292
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3256
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3293
3257
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3294
3258
|
decimalPlaces: 2,
|
|
3295
3259
|
useCompactNotation: false,
|
|
3296
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3260
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3297
3261
|
tooltip: 'What percentage of new customer net order sales is spent on advertising.',
|
|
3298
3262
|
formulaDisplay: '(Ad Spend ÷ NC Net Order Sales) × 100',
|
|
3299
3263
|
formula: '(spend / nc_net_sales) * 100',
|
|
3300
3264
|
},
|
|
3301
3265
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_MER]: {
|
|
3302
3266
|
priority: 41,
|
|
3303
|
-
title: '
|
|
3267
|
+
title: 'Returning Customer Marketing Efficiency Ratio',
|
|
3304
3268
|
shortTitle: 'RC MER',
|
|
3305
3269
|
description: 'Marketing Efficiency Ratio using Returning Customer Order Revenue.',
|
|
3306
3270
|
sumPrefix: '',
|
|
3307
3271
|
sumSuffix: '%',
|
|
3308
3272
|
avgPrefix: '',
|
|
3309
3273
|
avgSuffix: '%',
|
|
3310
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3274
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3311
3275
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_MER,
|
|
3312
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3313
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3276
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3314
3277
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3315
3278
|
decimalPlaces: 2,
|
|
3316
3279
|
useCompactNotation: false,
|
|
3317
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3280
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3318
3281
|
tooltip: 'What percentage of returning customer order revenue is spent on advertising. Lower is better.',
|
|
3319
3282
|
formulaDisplay: '(Ad Spend ÷ RC Order Revenue) × 100',
|
|
3320
3283
|
formula: '(spend / rc_revenue) * 100',
|
|
3321
3284
|
},
|
|
3322
3285
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_MER]: {
|
|
3323
3286
|
priority: 42,
|
|
3324
|
-
title: '
|
|
3287
|
+
title: 'Returning Customer MER (Gross Sales)',
|
|
3325
3288
|
shortTitle: 'RC MER Gross',
|
|
3326
3289
|
description: 'Marketing Efficiency Ratio using Returning Customer Gross Order Sales.',
|
|
3327
3290
|
sumPrefix: '',
|
|
3328
3291
|
sumSuffix: '%',
|
|
3329
3292
|
avgPrefix: '',
|
|
3330
3293
|
avgSuffix: '%',
|
|
3331
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3294
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3332
3295
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_MER,
|
|
3333
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3334
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3296
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3335
3297
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3336
3298
|
decimalPlaces: 2,
|
|
3337
3299
|
useCompactNotation: false,
|
|
3338
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3300
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3339
3301
|
tooltip: 'What percentage of returning customer gross order sales is spent on advertising.',
|
|
3340
3302
|
formulaDisplay: '(Ad Spend ÷ RC Gross Order Sales) × 100',
|
|
3341
3303
|
formula: '(spend / rc_gross_sales) * 100',
|
|
3342
3304
|
},
|
|
3343
3305
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_MER]: {
|
|
3344
3306
|
priority: 43,
|
|
3345
|
-
title: '
|
|
3307
|
+
title: 'Returning Customer MER (Net Sales)',
|
|
3346
3308
|
shortTitle: 'RC MER Net',
|
|
3347
3309
|
description: 'Marketing Efficiency Ratio using Returning Customer Net Order Sales.',
|
|
3348
3310
|
sumPrefix: '',
|
|
3349
3311
|
sumSuffix: '%',
|
|
3350
3312
|
avgPrefix: '',
|
|
3351
3313
|
avgSuffix: '%',
|
|
3352
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3314
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3353
3315
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_MER,
|
|
3354
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3355
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3316
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3356
3317
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3357
3318
|
decimalPlaces: 2,
|
|
3358
3319
|
useCompactNotation: false,
|
|
3359
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3320
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3360
3321
|
tooltip: 'What percentage of returning customer net order sales is spent on advertising.',
|
|
3361
3322
|
formulaDisplay: '(Ad Spend ÷ RC Net Order Sales) × 100',
|
|
3362
3323
|
formula: '(spend / rc_net_sales) * 100',
|
|
@@ -3370,14 +3331,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3370
3331
|
sumSuffix: '%',
|
|
3371
3332
|
avgPrefix: '',
|
|
3372
3333
|
avgSuffix: '%',
|
|
3373
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3334
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3374
3335
|
measure: measures_js_1.MEASURE.ORDERS_CM1_MER,
|
|
3375
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3376
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3336
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3377
3337
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3378
3338
|
decimalPlaces: 2,
|
|
3379
3339
|
useCompactNotation: false,
|
|
3380
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3340
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3381
3341
|
tooltip: 'What percentage of your gross margin (CM1) is spent on advertising. Lower is better.',
|
|
3382
3342
|
formulaDisplay: '(Total Ad Spend ÷ CM1) × 100',
|
|
3383
3343
|
formula: '(spend / cm1) * 100',
|
|
@@ -3392,14 +3352,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3392
3352
|
sumSuffix: '%',
|
|
3393
3353
|
avgPrefix: '',
|
|
3394
3354
|
avgSuffix: '%',
|
|
3395
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3355
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3396
3356
|
measure: measures_js_1.MEASURE.ORDERS_CM2_MER,
|
|
3397
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3398
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3357
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3399
3358
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3400
3359
|
decimalPlaces: 2,
|
|
3401
3360
|
useCompactNotation: false,
|
|
3402
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3361
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3403
3362
|
tooltip: 'What percentage of your contribution margin after marketing (CM2) is spent on advertising.',
|
|
3404
3363
|
formulaDisplay: '(Total Ad Spend ÷ CM2) × 100',
|
|
3405
3364
|
formula: '(spend / cm2) * 100',
|
|
@@ -3414,140 +3373,133 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3414
3373
|
sumSuffix: '%',
|
|
3415
3374
|
avgPrefix: '',
|
|
3416
3375
|
avgSuffix: '%',
|
|
3417
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3376
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3418
3377
|
measure: measures_js_1.MEASURE.ORDERS_CM3_MER,
|
|
3419
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3420
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3378
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3421
3379
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3422
3380
|
decimalPlaces: 2,
|
|
3423
3381
|
useCompactNotation: false,
|
|
3424
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3382
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3425
3383
|
tooltip: 'What percentage of your contribution margin after all costs (CM3) is spent on advertising.',
|
|
3426
3384
|
formulaDisplay: '(Total Ad Spend ÷ CM3) × 100',
|
|
3427
3385
|
formula: '(spend / cm3) * 100',
|
|
3428
3386
|
},
|
|
3429
3387
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_MER]: {
|
|
3430
3388
|
priority: 64,
|
|
3431
|
-
title: '
|
|
3389
|
+
title: 'New Customer CM1 MER',
|
|
3432
3390
|
shortTitle: 'NC CM1 MER',
|
|
3433
3391
|
description: 'Marketing Efficiency Ratio using New Customer CM1.',
|
|
3434
3392
|
sumPrefix: '',
|
|
3435
3393
|
sumSuffix: '%',
|
|
3436
3394
|
avgPrefix: '',
|
|
3437
3395
|
avgSuffix: '%',
|
|
3438
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3396
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3439
3397
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_MER,
|
|
3440
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3441
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3398
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3442
3399
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3443
3400
|
decimalPlaces: 2,
|
|
3444
3401
|
useCompactNotation: false,
|
|
3445
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3402
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3446
3403
|
tooltip: 'What percentage of new customer gross margin (CM1) is spent on advertising.',
|
|
3447
3404
|
formulaDisplay: '(Ad Spend ÷ NC CM1) × 100',
|
|
3448
3405
|
formula: '(spend / nc_cm1) * 100',
|
|
3449
3406
|
},
|
|
3450
3407
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_MER]: {
|
|
3451
3408
|
priority: 65,
|
|
3452
|
-
title: '
|
|
3409
|
+
title: 'New Customer CM2 MER',
|
|
3453
3410
|
shortTitle: 'NC CM2 MER',
|
|
3454
3411
|
description: 'Marketing Efficiency Ratio using New Customer CM2.',
|
|
3455
3412
|
sumPrefix: '',
|
|
3456
3413
|
sumSuffix: '%',
|
|
3457
3414
|
avgPrefix: '',
|
|
3458
3415
|
avgSuffix: '%',
|
|
3459
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3416
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3460
3417
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_MER,
|
|
3461
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3462
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3418
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3463
3419
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3464
3420
|
decimalPlaces: 2,
|
|
3465
3421
|
useCompactNotation: false,
|
|
3466
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3422
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3467
3423
|
tooltip: 'What percentage of new customer contribution margin after marketing (CM2) is spent on advertising.',
|
|
3468
3424
|
formulaDisplay: '(Ad Spend ÷ NC CM2) × 100',
|
|
3469
3425
|
formula: '(spend / nc_cm2) * 100',
|
|
3470
3426
|
},
|
|
3471
3427
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_MER]: {
|
|
3472
3428
|
priority: 66,
|
|
3473
|
-
title: '
|
|
3429
|
+
title: 'New Customer CM3 MER',
|
|
3474
3430
|
shortTitle: 'NC CM3 MER',
|
|
3475
3431
|
description: 'Marketing Efficiency Ratio using New Customer CM3.',
|
|
3476
3432
|
sumPrefix: '',
|
|
3477
3433
|
sumSuffix: '%',
|
|
3478
3434
|
avgPrefix: '',
|
|
3479
3435
|
avgSuffix: '%',
|
|
3480
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3436
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3481
3437
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_MER,
|
|
3482
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3483
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3438
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3484
3439
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3485
3440
|
decimalPlaces: 2,
|
|
3486
3441
|
useCompactNotation: false,
|
|
3487
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3442
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3488
3443
|
tooltip: 'What percentage of new customer contribution margin after all costs (CM3) is spent on advertising.',
|
|
3489
3444
|
formulaDisplay: '(Ad Spend ÷ NC CM3) × 100',
|
|
3490
3445
|
formula: '(spend / nc_cm3) * 100',
|
|
3491
3446
|
},
|
|
3492
3447
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_MER]: {
|
|
3493
3448
|
priority: 67,
|
|
3494
|
-
title: '
|
|
3449
|
+
title: 'Returning Customer CM1 MER',
|
|
3495
3450
|
shortTitle: 'RC CM1 MER',
|
|
3496
3451
|
description: 'Marketing Efficiency Ratio using Returning Customer CM1.',
|
|
3497
3452
|
sumPrefix: '',
|
|
3498
3453
|
sumSuffix: '%',
|
|
3499
3454
|
avgPrefix: '',
|
|
3500
3455
|
avgSuffix: '%',
|
|
3501
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3456
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3502
3457
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_MER,
|
|
3503
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3504
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3458
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3505
3459
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3506
3460
|
decimalPlaces: 2,
|
|
3507
3461
|
useCompactNotation: false,
|
|
3508
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3462
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3509
3463
|
tooltip: 'What percentage of returning customer gross margin (CM1) is spent on advertising.',
|
|
3510
3464
|
formulaDisplay: '(Ad Spend ÷ RC CM1) × 100',
|
|
3511
3465
|
formula: '(spend / rc_cm1) * 100',
|
|
3512
3466
|
},
|
|
3513
3467
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_MER]: {
|
|
3514
3468
|
priority: 68,
|
|
3515
|
-
title: '
|
|
3469
|
+
title: 'Returning Customer CM2 MER',
|
|
3516
3470
|
shortTitle: 'RC CM2 MER',
|
|
3517
3471
|
description: 'Marketing Efficiency Ratio using Returning Customer CM2.',
|
|
3518
3472
|
sumPrefix: '',
|
|
3519
3473
|
sumSuffix: '%',
|
|
3520
3474
|
avgPrefix: '',
|
|
3521
3475
|
avgSuffix: '%',
|
|
3522
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3476
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3523
3477
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_MER,
|
|
3524
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3525
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3478
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3526
3479
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3527
3480
|
decimalPlaces: 2,
|
|
3528
3481
|
useCompactNotation: false,
|
|
3529
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3482
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3530
3483
|
tooltip: 'What percentage of returning customer contribution margin after marketing (CM2) is spent on advertising.',
|
|
3531
3484
|
formulaDisplay: '(Ad Spend ÷ RC CM2) × 100',
|
|
3532
3485
|
formula: '(spend / rc_cm2) * 100',
|
|
3533
3486
|
},
|
|
3534
3487
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_MER]: {
|
|
3535
3488
|
priority: 69,
|
|
3536
|
-
title: '
|
|
3489
|
+
title: 'Returning Customer CM3 MER',
|
|
3537
3490
|
shortTitle: 'RC CM3 MER',
|
|
3538
3491
|
description: 'Marketing Efficiency Ratio using Returning Customer CM3.',
|
|
3539
3492
|
sumPrefix: '',
|
|
3540
3493
|
sumSuffix: '%',
|
|
3541
3494
|
avgPrefix: '',
|
|
3542
3495
|
avgSuffix: '%',
|
|
3543
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3496
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3544
3497
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_MER,
|
|
3545
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3546
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3498
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3547
3499
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3548
3500
|
decimalPlaces: 2,
|
|
3549
3501
|
useCompactNotation: false,
|
|
3550
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3502
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3551
3503
|
tooltip: 'What percentage of returning customer contribution margin after all costs (CM3) is spent on advertising.',
|
|
3552
3504
|
formulaDisplay: '(Ad Spend ÷ RC CM3) × 100',
|
|
3553
3505
|
formula: '(spend / rc_cm3) * 100',
|
|
@@ -3561,14 +3513,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3561
3513
|
sumSuffix: '',
|
|
3562
3514
|
avgPrefix: '$',
|
|
3563
3515
|
avgSuffix: '',
|
|
3564
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3516
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3565
3517
|
measure: measures_js_1.MEASURE.ORDERS_TOTAL_RAAD,
|
|
3566
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3567
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3518
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3568
3519
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3569
3520
|
decimalPlaces: 2,
|
|
3570
3521
|
useCompactNotation: true,
|
|
3571
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3522
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3572
3523
|
tooltip: 'Order revenue remaining after subtracting advertising costs. A quick measure of marketing profitability.',
|
|
3573
3524
|
formulaDisplay: 'Total Order Revenue − Ad Spend',
|
|
3574
3525
|
formula: 'total_revenue - spend',
|
|
@@ -3582,14 +3533,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3582
3533
|
sumSuffix: '',
|
|
3583
3534
|
avgPrefix: '$',
|
|
3584
3535
|
avgSuffix: '',
|
|
3585
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3536
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3586
3537
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_RAAD,
|
|
3587
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3588
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3538
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3589
3539
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3590
3540
|
decimalPlaces: 2,
|
|
3591
3541
|
useCompactNotation: true,
|
|
3592
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3542
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3593
3543
|
tooltip: 'Gross order sales remaining after subtracting advertising costs.',
|
|
3594
3544
|
formulaDisplay: 'Gross Order Sales − Ad Spend',
|
|
3595
3545
|
formula: 'gross_sales - spend',
|
|
@@ -3603,14 +3553,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3603
3553
|
sumSuffix: '',
|
|
3604
3554
|
avgPrefix: '$',
|
|
3605
3555
|
avgSuffix: '',
|
|
3606
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3556
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3607
3557
|
measure: measures_js_1.MEASURE.ORDERS_NET_RAAD,
|
|
3608
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3609
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3558
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3610
3559
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3611
3560
|
decimalPlaces: 2,
|
|
3612
3561
|
useCompactNotation: true,
|
|
3613
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3562
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3614
3563
|
tooltip: 'Net order sales remaining after subtracting advertising costs. Most accurate for true profitability.',
|
|
3615
3564
|
formulaDisplay: 'Net Order Sales − Ad Spend',
|
|
3616
3565
|
formula: 'net_sales - spend',
|
|
@@ -3624,14 +3573,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3624
3573
|
sumSuffix: '%',
|
|
3625
3574
|
avgPrefix: '',
|
|
3626
3575
|
avgSuffix: '%',
|
|
3627
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3576
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3628
3577
|
measure: measures_js_1.MEASURE.ORDERS_TOTAL_RAAD_PERCENT,
|
|
3629
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3630
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3578
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3631
3579
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3632
3580
|
decimalPlaces: 2,
|
|
3633
3581
|
useCompactNotation: false,
|
|
3634
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3582
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3635
3583
|
tooltip: 'What percentage of your total order revenue remains after ad spend. Higher is better.',
|
|
3636
3584
|
formulaDisplay: '(RAAD ÷ Total Revenue) × 100',
|
|
3637
3585
|
formula: '((total_revenue - spend) / total_revenue) * 100',
|
|
@@ -3645,14 +3593,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3645
3593
|
sumSuffix: '%',
|
|
3646
3594
|
avgPrefix: '',
|
|
3647
3595
|
avgSuffix: '%',
|
|
3648
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3596
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3649
3597
|
measure: measures_js_1.MEASURE.ORDERS_GROSS_RAAD_PERCENT,
|
|
3650
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3651
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3598
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3652
3599
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3653
3600
|
decimalPlaces: 2,
|
|
3654
3601
|
useCompactNotation: false,
|
|
3655
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3602
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3656
3603
|
tooltip: 'What percentage of your gross order sales remains after ad spend.',
|
|
3657
3604
|
formulaDisplay: '(RAAD Gross ÷ Gross Sales) × 100',
|
|
3658
3605
|
formula: '((gross_sales - spend) / gross_sales) * 100',
|
|
@@ -3666,266 +3613,253 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3666
3613
|
sumSuffix: '%',
|
|
3667
3614
|
avgPrefix: '',
|
|
3668
3615
|
avgSuffix: '%',
|
|
3669
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3616
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3670
3617
|
measure: measures_js_1.MEASURE.ORDERS_NET_RAAD_PERCENT,
|
|
3671
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3672
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3618
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3673
3619
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3674
3620
|
decimalPlaces: 2,
|
|
3675
3621
|
useCompactNotation: false,
|
|
3676
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3622
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3677
3623
|
tooltip: 'What percentage of your net order sales remains after ad spend. Most accurate profitability view.',
|
|
3678
3624
|
formulaDisplay: '(RAAD Net ÷ Net Sales) × 100',
|
|
3679
3625
|
formula: '((net_sales - spend) / net_sales) * 100',
|
|
3680
3626
|
},
|
|
3681
3627
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_RAAD]: {
|
|
3682
3628
|
priority: 77,
|
|
3683
|
-
title: '
|
|
3629
|
+
title: 'New Customer Revenue After Ad Spend',
|
|
3684
3630
|
shortTitle: 'NC RAAD',
|
|
3685
3631
|
description: 'New Customer Order Revenue minus Ad Spend.',
|
|
3686
3632
|
sumPrefix: '$',
|
|
3687
3633
|
sumSuffix: '',
|
|
3688
3634
|
avgPrefix: '$',
|
|
3689
3635
|
avgSuffix: '',
|
|
3690
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3636
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3691
3637
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_RAAD,
|
|
3692
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3693
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3638
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3694
3639
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3695
3640
|
decimalPlaces: 2,
|
|
3696
3641
|
useCompactNotation: true,
|
|
3697
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3642
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3698
3643
|
tooltip: 'New customer order revenue remaining after subtracting advertising costs.',
|
|
3699
3644
|
formulaDisplay: 'NC Order Revenue − Ad Spend',
|
|
3700
3645
|
formula: 'nc_revenue - spend',
|
|
3701
3646
|
},
|
|
3702
3647
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_RAAD]: {
|
|
3703
3648
|
priority: 78,
|
|
3704
|
-
title: '
|
|
3649
|
+
title: 'New Customer RAAD (Gross Sales)',
|
|
3705
3650
|
shortTitle: 'NC RAAD Gross',
|
|
3706
3651
|
description: 'New Customer Gross Order Sales minus Ad Spend.',
|
|
3707
3652
|
sumPrefix: '$',
|
|
3708
3653
|
sumSuffix: '',
|
|
3709
3654
|
avgPrefix: '$',
|
|
3710
3655
|
avgSuffix: '',
|
|
3711
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3656
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3712
3657
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_RAAD,
|
|
3713
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3714
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3658
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3715
3659
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3716
3660
|
decimalPlaces: 2,
|
|
3717
3661
|
useCompactNotation: true,
|
|
3718
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3662
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3719
3663
|
tooltip: 'New customer gross order sales remaining after subtracting advertising costs.',
|
|
3720
3664
|
formulaDisplay: 'NC Gross Order Sales − Ad Spend',
|
|
3721
3665
|
formula: 'nc_gross_sales - spend',
|
|
3722
3666
|
},
|
|
3723
3667
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_RAAD]: {
|
|
3724
3668
|
priority: 79,
|
|
3725
|
-
title: '
|
|
3669
|
+
title: 'New Customer RAAD (Net Sales)',
|
|
3726
3670
|
shortTitle: 'NC RAAD Net',
|
|
3727
3671
|
description: 'New Customer Net Order Sales minus Ad Spend.',
|
|
3728
3672
|
sumPrefix: '$',
|
|
3729
3673
|
sumSuffix: '',
|
|
3730
3674
|
avgPrefix: '$',
|
|
3731
3675
|
avgSuffix: '',
|
|
3732
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3676
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3733
3677
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_RAAD,
|
|
3734
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3735
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3678
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3736
3679
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3737
3680
|
decimalPlaces: 2,
|
|
3738
3681
|
useCompactNotation: true,
|
|
3739
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3682
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3740
3683
|
tooltip: 'New customer net order sales remaining after subtracting advertising costs.',
|
|
3741
3684
|
formulaDisplay: 'NC Net Order Sales − Ad Spend',
|
|
3742
3685
|
formula: 'nc_net_sales - spend',
|
|
3743
3686
|
},
|
|
3744
3687
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_RAAD_PERCENT]: {
|
|
3745
3688
|
priority: 80,
|
|
3746
|
-
title: '
|
|
3689
|
+
title: 'New Customer RAAD % of Total Revenue',
|
|
3747
3690
|
shortTitle: 'NC RAAD %',
|
|
3748
3691
|
description: 'NC Revenue After Ad Spend as percentage of NC Total Revenue.',
|
|
3749
3692
|
sumPrefix: '',
|
|
3750
3693
|
sumSuffix: '%',
|
|
3751
3694
|
avgPrefix: '',
|
|
3752
3695
|
avgSuffix: '%',
|
|
3753
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3696
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3754
3697
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_TOTAL_RAAD_PERCENT,
|
|
3755
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3756
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3698
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3757
3699
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3758
3700
|
decimalPlaces: 2,
|
|
3759
3701
|
useCompactNotation: false,
|
|
3760
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3702
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3761
3703
|
tooltip: 'What percentage of new customer order revenue remains after ad spend.',
|
|
3762
3704
|
formulaDisplay: '(NC RAAD ÷ NC Revenue) × 100',
|
|
3763
3705
|
formula: '((nc_revenue - spend) / nc_revenue) * 100',
|
|
3764
3706
|
},
|
|
3765
3707
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_RAAD_PERCENT]: {
|
|
3766
3708
|
priority: 81,
|
|
3767
|
-
title: '
|
|
3709
|
+
title: 'New Customer RAAD % of Gross Sales',
|
|
3768
3710
|
shortTitle: 'NC RAAD % Gross',
|
|
3769
3711
|
description: 'NC Revenue After Ad Spend as percentage of NC Gross Sales.',
|
|
3770
3712
|
sumPrefix: '',
|
|
3771
3713
|
sumSuffix: '%',
|
|
3772
3714
|
avgPrefix: '',
|
|
3773
3715
|
avgSuffix: '%',
|
|
3774
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3716
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3775
3717
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_RAAD_PERCENT,
|
|
3776
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3777
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3718
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3778
3719
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3779
3720
|
decimalPlaces: 2,
|
|
3780
3721
|
useCompactNotation: false,
|
|
3781
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3722
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3782
3723
|
tooltip: 'What percentage of new customer gross order sales remains after ad spend.',
|
|
3783
3724
|
formulaDisplay: '(NC RAAD Gross ÷ NC Gross Sales) × 100',
|
|
3784
3725
|
formula: '((nc_gross_sales - spend) / nc_gross_sales) * 100',
|
|
3785
3726
|
},
|
|
3786
3727
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_RAAD_PERCENT]: {
|
|
3787
3728
|
priority: 82,
|
|
3788
|
-
title: '
|
|
3729
|
+
title: 'New Customer RAAD % of Net Sales',
|
|
3789
3730
|
shortTitle: 'NC RAAD % Net',
|
|
3790
3731
|
description: 'NC Revenue After Ad Spend as percentage of NC Net Sales.',
|
|
3791
3732
|
sumPrefix: '',
|
|
3792
3733
|
sumSuffix: '%',
|
|
3793
3734
|
avgPrefix: '',
|
|
3794
3735
|
avgSuffix: '%',
|
|
3795
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3736
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3796
3737
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_RAAD_PERCENT,
|
|
3797
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3798
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3738
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3799
3739
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3800
3740
|
decimalPlaces: 2,
|
|
3801
3741
|
useCompactNotation: false,
|
|
3802
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3742
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3803
3743
|
tooltip: 'What percentage of new customer net order sales remains after ad spend.',
|
|
3804
3744
|
formulaDisplay: '(NC RAAD Net ÷ NC Net Sales) × 100',
|
|
3805
3745
|
formula: '((nc_net_sales - spend) / nc_net_sales) * 100',
|
|
3806
3746
|
},
|
|
3807
3747
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_RAAD]: {
|
|
3808
3748
|
priority: 83,
|
|
3809
|
-
title: '
|
|
3749
|
+
title: 'Returning Customer Revenue After Ad Spend',
|
|
3810
3750
|
shortTitle: 'RC RAAD',
|
|
3811
3751
|
description: 'Returning Customer Order Revenue minus Ad Spend.',
|
|
3812
3752
|
sumPrefix: '$',
|
|
3813
3753
|
sumSuffix: '',
|
|
3814
3754
|
avgPrefix: '$',
|
|
3815
3755
|
avgSuffix: '',
|
|
3816
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3756
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3817
3757
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_RAAD,
|
|
3818
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3819
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3758
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3820
3759
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3821
3760
|
decimalPlaces: 2,
|
|
3822
3761
|
useCompactNotation: true,
|
|
3823
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3762
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3824
3763
|
tooltip: 'Returning customer order revenue remaining after subtracting advertising costs.',
|
|
3825
3764
|
formulaDisplay: 'RC Order Revenue − Ad Spend',
|
|
3826
3765
|
formula: 'rc_revenue - spend',
|
|
3827
3766
|
},
|
|
3828
3767
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_RAAD]: {
|
|
3829
3768
|
priority: 84,
|
|
3830
|
-
title: '
|
|
3769
|
+
title: 'Returning Customer RAAD (Gross Sales)',
|
|
3831
3770
|
shortTitle: 'RC RAAD Gross',
|
|
3832
3771
|
description: 'Returning Customer Gross Order Sales minus Ad Spend.',
|
|
3833
3772
|
sumPrefix: '$',
|
|
3834
3773
|
sumSuffix: '',
|
|
3835
3774
|
avgPrefix: '$',
|
|
3836
3775
|
avgSuffix: '',
|
|
3837
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3776
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3838
3777
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_RAAD,
|
|
3839
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3840
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3778
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3841
3779
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3842
3780
|
decimalPlaces: 2,
|
|
3843
3781
|
useCompactNotation: true,
|
|
3844
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3782
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3845
3783
|
tooltip: 'Returning customer gross order sales remaining after subtracting advertising costs.',
|
|
3846
3784
|
formulaDisplay: 'RC Gross Order Sales − Ad Spend',
|
|
3847
3785
|
formula: 'rc_gross_sales - spend',
|
|
3848
3786
|
},
|
|
3849
3787
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_RAAD]: {
|
|
3850
3788
|
priority: 85,
|
|
3851
|
-
title: '
|
|
3789
|
+
title: 'Returning Customer RAAD (Net Sales)',
|
|
3852
3790
|
shortTitle: 'RC RAAD Net',
|
|
3853
3791
|
description: 'Returning Customer Net Order Sales minus Ad Spend.',
|
|
3854
3792
|
sumPrefix: '$',
|
|
3855
3793
|
sumSuffix: '',
|
|
3856
3794
|
avgPrefix: '$',
|
|
3857
3795
|
avgSuffix: '',
|
|
3858
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3796
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3859
3797
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_RAAD,
|
|
3860
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3861
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3798
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3862
3799
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3863
3800
|
decimalPlaces: 2,
|
|
3864
3801
|
useCompactNotation: true,
|
|
3865
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3802
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3866
3803
|
tooltip: 'Returning customer net order sales remaining after subtracting advertising costs.',
|
|
3867
3804
|
formulaDisplay: 'RC Net Order Sales − Ad Spend',
|
|
3868
3805
|
formula: 'rc_net_sales - spend',
|
|
3869
3806
|
},
|
|
3870
3807
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_RAAD_PERCENT]: {
|
|
3871
3808
|
priority: 86,
|
|
3872
|
-
title: '
|
|
3809
|
+
title: 'Returning Customer RAAD % of Total Revenue',
|
|
3873
3810
|
shortTitle: 'RC RAAD %',
|
|
3874
3811
|
description: 'RC Revenue After Ad Spend as percentage of RC Total Revenue.',
|
|
3875
3812
|
sumPrefix: '',
|
|
3876
3813
|
sumSuffix: '%',
|
|
3877
3814
|
avgPrefix: '',
|
|
3878
3815
|
avgSuffix: '%',
|
|
3879
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3816
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3880
3817
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_RAAD_PERCENT,
|
|
3881
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3882
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3818
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3883
3819
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3884
3820
|
decimalPlaces: 2,
|
|
3885
3821
|
useCompactNotation: false,
|
|
3886
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3822
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3887
3823
|
tooltip: 'What percentage of returning customer order revenue remains after ad spend.',
|
|
3888
3824
|
formulaDisplay: '(RC RAAD ÷ RC Revenue) × 100',
|
|
3889
3825
|
formula: '((rc_revenue - spend) / rc_revenue) * 100',
|
|
3890
3826
|
},
|
|
3891
3827
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_RAAD_PERCENT]: {
|
|
3892
3828
|
priority: 87,
|
|
3893
|
-
title: '
|
|
3829
|
+
title: 'Returning Customer RAAD % of Gross Sales',
|
|
3894
3830
|
shortTitle: 'RC RAAD % Gross',
|
|
3895
3831
|
description: 'RC Revenue After Ad Spend as percentage of RC Gross Sales.',
|
|
3896
3832
|
sumPrefix: '',
|
|
3897
3833
|
sumSuffix: '%',
|
|
3898
3834
|
avgPrefix: '',
|
|
3899
3835
|
avgSuffix: '%',
|
|
3900
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3836
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3901
3837
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_RAAD_PERCENT,
|
|
3902
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3903
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3838
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3904
3839
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3905
3840
|
decimalPlaces: 2,
|
|
3906
3841
|
useCompactNotation: false,
|
|
3907
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3842
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3908
3843
|
tooltip: 'What percentage of returning customer gross order sales remains after ad spend.',
|
|
3909
3844
|
formulaDisplay: '(RC RAAD Gross ÷ RC Gross Sales) × 100',
|
|
3910
3845
|
formula: '((rc_gross_sales - spend) / rc_gross_sales) * 100',
|
|
3911
3846
|
},
|
|
3912
3847
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_RAAD_PERCENT]: {
|
|
3913
3848
|
priority: 88,
|
|
3914
|
-
title: '
|
|
3849
|
+
title: 'Returning Customer RAAD % of Net Sales',
|
|
3915
3850
|
shortTitle: 'RC RAAD % Net',
|
|
3916
3851
|
description: 'RC Revenue After Ad Spend as percentage of RC Net Sales.',
|
|
3917
3852
|
sumPrefix: '',
|
|
3918
3853
|
sumSuffix: '%',
|
|
3919
3854
|
avgPrefix: '',
|
|
3920
3855
|
avgSuffix: '%',
|
|
3921
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3856
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3922
3857
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_RAAD_PERCENT,
|
|
3923
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3924
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_PERFORMANCE,
|
|
3858
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3925
3859
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3926
3860
|
decimalPlaces: 2,
|
|
3927
3861
|
useCompactNotation: false,
|
|
3928
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3862
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3929
3863
|
tooltip: 'What percentage of returning customer net order sales remains after ad spend.',
|
|
3930
3864
|
formulaDisplay: '(RC RAAD Net ÷ RC Net Sales) × 100',
|
|
3931
3865
|
formula: '((rc_net_sales - spend) / rc_net_sales) * 100',
|
|
@@ -3940,14 +3874,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3940
3874
|
sumSuffix: '',
|
|
3941
3875
|
avgPrefix: '$',
|
|
3942
3876
|
avgSuffix: '',
|
|
3943
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3877
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3944
3878
|
measure: measures_js_1.MEASURE.ORDERS_CM2,
|
|
3945
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3946
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3879
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3947
3880
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3948
3881
|
decimalPlaces: 2,
|
|
3949
3882
|
useCompactNotation: true,
|
|
3950
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3883
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3951
3884
|
tooltip: 'Profit after deducting fulfillment and variable operating costs.',
|
|
3952
3885
|
formulaDisplay: '(CM1) − (Shipping) − (Gateway) − (Variable Costs)',
|
|
3953
3886
|
formula: '(cm1) - (shipping) - (gateway) - (variable_costs)',
|
|
@@ -3962,21 +3895,20 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3962
3895
|
sumSuffix: '%',
|
|
3963
3896
|
avgPrefix: '',
|
|
3964
3897
|
avgSuffix: '%',
|
|
3965
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3898
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
3966
3899
|
measure: measures_js_1.MEASURE.ORDERS_CM2_PERCENT,
|
|
3967
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3968
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3900
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3969
3901
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
3970
3902
|
decimalPlaces: 2,
|
|
3971
3903
|
useCompactNotation: false,
|
|
3972
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3904
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3973
3905
|
tooltip: 'What percentage of net revenue remains after product and variable costs.',
|
|
3974
3906
|
formulaDisplay: '(CM2) ÷ (Net Revenue) × 100',
|
|
3975
3907
|
formula: '((cm2) / (net_revenue)) * 100',
|
|
3976
3908
|
},
|
|
3977
3909
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2]: {
|
|
3978
3910
|
priority: 12,
|
|
3979
|
-
title: '
|
|
3911
|
+
title: 'New Customer Contribution Margin 2',
|
|
3980
3912
|
shortTitle: 'NC CM2',
|
|
3981
3913
|
description: 'New customer CM1 minus shipping, gateway, and variable costs.',
|
|
3982
3914
|
sumPrefix: '$',
|
|
@@ -3985,19 +3917,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3985
3917
|
avgSuffix: '',
|
|
3986
3918
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
3987
3919
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2,
|
|
3988
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
3989
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3920
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
3990
3921
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
3991
3922
|
decimalPlaces: 2,
|
|
3992
3923
|
useCompactNotation: true,
|
|
3993
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3924
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3994
3925
|
tooltip: 'Profit from new customers after subtracting fulfillment and variable costs.',
|
|
3995
3926
|
formulaDisplay: '(NC CM1) − (Shipping) − (Gateway) − (Variable Costs)',
|
|
3996
3927
|
formula: '(nc_cm1) - (nc_shipping) - (nc_gateway) - (nc_variable_costs)',
|
|
3997
3928
|
},
|
|
3998
3929
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
|
|
3999
3930
|
priority: 36,
|
|
4000
|
-
title: '
|
|
3931
|
+
title: 'New Customer CM2 Margin',
|
|
4001
3932
|
shortTitle: 'NC CM2 %',
|
|
4002
3933
|
description: 'NC CM2 as a percentage of NC Net Revenue.',
|
|
4003
3934
|
sumPrefix: '',
|
|
@@ -4006,19 +3937,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4006
3937
|
avgSuffix: '%',
|
|
4007
3938
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4008
3939
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT,
|
|
4009
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4010
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3940
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4011
3941
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4012
3942
|
decimalPlaces: 2,
|
|
4013
3943
|
useCompactNotation: false,
|
|
4014
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3944
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4015
3945
|
tooltip: 'What percentage of new customer net revenue remains after variable costs.',
|
|
4016
3946
|
formulaDisplay: '(NC CM2) ÷ (NC Net Revenue) × 100',
|
|
4017
3947
|
formula: '((nc_cm2) / (nc_net_revenue)) * 100',
|
|
4018
3948
|
},
|
|
4019
3949
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2]: {
|
|
4020
3950
|
priority: 22,
|
|
4021
|
-
title: '
|
|
3951
|
+
title: 'Returning Customer Contribution Margin 2',
|
|
4022
3952
|
shortTitle: 'RC CM2',
|
|
4023
3953
|
description: 'Returning customer CM1 minus shipping, gateway, and variable costs.',
|
|
4024
3954
|
sumPrefix: '$',
|
|
@@ -4027,19 +3957,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4027
3957
|
avgSuffix: '',
|
|
4028
3958
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4029
3959
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2,
|
|
4030
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4031
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3960
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4032
3961
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4033
3962
|
decimalPlaces: 2,
|
|
4034
3963
|
useCompactNotation: true,
|
|
4035
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3964
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4036
3965
|
tooltip: 'Profit from returning customers after subtracting fulfillment and variable costs.',
|
|
4037
3966
|
formulaDisplay: '(RC CM1) − (Shipping) − (Gateway) − (Variable Costs)',
|
|
4038
3967
|
formula: '(rc_cm1) - (rc_shipping) - (rc_gateway) - (rc_variable_costs)',
|
|
4039
3968
|
},
|
|
4040
3969
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
|
|
4041
3970
|
priority: 40,
|
|
4042
|
-
title: '
|
|
3971
|
+
title: 'Returning Customer CM2 Margin',
|
|
4043
3972
|
shortTitle: 'RC CM2 %',
|
|
4044
3973
|
description: 'RC CM2 as a percentage of RC Net Revenue.',
|
|
4045
3974
|
sumPrefix: '',
|
|
@@ -4048,12 +3977,11 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4048
3977
|
avgSuffix: '%',
|
|
4049
3978
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4050
3979
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT,
|
|
4051
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4052
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3980
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4053
3981
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4054
3982
|
decimalPlaces: 2,
|
|
4055
3983
|
useCompactNotation: false,
|
|
4056
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
3984
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4057
3985
|
tooltip: 'What percentage of returning customer net revenue remains after variable costs.',
|
|
4058
3986
|
formulaDisplay: '(RC CM2) ÷ (RC Net Revenue) × 100',
|
|
4059
3987
|
formula: '((rc_cm2) / (rc_net_revenue)) * 100',
|
|
@@ -4068,14 +3996,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4068
3996
|
sumSuffix: '',
|
|
4069
3997
|
avgPrefix: '$',
|
|
4070
3998
|
avgSuffix: '',
|
|
4071
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
3999
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
4072
4000
|
measure: measures_js_1.MEASURE.ORDERS_CM3,
|
|
4073
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4074
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4001
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4075
4002
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4076
4003
|
decimalPlaces: 2,
|
|
4077
4004
|
useCompactNotation: true,
|
|
4078
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4005
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4079
4006
|
tooltip: 'Profit after all variable costs including advertising. Key metric for marketing profitability.',
|
|
4080
4007
|
formulaDisplay: '(CM2) − (Ad Spend)',
|
|
4081
4008
|
formula: '(cm2) - (blended_ad_spend)',
|
|
@@ -4090,21 +4017,20 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4090
4017
|
sumSuffix: '%',
|
|
4091
4018
|
avgPrefix: '',
|
|
4092
4019
|
avgSuffix: '%',
|
|
4093
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
4020
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
4094
4021
|
measure: measures_js_1.MEASURE.ORDERS_CM3_PERCENT,
|
|
4095
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4096
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4022
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4097
4023
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4098
4024
|
decimalPlaces: 2,
|
|
4099
4025
|
useCompactNotation: false,
|
|
4100
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4026
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4101
4027
|
tooltip: 'What percentage of net revenue remains after all variable costs including advertising.',
|
|
4102
4028
|
formulaDisplay: '(CM3) ÷ (Net Revenue) × 100',
|
|
4103
4029
|
formula: '((cm3) / (net_revenue)) * 100',
|
|
4104
4030
|
},
|
|
4105
4031
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3]: {
|
|
4106
4032
|
priority: 13,
|
|
4107
|
-
title: '
|
|
4033
|
+
title: 'New Customer Contribution Margin 3',
|
|
4108
4034
|
shortTitle: 'NC CM3',
|
|
4109
4035
|
description: 'New customer CM2 minus ad spend.',
|
|
4110
4036
|
sumPrefix: '$',
|
|
@@ -4113,19 +4039,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4113
4039
|
avgSuffix: '',
|
|
4114
4040
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4115
4041
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3,
|
|
4116
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4117
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4042
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4118
4043
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4119
4044
|
decimalPlaces: 2,
|
|
4120
4045
|
useCompactNotation: true,
|
|
4121
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4046
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4122
4047
|
tooltip: 'Profit from new customers after subtracting all variable costs including advertising.',
|
|
4123
4048
|
formulaDisplay: '(NC CM2) − (Ad Spend)',
|
|
4124
4049
|
formula: '(nc_cm2) - (nc_ad_spend)',
|
|
4125
4050
|
},
|
|
4126
4051
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_PERCENT]: {
|
|
4127
4052
|
priority: 37,
|
|
4128
|
-
title: '
|
|
4053
|
+
title: 'New Customer CM3 Margin',
|
|
4129
4054
|
shortTitle: 'NC CM3 %',
|
|
4130
4055
|
description: 'NC CM3 as a percentage of NC Net Revenue.',
|
|
4131
4056
|
sumPrefix: '',
|
|
@@ -4134,19 +4059,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4134
4059
|
avgSuffix: '%',
|
|
4135
4060
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4136
4061
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_PERCENT,
|
|
4137
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4138
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4062
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4139
4063
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4140
4064
|
decimalPlaces: 2,
|
|
4141
4065
|
useCompactNotation: false,
|
|
4142
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4066
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4143
4067
|
tooltip: 'What percentage of new customer net revenue remains after all variable costs.',
|
|
4144
4068
|
formulaDisplay: '(NC CM3) ÷ (NC Net Revenue) × 100',
|
|
4145
4069
|
formula: '((nc_cm3) / (nc_net_revenue)) * 100',
|
|
4146
4070
|
},
|
|
4147
4071
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3]: {
|
|
4148
4072
|
priority: 23,
|
|
4149
|
-
title: '
|
|
4073
|
+
title: 'Returning Customer Contribution Margin 3',
|
|
4150
4074
|
shortTitle: 'RC CM3',
|
|
4151
4075
|
description: 'Returning customer CM2 minus ad spend.',
|
|
4152
4076
|
sumPrefix: '$',
|
|
@@ -4155,19 +4079,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4155
4079
|
avgSuffix: '',
|
|
4156
4080
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4157
4081
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3,
|
|
4158
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4159
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4082
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4160
4083
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4161
4084
|
decimalPlaces: 2,
|
|
4162
4085
|
useCompactNotation: true,
|
|
4163
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4086
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4164
4087
|
tooltip: 'Profit from returning customers after subtracting all variable costs including advertising.',
|
|
4165
4088
|
formulaDisplay: '(RC CM2) − (Ad Spend)',
|
|
4166
4089
|
formula: '(rc_cm2) - (rc_ad_spend)',
|
|
4167
4090
|
},
|
|
4168
4091
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PERCENT]: {
|
|
4169
4092
|
priority: 41,
|
|
4170
|
-
title: '
|
|
4093
|
+
title: 'Returning Customer CM3 Margin',
|
|
4171
4094
|
shortTitle: 'RC CM3 %',
|
|
4172
4095
|
description: 'RC CM3 as a percentage of RC Net Revenue.',
|
|
4173
4096
|
sumPrefix: '',
|
|
@@ -4176,12 +4099,11 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4176
4099
|
avgSuffix: '%',
|
|
4177
4100
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4178
4101
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PERCENT,
|
|
4179
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4180
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4102
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4181
4103
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4182
4104
|
decimalPlaces: 2,
|
|
4183
4105
|
useCompactNotation: false,
|
|
4184
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4106
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4185
4107
|
tooltip: 'What percentage of returning customer net revenue remains after all variable costs.',
|
|
4186
4108
|
formulaDisplay: '(RC CM3) ÷ (RC Net Revenue) × 100',
|
|
4187
4109
|
formula: '((rc_cm3) / (rc_net_revenue)) * 100',
|
|
@@ -4196,14 +4118,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4196
4118
|
sumSuffix: '',
|
|
4197
4119
|
avgPrefix: '$',
|
|
4198
4120
|
avgSuffix: '',
|
|
4199
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
4121
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
4200
4122
|
measure: measures_js_1.MEASURE.ORDERS_CM4,
|
|
4201
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4202
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4123
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4203
4124
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4204
4125
|
decimalPlaces: 2,
|
|
4205
4126
|
useCompactNotation: true,
|
|
4206
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4127
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4207
4128
|
tooltip: 'CM4 is your operating profit after all costs. Calculated as CM3 (profit after marketing) minus Fixed Costs (salaries, software, rent).',
|
|
4208
4129
|
formulaDisplay: '(CM3) − (Fixed Costs)',
|
|
4209
4130
|
formula: '(cm3) - (fixed_costs)',
|
|
@@ -4218,21 +4139,20 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4218
4139
|
sumSuffix: '%',
|
|
4219
4140
|
avgPrefix: '',
|
|
4220
4141
|
avgSuffix: '%',
|
|
4221
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
4142
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
4222
4143
|
measure: measures_js_1.MEASURE.ORDERS_CM4_PERCENT,
|
|
4223
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4224
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4144
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4225
4145
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4226
4146
|
decimalPlaces: 2,
|
|
4227
4147
|
useCompactNotation: false,
|
|
4228
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4148
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4229
4149
|
tooltip: 'What percentage of net revenue becomes operating profit. The ultimate efficiency metric showing profitability after all variable and fixed costs.',
|
|
4230
4150
|
formulaDisplay: '((CM4) ÷ (Net Revenue)) × 100',
|
|
4231
4151
|
formula: '((cm4) / (net_revenue)) * 100',
|
|
4232
4152
|
},
|
|
4233
4153
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4]: {
|
|
4234
4154
|
priority: 14,
|
|
4235
|
-
title: '
|
|
4155
|
+
title: 'New Customer CM4 (Operating Profit)',
|
|
4236
4156
|
shortTitle: 'NC CM4',
|
|
4237
4157
|
description: 'New customer CM3 minus Fixed Costs. Operating profit from new customer acquisitions.',
|
|
4238
4158
|
sumPrefix: '$',
|
|
@@ -4241,19 +4161,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4241
4161
|
avgSuffix: '',
|
|
4242
4162
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4243
4163
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4,
|
|
4244
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4245
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4164
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4246
4165
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4247
4166
|
decimalPlaces: 2,
|
|
4248
4167
|
useCompactNotation: true,
|
|
4249
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4168
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4250
4169
|
tooltip: 'Operating profit from new customer acquisitions after all variable and fixed costs.',
|
|
4251
4170
|
formulaDisplay: '(NC CM3) − (NC Fixed Costs)',
|
|
4252
4171
|
formula: '(nc_cm3) - (nc_fixed_costs)',
|
|
4253
4172
|
},
|
|
4254
4173
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4_PERCENT]: {
|
|
4255
4174
|
priority: 38,
|
|
4256
|
-
title: '
|
|
4175
|
+
title: 'New Customer CM4 % (Operating Margin)',
|
|
4257
4176
|
shortTitle: 'NC CM4 %',
|
|
4258
4177
|
description: 'NC CM4 as a percentage of NC Net Revenue. Operating margin from new customers.',
|
|
4259
4178
|
sumPrefix: '',
|
|
@@ -4262,19 +4181,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4262
4181
|
avgSuffix: '%',
|
|
4263
4182
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4264
4183
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4_PERCENT,
|
|
4265
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4266
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4184
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4267
4185
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4268
4186
|
decimalPlaces: 2,
|
|
4269
4187
|
useCompactNotation: false,
|
|
4270
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4188
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4271
4189
|
tooltip: 'What percentage of new customer net revenue becomes operating profit after all costs.',
|
|
4272
4190
|
formulaDisplay: '((NC CM4) ÷ (NC Net Revenue)) × 100',
|
|
4273
4191
|
formula: '((nc_cm4) / (nc_net_revenue)) * 100',
|
|
4274
4192
|
},
|
|
4275
4193
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4]: {
|
|
4276
4194
|
priority: 24,
|
|
4277
|
-
title: '
|
|
4195
|
+
title: 'Returning Customer CM4 (Operating Profit)',
|
|
4278
4196
|
shortTitle: 'RC CM4',
|
|
4279
4197
|
description: 'Returning customer CM3 minus Fixed Costs. Operating profit from repeat purchases.',
|
|
4280
4198
|
sumPrefix: '$',
|
|
@@ -4283,19 +4201,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4283
4201
|
avgSuffix: '',
|
|
4284
4202
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4285
4203
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4,
|
|
4286
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4287
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4204
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4288
4205
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4289
4206
|
decimalPlaces: 2,
|
|
4290
4207
|
useCompactNotation: true,
|
|
4291
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4208
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4292
4209
|
tooltip: 'Operating profit from returning customer orders after all variable and fixed costs.',
|
|
4293
4210
|
formulaDisplay: '(RC CM3) − (RC Fixed Costs)',
|
|
4294
4211
|
formula: '(rc_cm3) - (rc_fixed_costs)',
|
|
4295
4212
|
},
|
|
4296
4213
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PERCENT]: {
|
|
4297
4214
|
priority: 42,
|
|
4298
|
-
title: '
|
|
4215
|
+
title: 'Returning Customer CM4 % (Operating Margin)',
|
|
4299
4216
|
shortTitle: 'RC CM4 %',
|
|
4300
4217
|
description: 'RC CM4 as a percentage of RC Net Revenue. Operating margin from returning customers.',
|
|
4301
4218
|
sumPrefix: '',
|
|
@@ -4304,12 +4221,11 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4304
4221
|
avgSuffix: '%',
|
|
4305
4222
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4306
4223
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PERCENT,
|
|
4307
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4308
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4224
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4309
4225
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4310
4226
|
decimalPlaces: 2,
|
|
4311
4227
|
useCompactNotation: false,
|
|
4312
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4228
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4313
4229
|
tooltip: 'What percentage of returning customer net revenue becomes operating profit after all costs.',
|
|
4314
4230
|
formulaDisplay: '((RC CM4) ÷ (RC Net Revenue)) × 100',
|
|
4315
4231
|
formula: '((rc_cm4) / (rc_net_revenue)) * 100',
|
|
@@ -4323,14 +4239,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4323
4239
|
sumSuffix: '',
|
|
4324
4240
|
avgPrefix: '$',
|
|
4325
4241
|
avgSuffix: '',
|
|
4326
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
4242
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
4327
4243
|
measure: measures_js_1.MEASURE.ORDERS_CM1,
|
|
4328
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4329
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4244
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4330
4245
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4331
4246
|
decimalPlaces: 2,
|
|
4332
4247
|
useCompactNotation: true,
|
|
4333
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4248
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4334
4249
|
tooltip: 'CM1 is the conservative gross margin calculation using Net Revenue (after returns/discounts) minus Effective COGS.',
|
|
4335
4250
|
formulaDisplay: '(Net Revenue) − (Effective COGS)',
|
|
4336
4251
|
formula: '(net_revenue) - (effective_cogs)',
|
|
@@ -4344,21 +4259,20 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4344
4259
|
sumSuffix: '%',
|
|
4345
4260
|
avgPrefix: '',
|
|
4346
4261
|
avgSuffix: '%',
|
|
4347
|
-
icon: measure_icon_js_1.MEASURE_ICON.
|
|
4262
|
+
icon: measure_icon_js_1.MEASURE_ICON.CHANNEL,
|
|
4348
4263
|
measure: measures_js_1.MEASURE.ORDERS_CM1_PERCENT,
|
|
4349
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4350
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4264
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4351
4265
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4352
4266
|
decimalPlaces: 2,
|
|
4353
4267
|
useCompactNotation: false,
|
|
4354
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4268
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4355
4269
|
tooltip: 'CM1 as a percentage of Net Revenue. The conservative gross margin percentage calculation.',
|
|
4356
4270
|
formulaDisplay: '(CM1) ÷ (Net Revenue) × 100',
|
|
4357
4271
|
formula: '((cm1) / (net_revenue)) * 100',
|
|
4358
4272
|
},
|
|
4359
4273
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1]: {
|
|
4360
4274
|
priority: 11,
|
|
4361
|
-
title: '
|
|
4275
|
+
title: 'New Customer CM1 (Gross Margin)',
|
|
4362
4276
|
shortTitle: 'NC CM1',
|
|
4363
4277
|
description: 'New customer Net Revenue minus Effective COGS. Includes impact of returns/discounts.',
|
|
4364
4278
|
sumPrefix: '$',
|
|
@@ -4367,19 +4281,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4367
4281
|
avgSuffix: '',
|
|
4368
4282
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4369
4283
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1,
|
|
4370
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4371
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4284
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4372
4285
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4373
4286
|
decimalPlaces: 2,
|
|
4374
4287
|
useCompactNotation: true,
|
|
4375
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4288
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4376
4289
|
tooltip: 'NC CM1 is the conservative gross margin for new customers using Net Revenue minus Effective COGS.',
|
|
4377
4290
|
formulaDisplay: '(NC Net Revenue) − (NC Effective COGS)',
|
|
4378
4291
|
formula: '(nc_net_revenue) - (nc_effective_cogs)',
|
|
4379
4292
|
},
|
|
4380
4293
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_PERCENT]: {
|
|
4381
4294
|
priority: 35,
|
|
4382
|
-
title: '
|
|
4295
|
+
title: 'New Customer CM1 % (Gross Margin %)',
|
|
4383
4296
|
shortTitle: 'NC CM1 %',
|
|
4384
4297
|
description: 'NC CM1 as a percentage of NC Net Revenue. Includes impact of returns/discounts.',
|
|
4385
4298
|
sumPrefix: '',
|
|
@@ -4388,19 +4301,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4388
4301
|
avgSuffix: '%',
|
|
4389
4302
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4390
4303
|
measure: measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_PERCENT,
|
|
4391
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4392
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4304
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4393
4305
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4394
4306
|
decimalPlaces: 2,
|
|
4395
4307
|
useCompactNotation: false,
|
|
4396
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4308
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4397
4309
|
tooltip: 'NC CM1 as a percentage of NC Net Revenue. The conservative gross margin percentage for new customers.',
|
|
4398
4310
|
formulaDisplay: '(NC CM1) ÷ (NC Net Revenue) × 100',
|
|
4399
4311
|
formula: '((nc_cm1) / (nc_net_revenue)) * 100',
|
|
4400
4312
|
},
|
|
4401
4313
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1]: {
|
|
4402
4314
|
priority: 21,
|
|
4403
|
-
title: '
|
|
4315
|
+
title: 'Returning Customer CM1 (Gross Margin)',
|
|
4404
4316
|
shortTitle: 'RC CM1',
|
|
4405
4317
|
description: 'Returning customer Net Revenue minus Effective COGS. Includes impact of returns/discounts.',
|
|
4406
4318
|
sumPrefix: '$',
|
|
@@ -4409,19 +4321,18 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4409
4321
|
avgSuffix: '',
|
|
4410
4322
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4411
4323
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1,
|
|
4412
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4413
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4324
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4414
4325
|
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
4415
4326
|
decimalPlaces: 2,
|
|
4416
4327
|
useCompactNotation: true,
|
|
4417
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4328
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4418
4329
|
tooltip: 'RC CM1 is the conservative gross margin for returning customers using Net Revenue minus Effective COGS.',
|
|
4419
4330
|
formulaDisplay: '(RC Net Revenue) − (RC Effective COGS)',
|
|
4420
4331
|
formula: '(rc_net_revenue) - (rc_effective_cogs)',
|
|
4421
4332
|
},
|
|
4422
4333
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PERCENT]: {
|
|
4423
4334
|
priority: 39,
|
|
4424
|
-
title: '
|
|
4335
|
+
title: 'Returning Customer CM1 % (Gross Margin %)',
|
|
4425
4336
|
shortTitle: 'RC CM1 %',
|
|
4426
4337
|
description: 'RC CM1 as a percentage of RC Net Revenue. Includes impact of returns/discounts.',
|
|
4427
4338
|
sumPrefix: '',
|
|
@@ -4430,12 +4341,11 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
4430
4341
|
avgSuffix: '%',
|
|
4431
4342
|
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
4432
4343
|
measure: measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PERCENT,
|
|
4433
|
-
category: measure_categories_js_1.MEASURE_CATEGORY.
|
|
4434
|
-
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
4344
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_AD_PERFORMANCE,
|
|
4435
4345
|
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
4436
4346
|
decimalPlaces: 2,
|
|
4437
4347
|
useCompactNotation: false,
|
|
4438
|
-
applicableContexts: measure_applicable_contexts_js_1.
|
|
4348
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
4439
4349
|
tooltip: 'RC CM1 as a percentage of RC Net Revenue. The conservative gross margin percentage for returning customers.',
|
|
4440
4350
|
formulaDisplay: '(RC CM1) ÷ (RC Net Revenue) × 100',
|
|
4441
4351
|
formula: '((rc_cm1) / (rc_net_revenue)) * 100',
|