@adtrackify/at-tracking-event-types 4.58.0 → 4.59.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/orders-measure-definitions.js +44 -44
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js +44 -44
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/package.json +1 -1
|
@@ -181,7 +181,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
181
181
|
decimalPlaces: 2,
|
|
182
182
|
useCompactNotation: true,
|
|
183
183
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
184
|
-
shortTitle: 'Total
|
|
184
|
+
shortTitle: 'Revenue (Total)',
|
|
185
185
|
tooltip: 'The total dollar amount collected from all orders including shipping and taxes, before any refunds.',
|
|
186
186
|
},
|
|
187
187
|
[measures_js_1.MEASURE.ORDERS_GROSS_REVENUE]: {
|
|
@@ -200,7 +200,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
200
200
|
decimalPlaces: 2,
|
|
201
201
|
useCompactNotation: true,
|
|
202
202
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
203
|
-
shortTitle: 'Gross
|
|
203
|
+
shortTitle: 'Revenue (Gross)',
|
|
204
204
|
tooltip: 'Revenue from product sales before subtracting discounts or refunds. The starting point for margin calculations.',
|
|
205
205
|
},
|
|
206
206
|
[measures_js_1.MEASURE.ORDERS_NET_REVENUE]: {
|
|
@@ -219,7 +219,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
219
219
|
decimalPlaces: 2,
|
|
220
220
|
useCompactNotation: true,
|
|
221
221
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
222
|
-
shortTitle: 'Net
|
|
222
|
+
shortTitle: 'Revenue (Net)',
|
|
223
223
|
tooltip: 'Revenue after subtracting discounts and refunds from gross revenue. The primary revenue metric for profitability analysis.',
|
|
224
224
|
formulaDisplay: 'Gross Revenue − Discounts − Refunds',
|
|
225
225
|
formula: 'gross_revenue - discounts - refunds',
|
|
@@ -240,7 +240,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
240
240
|
decimalPlaces: 2,
|
|
241
241
|
useCompactNotation: true,
|
|
242
242
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
243
|
-
shortTitle: 'NC Total
|
|
243
|
+
shortTitle: 'NC Revenue (Total)',
|
|
244
244
|
tooltip: 'Total revenue collected from first-time buyers including shipping and taxes. Reflects the raw dollar value of acquisition.',
|
|
245
245
|
},
|
|
246
246
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_REVENUE]: {
|
|
@@ -259,7 +259,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
259
259
|
decimalPlaces: 2,
|
|
260
260
|
useCompactNotation: true,
|
|
261
261
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
262
|
-
shortTitle: 'NC
|
|
262
|
+
shortTitle: 'NC Rev. (Gross)',
|
|
263
263
|
tooltip: 'Gross product revenue from new customers before discounts and refunds. Used to calculate new customer gross margin.',
|
|
264
264
|
},
|
|
265
265
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_REVENUE]: {
|
|
@@ -278,7 +278,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
278
278
|
decimalPlaces: 2,
|
|
279
279
|
useCompactNotation: true,
|
|
280
280
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
281
|
-
shortTitle: 'NC Net
|
|
281
|
+
shortTitle: 'NC Revenue (Net)',
|
|
282
282
|
tooltip: 'Net revenue from new customers after discounts and refunds. The clearest measure of first-order monetization.',
|
|
283
283
|
},
|
|
284
284
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_TOTAL_REVENUE]: {
|
|
@@ -297,7 +297,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
297
297
|
decimalPlaces: 2,
|
|
298
298
|
useCompactNotation: true,
|
|
299
299
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
300
|
-
shortTitle: 'RC
|
|
300
|
+
shortTitle: 'RC Rev. (Total)',
|
|
301
301
|
tooltip: 'Total revenue from repeat buyers including shipping and taxes. High values indicate strong retention and LTV.',
|
|
302
302
|
},
|
|
303
303
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_REVENUE]: {
|
|
@@ -316,7 +316,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
316
316
|
decimalPlaces: 2,
|
|
317
317
|
useCompactNotation: true,
|
|
318
318
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
319
|
-
shortTitle: 'RC Gross
|
|
319
|
+
shortTitle: 'RC Revenue (Gross)',
|
|
320
320
|
tooltip: 'Gross product revenue from returning customers before discounts and refunds.',
|
|
321
321
|
},
|
|
322
322
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_REVENUE]: {
|
|
@@ -335,13 +335,13 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
335
335
|
decimalPlaces: 2,
|
|
336
336
|
useCompactNotation: true,
|
|
337
337
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
338
|
-
shortTitle: 'RC Net
|
|
338
|
+
shortTitle: 'RC Revenue (Net)',
|
|
339
339
|
tooltip: 'Net revenue from returning customers after discounts and refunds. Key input for repeat-purchase profitability.',
|
|
340
340
|
},
|
|
341
341
|
[measures_js_1.MEASURE.ORDERS_TOTAL_AOV]: {
|
|
342
342
|
priority: 1,
|
|
343
343
|
title: 'Total AOV',
|
|
344
|
-
shortTitle: 'Total
|
|
344
|
+
shortTitle: 'AOV (Total)',
|
|
345
345
|
description: 'Average order value based on total revenue.',
|
|
346
346
|
sumPrefix: '$',
|
|
347
347
|
sumSuffix: '',
|
|
@@ -362,7 +362,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
362
362
|
[measures_js_1.MEASURE.ORDERS_GROSS_AOV]: {
|
|
363
363
|
priority: 2,
|
|
364
364
|
title: 'Gross AOV',
|
|
365
|
-
shortTitle: 'Gross
|
|
365
|
+
shortTitle: 'AOV (Gross)',
|
|
366
366
|
description: 'Average order value based on gross revenue.',
|
|
367
367
|
sumPrefix: '$',
|
|
368
368
|
sumSuffix: '',
|
|
@@ -383,7 +383,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
383
383
|
[measures_js_1.MEASURE.ORDERS_NET_AOV]: {
|
|
384
384
|
priority: 3,
|
|
385
385
|
title: 'Net AOV',
|
|
386
|
-
shortTitle: 'Net
|
|
386
|
+
shortTitle: 'AOV (Net)',
|
|
387
387
|
description: 'Average order value based on net revenue.',
|
|
388
388
|
sumPrefix: '$',
|
|
389
389
|
sumSuffix: '',
|
|
@@ -417,7 +417,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
417
417
|
decimalPlaces: 2,
|
|
418
418
|
useCompactNotation: false,
|
|
419
419
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
420
|
-
shortTitle: 'NC Total
|
|
420
|
+
shortTitle: 'NC AOV (Total)',
|
|
421
421
|
tooltip: 'Average total transaction value for first-time buyers. Compare to RC Total AOV to see if new customers spend more or less.',
|
|
422
422
|
formulaDisplay: 'NC Total Revenue ÷ NC Order Count',
|
|
423
423
|
formula: 'nc_total_revenue / nc_order_count',
|
|
@@ -438,7 +438,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
438
438
|
decimalPlaces: 2,
|
|
439
439
|
useCompactNotation: false,
|
|
440
440
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
441
|
-
shortTitle: 'NC Gross
|
|
441
|
+
shortTitle: 'NC AOV (Gross)',
|
|
442
442
|
tooltip: 'Average gross revenue per order for new customers before discounts and refunds.',
|
|
443
443
|
formulaDisplay: 'NC Gross Revenue ÷ NC Order Count',
|
|
444
444
|
formula: 'nc_gross_revenue / nc_order_count',
|
|
@@ -459,7 +459,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
459
459
|
decimalPlaces: 2,
|
|
460
460
|
useCompactNotation: false,
|
|
461
461
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
462
|
-
shortTitle: 'NC Net
|
|
462
|
+
shortTitle: 'NC AOV (Net)',
|
|
463
463
|
tooltip: 'Average net revenue per order for new customers after discounts and refunds. Key input for new customer payback calculations.',
|
|
464
464
|
formulaDisplay: 'NC Net Revenue ÷ NC Order Count',
|
|
465
465
|
formula: 'nc_net_revenue / nc_order_count',
|
|
@@ -480,7 +480,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
480
480
|
decimalPlaces: 2,
|
|
481
481
|
useCompactNotation: false,
|
|
482
482
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
483
|
-
shortTitle: 'RC Total
|
|
483
|
+
shortTitle: 'RC AOV (Total)',
|
|
484
484
|
tooltip: 'Average total transaction value for returning buyers. Typically higher than new customer AOV as loyal customers buy more.',
|
|
485
485
|
formulaDisplay: 'RC Total Revenue ÷ RC Order Count',
|
|
486
486
|
formula: 'rc_total_revenue / rc_order_count',
|
|
@@ -501,7 +501,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
501
501
|
decimalPlaces: 2,
|
|
502
502
|
useCompactNotation: false,
|
|
503
503
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
504
|
-
shortTitle: 'RC Gross
|
|
504
|
+
shortTitle: 'RC AOV (Gross)',
|
|
505
505
|
tooltip: 'Average gross revenue per order for returning customers before discounts and refunds.',
|
|
506
506
|
formulaDisplay: 'RC Gross Revenue ÷ RC Order Count',
|
|
507
507
|
formula: 'rc_gross_revenue / rc_order_count',
|
|
@@ -522,7 +522,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
522
522
|
decimalPlaces: 2,
|
|
523
523
|
useCompactNotation: false,
|
|
524
524
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
525
|
-
shortTitle: 'RC Net
|
|
525
|
+
shortTitle: 'RC AOV (Net)',
|
|
526
526
|
tooltip: 'Average net revenue per order for returning customers after discounts and refunds.',
|
|
527
527
|
formulaDisplay: 'RC Net Revenue ÷ RC Order Count',
|
|
528
528
|
formula: 'rc_net_revenue / rc_order_count',
|
|
@@ -1950,7 +1950,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1950
1950
|
decimalPlaces: 2,
|
|
1951
1951
|
useCompactNotation: false,
|
|
1952
1952
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1953
|
-
shortTitle: 'NC Disc. Gross',
|
|
1953
|
+
shortTitle: 'NC Disc. (Gross)',
|
|
1954
1954
|
tooltip: 'New customer discounts as a share of new customer gross revenue. High rates suggest heavy promotion to drive acquisition.',
|
|
1955
1955
|
formulaDisplay: 'NC Discounts ÷ NC Gross Revenue × 100',
|
|
1956
1956
|
formula: 'nc_discounts / nc_gross_revenue * 100',
|
|
@@ -1971,7 +1971,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1971
1971
|
decimalPlaces: 2,
|
|
1972
1972
|
useCompactNotation: false,
|
|
1973
1973
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1974
|
-
shortTitle: 'RC Disc. Gross',
|
|
1974
|
+
shortTitle: 'RC Disc. (Gross)',
|
|
1975
1975
|
tooltip: 'Returning customer discounts as a share of returning customer gross revenue. High rates may indicate loyalty discounts cutting into repeat margins.',
|
|
1976
1976
|
formulaDisplay: 'RC Discounts ÷ RC Gross Revenue × 100',
|
|
1977
1977
|
formula: 'rc_discounts / rc_gross_revenue * 100',
|
|
@@ -2722,7 +2722,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2722
2722
|
},
|
|
2723
2723
|
[measures_js_1.MEASURE.ORDERS_CPA]: {
|
|
2724
2724
|
priority: 2,
|
|
2725
|
-
title: '
|
|
2725
|
+
title: 'CPA',
|
|
2726
2726
|
shortTitle: 'CPA',
|
|
2727
2727
|
description: 'The amount spent per order acquisition.',
|
|
2728
2728
|
sumPrefix: '$',
|
|
@@ -2742,7 +2742,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2742
2742
|
},
|
|
2743
2743
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CPA]: {
|
|
2744
2744
|
priority: 52,
|
|
2745
|
-
title: 'New Customer
|
|
2745
|
+
title: 'New Customer CPA',
|
|
2746
2746
|
shortTitle: 'NC CPA',
|
|
2747
2747
|
description: 'The amount spent per new customer order acquisition.',
|
|
2748
2748
|
sumPrefix: '$',
|
|
@@ -2763,7 +2763,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2763
2763
|
[measures_js_1.MEASURE.ORDERS_TOTAL_ROAS]: {
|
|
2764
2764
|
priority: 1,
|
|
2765
2765
|
title: 'ROAS (Total Sales)',
|
|
2766
|
-
shortTitle: 'ROAS Total',
|
|
2766
|
+
shortTitle: 'ROAS (Total)',
|
|
2767
2767
|
description: 'Total Order Revenue divided by Total Ad Spend.',
|
|
2768
2768
|
sumPrefix: '',
|
|
2769
2769
|
sumSuffix: 'x',
|
|
@@ -2783,7 +2783,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2783
2783
|
[measures_js_1.MEASURE.ORDERS_GROSS_ROAS]: {
|
|
2784
2784
|
priority: 3,
|
|
2785
2785
|
title: 'ROAS (Gross Sales)',
|
|
2786
|
-
shortTitle: 'ROAS Gross',
|
|
2786
|
+
shortTitle: 'ROAS (Gross)',
|
|
2787
2787
|
description: 'Gross Order Sales divided by Total Ad Spend.',
|
|
2788
2788
|
sumPrefix: '',
|
|
2789
2789
|
sumSuffix: 'x',
|
|
@@ -2803,7 +2803,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2803
2803
|
[measures_js_1.MEASURE.ORDERS_NET_ROAS]: {
|
|
2804
2804
|
priority: 4,
|
|
2805
2805
|
title: 'ROAS (Net Sales)',
|
|
2806
|
-
shortTitle: 'ROAS Net',
|
|
2806
|
+
shortTitle: 'ROAS (Net)',
|
|
2807
2807
|
description: 'Net Order Sales divided by Total Ad Spend.',
|
|
2808
2808
|
sumPrefix: '',
|
|
2809
2809
|
sumSuffix: 'x',
|
|
@@ -2843,7 +2843,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2843
2843
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_ROAS]: {
|
|
2844
2844
|
priority: 12,
|
|
2845
2845
|
title: 'New Customer ROAS (Gross Sales)',
|
|
2846
|
-
shortTitle: 'NC ROAS Gross',
|
|
2846
|
+
shortTitle: 'NC ROAS (Gross)',
|
|
2847
2847
|
description: 'New Customer Gross Order Sales divided by Ad Spend.',
|
|
2848
2848
|
sumPrefix: '',
|
|
2849
2849
|
sumSuffix: 'x',
|
|
@@ -2863,7 +2863,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2863
2863
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_ROAS]: {
|
|
2864
2864
|
priority: 13,
|
|
2865
2865
|
title: 'New Customer ROAS (Net Sales)',
|
|
2866
|
-
shortTitle: 'NC ROAS Net',
|
|
2866
|
+
shortTitle: 'NC ROAS (Net)',
|
|
2867
2867
|
description: 'New Customer Net Order Sales divided by Ad Spend.',
|
|
2868
2868
|
sumPrefix: '',
|
|
2869
2869
|
sumSuffix: 'x',
|
|
@@ -2923,7 +2923,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2923
2923
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_ROAS]: {
|
|
2924
2924
|
priority: 22,
|
|
2925
2925
|
title: 'Returning Customer ROAS (Gross Sales)',
|
|
2926
|
-
shortTitle: 'RC ROAS Gross',
|
|
2926
|
+
shortTitle: 'RC ROAS (Gross)',
|
|
2927
2927
|
description: 'Returning Customer Gross Order Sales divided by Ad Spend.',
|
|
2928
2928
|
sumPrefix: '',
|
|
2929
2929
|
sumSuffix: 'x',
|
|
@@ -2943,7 +2943,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
2943
2943
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_ROAS]: {
|
|
2944
2944
|
priority: 23,
|
|
2945
2945
|
title: 'Returning Customer ROAS (Net Sales)',
|
|
2946
|
-
shortTitle: 'RC ROAS Net',
|
|
2946
|
+
shortTitle: 'RC ROAS (Net)',
|
|
2947
2947
|
description: 'Returning Customer Net Order Sales divided by Ad Spend.',
|
|
2948
2948
|
sumPrefix: '',
|
|
2949
2949
|
sumSuffix: 'x',
|
|
@@ -3165,7 +3165,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3165
3165
|
[measures_js_1.MEASURE.ORDERS_GROSS_MER]: {
|
|
3166
3166
|
priority: 32,
|
|
3167
3167
|
title: 'MER (Gross Sales)',
|
|
3168
|
-
shortTitle: 'MER Gross',
|
|
3168
|
+
shortTitle: 'MER (Gross)',
|
|
3169
3169
|
description: 'Marketing Efficiency Ratio using Gross Order Sales.',
|
|
3170
3170
|
sumPrefix: '',
|
|
3171
3171
|
sumSuffix: '%',
|
|
@@ -3185,7 +3185,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3185
3185
|
[measures_js_1.MEASURE.ORDERS_NET_MER]: {
|
|
3186
3186
|
priority: 33,
|
|
3187
3187
|
title: 'MER (Net Sales)',
|
|
3188
|
-
shortTitle: 'MER Net',
|
|
3188
|
+
shortTitle: 'MER (Net)',
|
|
3189
3189
|
description: 'Marketing Efficiency Ratio using Net Order Sales.',
|
|
3190
3190
|
sumPrefix: '',
|
|
3191
3191
|
sumSuffix: '%',
|
|
@@ -3225,7 +3225,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3225
3225
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_MER]: {
|
|
3226
3226
|
priority: 37,
|
|
3227
3227
|
title: 'NC MER (Gross Sales)',
|
|
3228
|
-
shortTitle: 'NC MER Gross',
|
|
3228
|
+
shortTitle: 'NC MER (Gross)',
|
|
3229
3229
|
description: 'Marketing Efficiency Ratio using New Customer Gross Order Sales.',
|
|
3230
3230
|
sumPrefix: '',
|
|
3231
3231
|
sumSuffix: '%',
|
|
@@ -3245,7 +3245,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3245
3245
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_MER]: {
|
|
3246
3246
|
priority: 38,
|
|
3247
3247
|
title: 'New Customer MER (Net Sales)',
|
|
3248
|
-
shortTitle: 'NC MER Net',
|
|
3248
|
+
shortTitle: 'NC MER (Net)',
|
|
3249
3249
|
description: 'Marketing Efficiency Ratio using New Customer Net Order Sales.',
|
|
3250
3250
|
sumPrefix: '',
|
|
3251
3251
|
sumSuffix: '%',
|
|
@@ -3285,7 +3285,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3285
3285
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_MER]: {
|
|
3286
3286
|
priority: 42,
|
|
3287
3287
|
title: 'Returning Customer MER (Gross Sales)',
|
|
3288
|
-
shortTitle: 'RC MER Gross',
|
|
3288
|
+
shortTitle: 'RC MER (Gross)',
|
|
3289
3289
|
description: 'Marketing Efficiency Ratio using Returning Customer Gross Order Sales.',
|
|
3290
3290
|
sumPrefix: '',
|
|
3291
3291
|
sumSuffix: '%',
|
|
@@ -3305,7 +3305,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3305
3305
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_MER]: {
|
|
3306
3306
|
priority: 43,
|
|
3307
3307
|
title: 'Returning Customer MER (Net Sales)',
|
|
3308
|
-
shortTitle: 'RC MER Net',
|
|
3308
|
+
shortTitle: 'RC MER (Net)',
|
|
3309
3309
|
description: 'Marketing Efficiency Ratio using Returning Customer Net Order Sales.',
|
|
3310
3310
|
sumPrefix: '',
|
|
3311
3311
|
sumSuffix: '%',
|
|
@@ -3527,7 +3527,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3527
3527
|
[measures_js_1.MEASURE.ORDERS_GROSS_RAAD]: {
|
|
3528
3528
|
priority: 72,
|
|
3529
3529
|
title: 'RAAD (Gross Sales)',
|
|
3530
|
-
shortTitle: 'RAAD Gross',
|
|
3530
|
+
shortTitle: 'RAAD (Gross)',
|
|
3531
3531
|
description: 'Gross Order Sales minus Ad Spend.',
|
|
3532
3532
|
sumPrefix: '$',
|
|
3533
3533
|
sumSuffix: '',
|
|
@@ -3547,7 +3547,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3547
3547
|
[measures_js_1.MEASURE.ORDERS_NET_RAAD]: {
|
|
3548
3548
|
priority: 73,
|
|
3549
3549
|
title: 'RAAD (Net Sales)',
|
|
3550
|
-
shortTitle: 'RAAD Net',
|
|
3550
|
+
shortTitle: 'RAAD (Net)',
|
|
3551
3551
|
description: 'Net Order Sales minus Ad Spend.',
|
|
3552
3552
|
sumPrefix: '$',
|
|
3553
3553
|
sumSuffix: '',
|
|
@@ -3607,7 +3607,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3607
3607
|
[measures_js_1.MEASURE.ORDERS_NET_RAAD_PERCENT]: {
|
|
3608
3608
|
priority: 76,
|
|
3609
3609
|
title: 'RAAD % of Net Sales',
|
|
3610
|
-
shortTitle: 'RAAD % Net',
|
|
3610
|
+
shortTitle: 'RAAD % (Net)',
|
|
3611
3611
|
description: 'Revenue After Ad Spend as percentage of Net Sales.',
|
|
3612
3612
|
sumPrefix: '',
|
|
3613
3613
|
sumSuffix: '%',
|
|
@@ -3667,7 +3667,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3667
3667
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_RAAD]: {
|
|
3668
3668
|
priority: 79,
|
|
3669
3669
|
title: 'New Customer RAAD (Net Sales)',
|
|
3670
|
-
shortTitle: 'NC RAAD Net',
|
|
3670
|
+
shortTitle: 'NC RAAD (Net)',
|
|
3671
3671
|
description: 'New Customer Net Order Sales minus Ad Spend.',
|
|
3672
3672
|
sumPrefix: '$',
|
|
3673
3673
|
sumSuffix: '',
|
|
@@ -3707,7 +3707,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3707
3707
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_GROSS_RAAD_PERCENT]: {
|
|
3708
3708
|
priority: 81,
|
|
3709
3709
|
title: 'New Customer RAAD % of Gross Sales',
|
|
3710
|
-
shortTitle: 'NC RAAD % Gross',
|
|
3710
|
+
shortTitle: 'NC RAAD % (Gross)',
|
|
3711
3711
|
description: 'NC Revenue After Ad Spend as percentage of NC Gross Sales.',
|
|
3712
3712
|
sumPrefix: '',
|
|
3713
3713
|
sumSuffix: '%',
|
|
@@ -3727,7 +3727,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3727
3727
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_NET_RAAD_PERCENT]: {
|
|
3728
3728
|
priority: 82,
|
|
3729
3729
|
title: 'New Customer RAAD % of Net Sales',
|
|
3730
|
-
shortTitle: 'NC RAAD % Net',
|
|
3730
|
+
shortTitle: 'NC RAAD % (Net)',
|
|
3731
3731
|
description: 'NC Revenue After Ad Spend as percentage of NC Net Sales.',
|
|
3732
3732
|
sumPrefix: '',
|
|
3733
3733
|
sumSuffix: '%',
|
|
@@ -3767,7 +3767,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3767
3767
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_GROSS_RAAD]: {
|
|
3768
3768
|
priority: 84,
|
|
3769
3769
|
title: 'Returning Customer RAAD (Gross Sales)',
|
|
3770
|
-
shortTitle: 'RC RAAD Gross',
|
|
3770
|
+
shortTitle: 'RC RAAD (Gross)',
|
|
3771
3771
|
description: 'Returning Customer Gross Order Sales minus Ad Spend.',
|
|
3772
3772
|
sumPrefix: '$',
|
|
3773
3773
|
sumSuffix: '',
|
|
@@ -3787,7 +3787,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3787
3787
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_RAAD]: {
|
|
3788
3788
|
priority: 85,
|
|
3789
3789
|
title: 'Returning Customer RAAD (Net Sales)',
|
|
3790
|
-
shortTitle: 'RC RAAD Net',
|
|
3790
|
+
shortTitle: 'RC RAAD (Net)',
|
|
3791
3791
|
description: 'Returning Customer Net Order Sales minus Ad Spend.',
|
|
3792
3792
|
sumPrefix: '$',
|
|
3793
3793
|
sumSuffix: '',
|
|
@@ -3847,7 +3847,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3847
3847
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_NET_RAAD_PERCENT]: {
|
|
3848
3848
|
priority: 88,
|
|
3849
3849
|
title: 'Returning Customer RAAD % of Net Sales',
|
|
3850
|
-
shortTitle: 'RC RAAD % Net',
|
|
3850
|
+
shortTitle: 'RC RAAD % (Net)',
|
|
3851
3851
|
description: 'RC Revenue After Ad Spend as percentage of RC Net Sales.',
|
|
3852
3852
|
sumPrefix: '',
|
|
3853
3853
|
sumSuffix: '%',
|