@adtrackify/at-tracking-event-types 4.64.7 → 4.64.9
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 +154 -70
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/measures.d.ts +4 -0
- package/dist/cjs/types/api/measures/measures.js +4 -0
- package/dist/cjs/types/api/measures/measures.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js +154 -70
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/measures.d.ts +4 -0
- package/dist/esm/types/api/measures/measures.js +4 -0
- package/dist/esm/types/api/measures/measures.js.map +1 -1
- package/package.json +1 -1
|
@@ -2340,7 +2340,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2340
2340
|
priority: 5,
|
|
2341
2341
|
title: 'CM1 Per Order',
|
|
2342
2342
|
shortTitle: 'CM1/Order',
|
|
2343
|
-
description: 'Average CM1
|
|
2343
|
+
description: 'Average CM1 (Gross Margin) per order.',
|
|
2344
2344
|
sumPrefix: '$',
|
|
2345
2345
|
sumSuffix: '',
|
|
2346
2346
|
avgPrefix: '$',
|
|
@@ -2360,7 +2360,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2360
2360
|
priority: 15,
|
|
2361
2361
|
title: 'New Customer CM1 Per Order',
|
|
2362
2362
|
shortTitle: 'NC CM1/Order',
|
|
2363
|
-
description: 'Average CM1
|
|
2363
|
+
description: 'Average New Customer CM1 (Gross Margin) per order.',
|
|
2364
2364
|
sumPrefix: '$',
|
|
2365
2365
|
sumSuffix: '',
|
|
2366
2366
|
avgPrefix: '$',
|
|
@@ -2380,7 +2380,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2380
2380
|
priority: 25,
|
|
2381
2381
|
title: 'Returning Customer CM1 Per Order',
|
|
2382
2382
|
shortTitle: 'RC CM1/Order',
|
|
2383
|
-
description: 'Average CM1
|
|
2383
|
+
description: 'Average Returning Customer CM1 (Gross Margin) per order.',
|
|
2384
2384
|
sumPrefix: '$',
|
|
2385
2385
|
sumSuffix: '',
|
|
2386
2386
|
avgPrefix: '$',
|
|
@@ -2400,7 +2400,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2400
2400
|
priority: 6,
|
|
2401
2401
|
title: 'CM2 Per Order',
|
|
2402
2402
|
shortTitle: 'CM2/Order',
|
|
2403
|
-
description: 'Average CM2 per order.',
|
|
2403
|
+
description: 'Average CM2 (After Fulfillment) per order.',
|
|
2404
2404
|
sumPrefix: '$',
|
|
2405
2405
|
sumSuffix: '',
|
|
2406
2406
|
avgPrefix: '$',
|
|
@@ -2420,7 +2420,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2420
2420
|
priority: 7,
|
|
2421
2421
|
title: 'CM3 Per Order',
|
|
2422
2422
|
shortTitle: 'CM3/Order',
|
|
2423
|
-
description: 'Average CM3 per order.',
|
|
2423
|
+
description: 'Average CM3 (Contribution Margin) per order.',
|
|
2424
2424
|
sumPrefix: '$',
|
|
2425
2425
|
sumSuffix: '',
|
|
2426
2426
|
avgPrefix: '$',
|
|
@@ -2440,7 +2440,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2440
2440
|
priority: 8,
|
|
2441
2441
|
title: 'CM4 Per Order',
|
|
2442
2442
|
shortTitle: 'CM4/Order',
|
|
2443
|
-
description: 'Average CM4 (
|
|
2443
|
+
description: 'Average CM4 (Operating Profit) per order.',
|
|
2444
2444
|
sumPrefix: '$',
|
|
2445
2445
|
sumSuffix: '',
|
|
2446
2446
|
avgPrefix: '$',
|
|
@@ -2460,7 +2460,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2460
2460
|
priority: 16,
|
|
2461
2461
|
title: 'New Customer CM2 Per Order',
|
|
2462
2462
|
shortTitle: 'NC CM2/Order',
|
|
2463
|
-
description: 'Average CM2
|
|
2463
|
+
description: 'Average New Customer CM2 (After Fulfillment) per order.',
|
|
2464
2464
|
sumPrefix: '$',
|
|
2465
2465
|
sumSuffix: '',
|
|
2466
2466
|
avgPrefix: '$',
|
|
@@ -2480,7 +2480,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2480
2480
|
priority: 17,
|
|
2481
2481
|
title: 'New Customer CM3 Per Order',
|
|
2482
2482
|
shortTitle: 'NC CM3/Order',
|
|
2483
|
-
description: 'Average CM3
|
|
2483
|
+
description: 'Average New Customer CM3 (Contribution Margin) per order.',
|
|
2484
2484
|
sumPrefix: '$',
|
|
2485
2485
|
sumSuffix: '',
|
|
2486
2486
|
avgPrefix: '$',
|
|
@@ -2500,7 +2500,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2500
2500
|
priority: 18,
|
|
2501
2501
|
title: 'New Customer CM4 Per Order',
|
|
2502
2502
|
shortTitle: 'NC CM4/Order',
|
|
2503
|
-
description: 'Average CM4 (
|
|
2503
|
+
description: 'Average New Customer CM4 (Operating Profit) per order.',
|
|
2504
2504
|
sumPrefix: '$',
|
|
2505
2505
|
sumSuffix: '',
|
|
2506
2506
|
avgPrefix: '$',
|
|
@@ -2520,7 +2520,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2520
2520
|
priority: 26,
|
|
2521
2521
|
title: 'Returning Customer CM2 Per Order',
|
|
2522
2522
|
shortTitle: 'RC CM2/Order',
|
|
2523
|
-
description: 'Average CM2
|
|
2523
|
+
description: 'Average Returning Customer CM2 (After Fulfillment) per order.',
|
|
2524
2524
|
sumPrefix: '$',
|
|
2525
2525
|
sumSuffix: '',
|
|
2526
2526
|
avgPrefix: '$',
|
|
@@ -2540,7 +2540,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2540
2540
|
priority: 27,
|
|
2541
2541
|
title: 'Returning Customer CM3 Per Order',
|
|
2542
2542
|
shortTitle: 'RC CM3/Order',
|
|
2543
|
-
description: 'Average CM3
|
|
2543
|
+
description: 'Average Returning Customer CM3 (Contribution Margin) per order.',
|
|
2544
2544
|
sumPrefix: '$',
|
|
2545
2545
|
sumSuffix: '',
|
|
2546
2546
|
avgPrefix: '$',
|
|
@@ -2560,7 +2560,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
2560
2560
|
priority: 28,
|
|
2561
2561
|
title: 'Returning Customer CM4 Per Order',
|
|
2562
2562
|
shortTitle: 'RC CM4/Order',
|
|
2563
|
-
description: 'Average CM4 (
|
|
2563
|
+
description: 'Average Returning Customer CM4 (Operating Profit) per order.',
|
|
2564
2564
|
sumPrefix: '$',
|
|
2565
2565
|
sumSuffix: '',
|
|
2566
2566
|
avgPrefix: '$',
|
|
@@ -3567,6 +3567,90 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3567
3567
|
formulaDisplay: 'Cohort Revenue ÷ Cohort Order Count',
|
|
3568
3568
|
formula: 'cohort_revenue / cohort_order_count',
|
|
3569
3569
|
},
|
|
3570
|
+
[MEASURE.ORDERS_COHORT_CM1]: {
|
|
3571
|
+
priority: 35,
|
|
3572
|
+
title: 'Cohort CM1',
|
|
3573
|
+
shortTitle: 'Cohort CM1',
|
|
3574
|
+
description: 'Cumulative CM1 (Gross Margin) per customer in cohort.',
|
|
3575
|
+
sumPrefix: '$',
|
|
3576
|
+
sumSuffix: '',
|
|
3577
|
+
avgPrefix: '$',
|
|
3578
|
+
avgSuffix: '',
|
|
3579
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
3580
|
+
measure: MEASURE.ORDERS_COHORT_CM1,
|
|
3581
|
+
category: MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3582
|
+
subcategory: MEASURE_SUBCATEGORY.ORDERS_LTV,
|
|
3583
|
+
valueType: MeasureValueType.CURRENCY,
|
|
3584
|
+
decimalPlaces: 2,
|
|
3585
|
+
useCompactNotation: true,
|
|
3586
|
+
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
3587
|
+
tooltip: 'Cumulative gross margin (net revenue minus COGS) per customer over time. Shows how much profit each cohort generates before fulfillment and marketing costs.',
|
|
3588
|
+
formulaDisplay: 'Cumulative CM1 ÷ Cohort Customers',
|
|
3589
|
+
formula: 'cumulative_cm1 / cohort_total_customers',
|
|
3590
|
+
},
|
|
3591
|
+
[MEASURE.ORDERS_COHORT_CM2]: {
|
|
3592
|
+
priority: 36,
|
|
3593
|
+
title: 'Cohort CM2',
|
|
3594
|
+
shortTitle: 'Cohort CM2',
|
|
3595
|
+
description: 'Cumulative CM2 (After Fulfillment) per customer in cohort.',
|
|
3596
|
+
sumPrefix: '$',
|
|
3597
|
+
sumSuffix: '',
|
|
3598
|
+
avgPrefix: '$',
|
|
3599
|
+
avgSuffix: '',
|
|
3600
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
3601
|
+
measure: MEASURE.ORDERS_COHORT_CM2,
|
|
3602
|
+
category: MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3603
|
+
subcategory: MEASURE_SUBCATEGORY.ORDERS_LTV,
|
|
3604
|
+
valueType: MeasureValueType.CURRENCY,
|
|
3605
|
+
decimalPlaces: 2,
|
|
3606
|
+
useCompactNotation: true,
|
|
3607
|
+
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
3608
|
+
tooltip: 'Cumulative contribution margin after fulfillment and transaction costs per customer. Shows profit before marketing spend.',
|
|
3609
|
+
formulaDisplay: 'Cumulative CM2 ÷ Cohort Customers',
|
|
3610
|
+
formula: 'cumulative_cm2 / cohort_total_customers',
|
|
3611
|
+
},
|
|
3612
|
+
[MEASURE.ORDERS_COHORT_CM3]: {
|
|
3613
|
+
priority: 37,
|
|
3614
|
+
title: 'Cohort CM3',
|
|
3615
|
+
shortTitle: 'Cohort CM3',
|
|
3616
|
+
description: 'Cumulative CM3 (Contribution Margin) per customer in cohort.',
|
|
3617
|
+
sumPrefix: '$',
|
|
3618
|
+
sumSuffix: '',
|
|
3619
|
+
avgPrefix: '$',
|
|
3620
|
+
avgSuffix: '',
|
|
3621
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
3622
|
+
measure: MEASURE.ORDERS_COHORT_CM3,
|
|
3623
|
+
category: MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3624
|
+
subcategory: MEASURE_SUBCATEGORY.ORDERS_LTV,
|
|
3625
|
+
valueType: MeasureValueType.CURRENCY,
|
|
3626
|
+
decimalPlaces: 2,
|
|
3627
|
+
useCompactNotation: true,
|
|
3628
|
+
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
3629
|
+
tooltip: 'Cumulative contribution margin after marketing costs and ad spend per customer. Shows true profit contribution from each cohort.',
|
|
3630
|
+
formulaDisplay: 'Cumulative CM3 ÷ Cohort Customers',
|
|
3631
|
+
formula: 'cumulative_cm3 / cohort_total_customers',
|
|
3632
|
+
},
|
|
3633
|
+
[MEASURE.ORDERS_COHORT_CM4]: {
|
|
3634
|
+
priority: 38,
|
|
3635
|
+
title: 'Cohort CM4',
|
|
3636
|
+
shortTitle: 'Cohort CM4',
|
|
3637
|
+
description: 'Cumulative CM4 (Operating Profit) per customer in cohort.',
|
|
3638
|
+
sumPrefix: '$',
|
|
3639
|
+
sumSuffix: '',
|
|
3640
|
+
avgPrefix: '$',
|
|
3641
|
+
avgSuffix: '',
|
|
3642
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
3643
|
+
measure: MEASURE.ORDERS_COHORT_CM4,
|
|
3644
|
+
category: MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
|
|
3645
|
+
subcategory: MEASURE_SUBCATEGORY.ORDERS_LTV,
|
|
3646
|
+
valueType: MeasureValueType.CURRENCY,
|
|
3647
|
+
decimalPlaces: 2,
|
|
3648
|
+
useCompactNotation: true,
|
|
3649
|
+
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
3650
|
+
tooltip: 'Cumulative operating profit per customer after all costs including agency fees, opex, and other overhead. Shows net profitability of each cohort.',
|
|
3651
|
+
formulaDisplay: 'Cumulative CM4 ÷ Cohort Customers',
|
|
3652
|
+
formula: 'cumulative_cm4 / cohort_total_customers',
|
|
3653
|
+
},
|
|
3570
3654
|
[MEASURE.ORDERS_TOP_PRODUCTS]: {
|
|
3571
3655
|
priority: 9,
|
|
3572
3656
|
title: 'Top Products',
|
|
@@ -3851,7 +3935,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3851
3935
|
priority: 52,
|
|
3852
3936
|
title: 'CM2 ROAS',
|
|
3853
3937
|
shortTitle: 'CM2 ROAS',
|
|
3854
|
-
description: 'CM2 divided by Total Ad Spend.',
|
|
3938
|
+
description: 'CM2 (After Fulfillment) divided by Total Ad Spend.',
|
|
3855
3939
|
sumPrefix: '',
|
|
3856
3940
|
sumSuffix: 'x',
|
|
3857
3941
|
avgPrefix: '',
|
|
@@ -3871,7 +3955,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3871
3955
|
priority: 53,
|
|
3872
3956
|
title: 'CM3 ROAS',
|
|
3873
3957
|
shortTitle: 'CM3 ROAS',
|
|
3874
|
-
description: 'CM3 divided by Total Ad Spend.',
|
|
3958
|
+
description: 'CM3 (Contribution Margin) divided by Total Ad Spend.',
|
|
3875
3959
|
sumPrefix: '',
|
|
3876
3960
|
sumSuffix: 'x',
|
|
3877
3961
|
avgPrefix: '',
|
|
@@ -3911,7 +3995,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3911
3995
|
priority: 55,
|
|
3912
3996
|
title: 'New Customer CM2 ROAS',
|
|
3913
3997
|
shortTitle: 'NC CM2 ROAS',
|
|
3914
|
-
description: 'New Customer CM2 divided by Ad Spend.',
|
|
3998
|
+
description: 'New Customer CM2 (After Fulfillment) divided by Ad Spend.',
|
|
3915
3999
|
sumPrefix: '',
|
|
3916
4000
|
sumSuffix: 'x',
|
|
3917
4001
|
avgPrefix: '',
|
|
@@ -3931,7 +4015,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3931
4015
|
priority: 56,
|
|
3932
4016
|
title: 'New Customer CM3 ROAS',
|
|
3933
4017
|
shortTitle: 'NC CM3 ROAS',
|
|
3934
|
-
description: 'New Customer CM3 divided by Ad Spend.',
|
|
4018
|
+
description: 'New Customer CM3 (Contribution Margin) divided by Ad Spend.',
|
|
3935
4019
|
sumPrefix: '',
|
|
3936
4020
|
sumSuffix: 'x',
|
|
3937
4021
|
avgPrefix: '',
|
|
@@ -3971,7 +4055,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3971
4055
|
priority: 58,
|
|
3972
4056
|
title: 'Returning Customer CM2 ROAS',
|
|
3973
4057
|
shortTitle: 'RC CM2 ROAS',
|
|
3974
|
-
description: 'Returning Customer CM2 divided by Ad Spend.',
|
|
4058
|
+
description: 'Returning Customer CM2 (After Fulfillment) divided by Ad Spend.',
|
|
3975
4059
|
sumPrefix: '',
|
|
3976
4060
|
sumSuffix: 'x',
|
|
3977
4061
|
avgPrefix: '',
|
|
@@ -3991,7 +4075,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
3991
4075
|
priority: 59,
|
|
3992
4076
|
title: 'Returning Customer CM3 ROAS',
|
|
3993
4077
|
shortTitle: 'RC CM3 ROAS',
|
|
3994
|
-
description: 'Returning Customer CM3 divided by Ad Spend.',
|
|
4078
|
+
description: 'Returning Customer CM3 (Contribution Margin) divided by Ad Spend.',
|
|
3995
4079
|
sumPrefix: '',
|
|
3996
4080
|
sumSuffix: 'x',
|
|
3997
4081
|
avgPrefix: '',
|
|
@@ -4211,7 +4295,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4211
4295
|
priority: 62,
|
|
4212
4296
|
title: 'CM2 MER',
|
|
4213
4297
|
shortTitle: 'CM2 MER',
|
|
4214
|
-
description: 'Marketing Efficiency Ratio using CM2.',
|
|
4298
|
+
description: 'Marketing Efficiency Ratio using CM2 (After Fulfillment).',
|
|
4215
4299
|
sumPrefix: '',
|
|
4216
4300
|
sumSuffix: '%',
|
|
4217
4301
|
avgPrefix: '',
|
|
@@ -4231,7 +4315,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4231
4315
|
priority: 63,
|
|
4232
4316
|
title: 'CM3 MER',
|
|
4233
4317
|
shortTitle: 'CM3 MER',
|
|
4234
|
-
description: 'Marketing Efficiency Ratio using CM3.',
|
|
4318
|
+
description: 'Marketing Efficiency Ratio using CM3 (Contribution Margin).',
|
|
4235
4319
|
sumPrefix: '',
|
|
4236
4320
|
sumSuffix: '%',
|
|
4237
4321
|
avgPrefix: '',
|
|
@@ -4251,7 +4335,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4251
4335
|
priority: 64,
|
|
4252
4336
|
title: 'New Customer CM1 MER',
|
|
4253
4337
|
shortTitle: 'NC CM1 MER',
|
|
4254
|
-
description: 'Marketing Efficiency Ratio using New Customer CM1.',
|
|
4338
|
+
description: 'Marketing Efficiency Ratio using New Customer CM1 (Gross Margin).',
|
|
4255
4339
|
sumPrefix: '',
|
|
4256
4340
|
sumSuffix: '%',
|
|
4257
4341
|
avgPrefix: '',
|
|
@@ -4271,7 +4355,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4271
4355
|
priority: 65,
|
|
4272
4356
|
title: 'New Customer CM2 MER',
|
|
4273
4357
|
shortTitle: 'NC CM2 MER',
|
|
4274
|
-
description: 'Marketing Efficiency Ratio using New Customer CM2.',
|
|
4358
|
+
description: 'Marketing Efficiency Ratio using New Customer CM2 (After Fulfillment).',
|
|
4275
4359
|
sumPrefix: '',
|
|
4276
4360
|
sumSuffix: '%',
|
|
4277
4361
|
avgPrefix: '',
|
|
@@ -4291,7 +4375,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4291
4375
|
priority: 66,
|
|
4292
4376
|
title: 'New Customer CM3 MER',
|
|
4293
4377
|
shortTitle: 'NC CM3 MER',
|
|
4294
|
-
description: 'Marketing Efficiency Ratio using New Customer CM3.',
|
|
4378
|
+
description: 'Marketing Efficiency Ratio using New Customer CM3 (Contribution Margin).',
|
|
4295
4379
|
sumPrefix: '',
|
|
4296
4380
|
sumSuffix: '%',
|
|
4297
4381
|
avgPrefix: '',
|
|
@@ -4311,7 +4395,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4311
4395
|
priority: 67,
|
|
4312
4396
|
title: 'Returning Customer CM1 MER',
|
|
4313
4397
|
shortTitle: 'RC CM1 MER',
|
|
4314
|
-
description: 'Marketing Efficiency Ratio using Returning Customer CM1.',
|
|
4398
|
+
description: 'Marketing Efficiency Ratio using Returning Customer CM1 (Gross Margin).',
|
|
4315
4399
|
sumPrefix: '',
|
|
4316
4400
|
sumSuffix: '%',
|
|
4317
4401
|
avgPrefix: '',
|
|
@@ -4331,7 +4415,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4331
4415
|
priority: 68,
|
|
4332
4416
|
title: 'Returning Customer CM2 MER',
|
|
4333
4417
|
shortTitle: 'RC CM2 MER',
|
|
4334
|
-
description: 'Marketing Efficiency Ratio using Returning Customer CM2.',
|
|
4418
|
+
description: 'Marketing Efficiency Ratio using Returning Customer CM2 (After Fulfillment).',
|
|
4335
4419
|
sumPrefix: '',
|
|
4336
4420
|
sumSuffix: '%',
|
|
4337
4421
|
avgPrefix: '',
|
|
@@ -4351,7 +4435,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4351
4435
|
priority: 69,
|
|
4352
4436
|
title: 'Returning Customer CM3 MER',
|
|
4353
4437
|
shortTitle: 'RC CM3 MER',
|
|
4354
|
-
description: 'Marketing Efficiency Ratio using Returning Customer CM3.',
|
|
4438
|
+
description: 'Marketing Efficiency Ratio using Returning Customer CM3 (Contribution Margin).',
|
|
4355
4439
|
sumPrefix: '',
|
|
4356
4440
|
sumSuffix: '%',
|
|
4357
4441
|
avgPrefix: '',
|
|
@@ -4451,7 +4535,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4451
4535
|
priority: 74,
|
|
4452
4536
|
title: 'New Customer CM4 MER',
|
|
4453
4537
|
shortTitle: 'NC CM4 MER',
|
|
4454
|
-
description: 'Marketing Efficiency Ratio using New Customer CM4.',
|
|
4538
|
+
description: 'Marketing Efficiency Ratio using New Customer CM4 (Operating Profit).',
|
|
4455
4539
|
sumPrefix: '',
|
|
4456
4540
|
sumSuffix: '%',
|
|
4457
4541
|
avgPrefix: '',
|
|
@@ -4471,7 +4555,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4471
4555
|
priority: 75,
|
|
4472
4556
|
title: 'Returning Customer CM4 MER',
|
|
4473
4557
|
shortTitle: 'RC CM4 MER',
|
|
4474
|
-
description: 'Marketing Efficiency Ratio using Returning Customer CM4.',
|
|
4558
|
+
description: 'Marketing Efficiency Ratio using Returning Customer CM4 (Operating Profit).',
|
|
4475
4559
|
sumPrefix: '',
|
|
4476
4560
|
sumSuffix: '%',
|
|
4477
4561
|
avgPrefix: '',
|
|
@@ -4849,9 +4933,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4849
4933
|
},
|
|
4850
4934
|
[MEASURE.ORDERS_CM2]: {
|
|
4851
4935
|
priority: 2,
|
|
4852
|
-
title: '
|
|
4936
|
+
title: 'CM2 (After Fulfillment)',
|
|
4853
4937
|
shortTitle: 'CM2',
|
|
4854
|
-
description: '
|
|
4938
|
+
description: 'CM2 (After Fulfillment) is Net Revenue minus total applicable costs for this margin level.',
|
|
4855
4939
|
sumPrefix: '$',
|
|
4856
4940
|
sumSuffix: '',
|
|
4857
4941
|
avgPrefix: '$',
|
|
@@ -4869,9 +4953,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4869
4953
|
},
|
|
4870
4954
|
[MEASURE.ORDERS_CM2_PERCENT]: {
|
|
4871
4955
|
priority: 32,
|
|
4872
|
-
title: 'CM2
|
|
4956
|
+
title: 'CM2 %',
|
|
4873
4957
|
shortTitle: 'CM2 %',
|
|
4874
|
-
description: 'CM2 as a percentage of Net Revenue.',
|
|
4958
|
+
description: 'CM2 (After Fulfillment) % as a percentage of Net Revenue.',
|
|
4875
4959
|
sumPrefix: '',
|
|
4876
4960
|
sumSuffix: '%',
|
|
4877
4961
|
avgPrefix: '',
|
|
@@ -4889,9 +4973,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4889
4973
|
},
|
|
4890
4974
|
[MEASURE.ORDERS_NEW_CUSTOMER_CM2]: {
|
|
4891
4975
|
priority: 12,
|
|
4892
|
-
title: 'New Customer
|
|
4976
|
+
title: 'New Customer CM2 (After Fulfillment)',
|
|
4893
4977
|
shortTitle: 'NC CM2',
|
|
4894
|
-
description: 'New
|
|
4978
|
+
description: 'New Customer CM2 (After Fulfillment) is New Customer Net Revenue minus total applicable costs for this margin level.',
|
|
4895
4979
|
sumPrefix: '$',
|
|
4896
4980
|
sumSuffix: '',
|
|
4897
4981
|
avgPrefix: '$',
|
|
@@ -4908,9 +4992,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4908
4992
|
},
|
|
4909
4993
|
[MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
|
|
4910
4994
|
priority: 36,
|
|
4911
|
-
title: 'New Customer CM2
|
|
4995
|
+
title: 'New Customer CM2 %',
|
|
4912
4996
|
shortTitle: 'NC CM2 %',
|
|
4913
|
-
description: '
|
|
4997
|
+
description: 'New Customer CM2 (After Fulfillment) % as a percentage of NC Net Revenue.',
|
|
4914
4998
|
sumPrefix: '',
|
|
4915
4999
|
sumSuffix: '%',
|
|
4916
5000
|
avgPrefix: '',
|
|
@@ -4928,9 +5012,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4928
5012
|
},
|
|
4929
5013
|
[MEASURE.ORDERS_RETURNING_CUSTOMER_CM2]: {
|
|
4930
5014
|
priority: 22,
|
|
4931
|
-
title: 'Returning Customer
|
|
5015
|
+
title: 'Returning Customer CM2 (After Fulfillment)',
|
|
4932
5016
|
shortTitle: 'RC CM2',
|
|
4933
|
-
description: 'Returning
|
|
5017
|
+
description: 'Returning Customer CM2 (After Fulfillment) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
|
|
4934
5018
|
sumPrefix: '$',
|
|
4935
5019
|
sumSuffix: '',
|
|
4936
5020
|
avgPrefix: '$',
|
|
@@ -4947,9 +5031,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4947
5031
|
},
|
|
4948
5032
|
[MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
|
|
4949
5033
|
priority: 40,
|
|
4950
|
-
title: 'Returning Customer CM2
|
|
5034
|
+
title: 'Returning Customer CM2 %',
|
|
4951
5035
|
shortTitle: 'RC CM2 %',
|
|
4952
|
-
description: '
|
|
5036
|
+
description: 'Returning Customer CM2 (After Fulfillment) % as a percentage of RC Net Revenue.',
|
|
4953
5037
|
sumPrefix: '',
|
|
4954
5038
|
sumSuffix: '%',
|
|
4955
5039
|
avgPrefix: '',
|
|
@@ -4967,9 +5051,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4967
5051
|
},
|
|
4968
5052
|
[MEASURE.ORDERS_CM3]: {
|
|
4969
5053
|
priority: 3,
|
|
4970
|
-
title: 'Contribution Margin
|
|
5054
|
+
title: 'CM3 (Contribution Margin)',
|
|
4971
5055
|
shortTitle: 'CM3',
|
|
4972
|
-
description: '
|
|
5056
|
+
description: 'CM3 (Contribution Margin) is Net Revenue minus total applicable costs for this margin level.',
|
|
4973
5057
|
sumPrefix: '$',
|
|
4974
5058
|
sumSuffix: '',
|
|
4975
5059
|
avgPrefix: '$',
|
|
@@ -4987,9 +5071,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
4987
5071
|
},
|
|
4988
5072
|
[MEASURE.ORDERS_CM3_PERCENT]: {
|
|
4989
5073
|
priority: 33,
|
|
4990
|
-
title: 'CM3
|
|
5074
|
+
title: 'CM3 %',
|
|
4991
5075
|
shortTitle: 'CM3 %',
|
|
4992
|
-
description: 'CM3 as a percentage of Net Revenue.',
|
|
5076
|
+
description: 'CM3 (Contribution Margin) % as a percentage of Net Revenue.',
|
|
4993
5077
|
sumPrefix: '',
|
|
4994
5078
|
sumSuffix: '%',
|
|
4995
5079
|
avgPrefix: '',
|
|
@@ -5007,9 +5091,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5007
5091
|
},
|
|
5008
5092
|
[MEASURE.ORDERS_NEW_CUSTOMER_CM3]: {
|
|
5009
5093
|
priority: 13,
|
|
5010
|
-
title: 'New Customer Contribution Margin
|
|
5094
|
+
title: 'New Customer CM3 (Contribution Margin)',
|
|
5011
5095
|
shortTitle: 'NC CM3',
|
|
5012
|
-
description: 'New
|
|
5096
|
+
description: 'New Customer CM3 (Contribution Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
|
|
5013
5097
|
sumPrefix: '$',
|
|
5014
5098
|
sumSuffix: '',
|
|
5015
5099
|
avgPrefix: '$',
|
|
@@ -5026,9 +5110,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5026
5110
|
},
|
|
5027
5111
|
[MEASURE.ORDERS_NEW_CUSTOMER_CM3_PERCENT]: {
|
|
5028
5112
|
priority: 37,
|
|
5029
|
-
title: 'New Customer CM3
|
|
5113
|
+
title: 'New Customer CM3 %',
|
|
5030
5114
|
shortTitle: 'NC CM3 %',
|
|
5031
|
-
description: '
|
|
5115
|
+
description: 'New Customer CM3 (Contribution Margin) % as a percentage of NC Net Revenue.',
|
|
5032
5116
|
sumPrefix: '',
|
|
5033
5117
|
sumSuffix: '%',
|
|
5034
5118
|
avgPrefix: '',
|
|
@@ -5046,9 +5130,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5046
5130
|
},
|
|
5047
5131
|
[MEASURE.ORDERS_RETURNING_CUSTOMER_CM3]: {
|
|
5048
5132
|
priority: 23,
|
|
5049
|
-
title: 'Returning Customer Contribution Margin
|
|
5133
|
+
title: 'Returning Customer CM3 (Contribution Margin)',
|
|
5050
5134
|
shortTitle: 'RC CM3',
|
|
5051
|
-
description: 'Returning
|
|
5135
|
+
description: 'Returning Customer CM3 (Contribution Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
|
|
5052
5136
|
sumPrefix: '$',
|
|
5053
5137
|
sumSuffix: '',
|
|
5054
5138
|
avgPrefix: '$',
|
|
@@ -5065,9 +5149,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5065
5149
|
},
|
|
5066
5150
|
[MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PERCENT]: {
|
|
5067
5151
|
priority: 41,
|
|
5068
|
-
title: 'Returning Customer CM3
|
|
5152
|
+
title: 'Returning Customer CM3 %',
|
|
5069
5153
|
shortTitle: 'RC CM3 %',
|
|
5070
|
-
description: '
|
|
5154
|
+
description: 'Returning Customer CM3 (Contribution Margin) % as a percentage of RC Net Revenue.',
|
|
5071
5155
|
sumPrefix: '',
|
|
5072
5156
|
sumSuffix: '%',
|
|
5073
5157
|
avgPrefix: '',
|
|
@@ -5087,7 +5171,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5087
5171
|
priority: 4,
|
|
5088
5172
|
title: 'CM4 (Operating Profit)',
|
|
5089
5173
|
shortTitle: 'CM4',
|
|
5090
|
-
description: '
|
|
5174
|
+
description: 'CM4 (Operating Profit) is Net Revenue minus total applicable costs for this margin level.',
|
|
5091
5175
|
sumPrefix: '$',
|
|
5092
5176
|
sumSuffix: '',
|
|
5093
5177
|
avgPrefix: '$',
|
|
@@ -5105,9 +5189,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5105
5189
|
},
|
|
5106
5190
|
[MEASURE.ORDERS_CM4_PERCENT]: {
|
|
5107
5191
|
priority: 34,
|
|
5108
|
-
title: 'CM4 %
|
|
5192
|
+
title: 'CM4 %',
|
|
5109
5193
|
shortTitle: 'CM4 %',
|
|
5110
|
-
description: 'CM4 as a percentage of Net Revenue.
|
|
5194
|
+
description: 'CM4 (Operating Profit) % as a percentage of Net Revenue.',
|
|
5111
5195
|
sumPrefix: '',
|
|
5112
5196
|
sumSuffix: '%',
|
|
5113
5197
|
avgPrefix: '',
|
|
@@ -5126,7 +5210,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5126
5210
|
priority: 14,
|
|
5127
5211
|
title: 'New Customer CM4 (Operating Profit)',
|
|
5128
5212
|
shortTitle: 'NC CM4',
|
|
5129
|
-
description: 'New
|
|
5213
|
+
description: 'New Customer CM4 (Operating Profit) is New Customer Net Revenue minus total applicable costs for this margin level.',
|
|
5130
5214
|
sumPrefix: '$',
|
|
5131
5215
|
sumSuffix: '',
|
|
5132
5216
|
avgPrefix: '$',
|
|
@@ -5143,9 +5227,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5143
5227
|
},
|
|
5144
5228
|
[MEASURE.ORDERS_NEW_CUSTOMER_CM4_PERCENT]: {
|
|
5145
5229
|
priority: 38,
|
|
5146
|
-
title: 'New Customer CM4 %
|
|
5230
|
+
title: 'New Customer CM4 %',
|
|
5147
5231
|
shortTitle: 'NC CM4 %',
|
|
5148
|
-
description: '
|
|
5232
|
+
description: 'New Customer CM4 (Operating Profit) % as a percentage of NC Net Revenue.',
|
|
5149
5233
|
sumPrefix: '',
|
|
5150
5234
|
sumSuffix: '%',
|
|
5151
5235
|
avgPrefix: '',
|
|
@@ -5165,7 +5249,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5165
5249
|
priority: 24,
|
|
5166
5250
|
title: 'Returning Customer CM4 (Operating Profit)',
|
|
5167
5251
|
shortTitle: 'RC CM4',
|
|
5168
|
-
description: 'Returning
|
|
5252
|
+
description: 'Returning Customer CM4 (Operating Profit) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
|
|
5169
5253
|
sumPrefix: '$',
|
|
5170
5254
|
sumSuffix: '',
|
|
5171
5255
|
avgPrefix: '$',
|
|
@@ -5182,9 +5266,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5182
5266
|
},
|
|
5183
5267
|
[MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PERCENT]: {
|
|
5184
5268
|
priority: 42,
|
|
5185
|
-
title: 'Returning Customer CM4 %
|
|
5269
|
+
title: 'Returning Customer CM4 %',
|
|
5186
5270
|
shortTitle: 'RC CM4 %',
|
|
5187
|
-
description: '
|
|
5271
|
+
description: 'Returning Customer CM4 (Operating Profit) % as a percentage of RC Net Revenue.',
|
|
5188
5272
|
sumPrefix: '',
|
|
5189
5273
|
sumSuffix: '%',
|
|
5190
5274
|
avgPrefix: '',
|
|
@@ -5204,7 +5288,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5204
5288
|
priority: 1,
|
|
5205
5289
|
title: 'CM1 (Gross Margin)',
|
|
5206
5290
|
shortTitle: 'CM1',
|
|
5207
|
-
description: 'Net Revenue minus
|
|
5291
|
+
description: 'CM1 (Gross Margin) is Net Revenue minus total applicable costs for this margin level.',
|
|
5208
5292
|
sumPrefix: '$',
|
|
5209
5293
|
sumSuffix: '',
|
|
5210
5294
|
avgPrefix: '$',
|
|
@@ -5222,9 +5306,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5222
5306
|
},
|
|
5223
5307
|
[MEASURE.ORDERS_CM1_PERCENT]: {
|
|
5224
5308
|
priority: 31,
|
|
5225
|
-
title: 'CM1 %
|
|
5309
|
+
title: 'CM1 %',
|
|
5226
5310
|
shortTitle: 'CM1 %',
|
|
5227
|
-
description: 'CM1 as a percentage of Net Revenue.',
|
|
5311
|
+
description: 'CM1 (Gross Margin) % as a percentage of Net Revenue.',
|
|
5228
5312
|
sumPrefix: '',
|
|
5229
5313
|
sumSuffix: '%',
|
|
5230
5314
|
avgPrefix: '',
|
|
@@ -5244,7 +5328,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5244
5328
|
priority: 11,
|
|
5245
5329
|
title: 'New Customer CM1 (Gross Margin)',
|
|
5246
5330
|
shortTitle: 'NC CM1',
|
|
5247
|
-
description: 'New
|
|
5331
|
+
description: 'New Customer CM1 (Gross Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
|
|
5248
5332
|
sumPrefix: '$',
|
|
5249
5333
|
sumSuffix: '',
|
|
5250
5334
|
avgPrefix: '$',
|
|
@@ -5262,9 +5346,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5262
5346
|
},
|
|
5263
5347
|
[MEASURE.ORDERS_NEW_CUSTOMER_CM1_PERCENT]: {
|
|
5264
5348
|
priority: 35,
|
|
5265
|
-
title: 'New Customer CM1 %
|
|
5349
|
+
title: 'New Customer CM1 %',
|
|
5266
5350
|
shortTitle: 'NC CM1 %',
|
|
5267
|
-
description: '
|
|
5351
|
+
description: 'New Customer CM1 (Gross Margin) % as a percentage of NC Net Revenue.',
|
|
5268
5352
|
sumPrefix: '',
|
|
5269
5353
|
sumSuffix: '%',
|
|
5270
5354
|
avgPrefix: '',
|
|
@@ -5284,7 +5368,7 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5284
5368
|
priority: 21,
|
|
5285
5369
|
title: 'Returning Customer CM1 (Gross Margin)',
|
|
5286
5370
|
shortTitle: 'RC CM1',
|
|
5287
|
-
description: 'Returning
|
|
5371
|
+
description: 'Returning Customer CM1 (Gross Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
|
|
5288
5372
|
sumPrefix: '$',
|
|
5289
5373
|
sumSuffix: '',
|
|
5290
5374
|
avgPrefix: '$',
|
|
@@ -5302,9 +5386,9 @@ export const ORDERS_MEASURES_MAP = {
|
|
|
5302
5386
|
},
|
|
5303
5387
|
[MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PERCENT]: {
|
|
5304
5388
|
priority: 39,
|
|
5305
|
-
title: 'Returning Customer CM1 %
|
|
5389
|
+
title: 'Returning Customer CM1 %',
|
|
5306
5390
|
shortTitle: 'RC CM1 %',
|
|
5307
|
-
description: '
|
|
5391
|
+
description: 'Returning Customer CM1 (Gross Margin) % as a percentage of RC Net Revenue.',
|
|
5308
5392
|
sumPrefix: '',
|
|
5309
5393
|
sumSuffix: '%',
|
|
5310
5394
|
avgPrefix: '',
|