@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.
@@ -2343,7 +2343,7 @@ exports.ORDERS_MEASURES_MAP = {
2343
2343
  priority: 5,
2344
2344
  title: 'CM1 Per Order',
2345
2345
  shortTitle: 'CM1/Order',
2346
- description: 'Average CM1 per order. Net Revenue minus Total COGS divided by order count.',
2346
+ description: 'Average CM1 (Gross Margin) per order.',
2347
2347
  sumPrefix: '$',
2348
2348
  sumSuffix: '',
2349
2349
  avgPrefix: '$',
@@ -2363,7 +2363,7 @@ exports.ORDERS_MEASURES_MAP = {
2363
2363
  priority: 15,
2364
2364
  title: 'New Customer CM1 Per Order',
2365
2365
  shortTitle: 'NC CM1/Order',
2366
- description: 'Average CM1 per new customer order.',
2366
+ description: 'Average New Customer CM1 (Gross Margin) per order.',
2367
2367
  sumPrefix: '$',
2368
2368
  sumSuffix: '',
2369
2369
  avgPrefix: '$',
@@ -2383,7 +2383,7 @@ exports.ORDERS_MEASURES_MAP = {
2383
2383
  priority: 25,
2384
2384
  title: 'Returning Customer CM1 Per Order',
2385
2385
  shortTitle: 'RC CM1/Order',
2386
- description: 'Average CM1 per returning customer order.',
2386
+ description: 'Average Returning Customer CM1 (Gross Margin) per order.',
2387
2387
  sumPrefix: '$',
2388
2388
  sumSuffix: '',
2389
2389
  avgPrefix: '$',
@@ -2403,7 +2403,7 @@ exports.ORDERS_MEASURES_MAP = {
2403
2403
  priority: 6,
2404
2404
  title: 'CM2 Per Order',
2405
2405
  shortTitle: 'CM2/Order',
2406
- description: 'Average CM2 per order.',
2406
+ description: 'Average CM2 (After Fulfillment) per order.',
2407
2407
  sumPrefix: '$',
2408
2408
  sumSuffix: '',
2409
2409
  avgPrefix: '$',
@@ -2423,7 +2423,7 @@ exports.ORDERS_MEASURES_MAP = {
2423
2423
  priority: 7,
2424
2424
  title: 'CM3 Per Order',
2425
2425
  shortTitle: 'CM3/Order',
2426
- description: 'Average CM3 per order.',
2426
+ description: 'Average CM3 (Contribution Margin) per order.',
2427
2427
  sumPrefix: '$',
2428
2428
  sumSuffix: '',
2429
2429
  avgPrefix: '$',
@@ -2443,7 +2443,7 @@ exports.ORDERS_MEASURES_MAP = {
2443
2443
  priority: 8,
2444
2444
  title: 'CM4 Per Order',
2445
2445
  shortTitle: 'CM4/Order',
2446
- description: 'Average CM4 (operating profit) per order.',
2446
+ description: 'Average CM4 (Operating Profit) per order.',
2447
2447
  sumPrefix: '$',
2448
2448
  sumSuffix: '',
2449
2449
  avgPrefix: '$',
@@ -2463,7 +2463,7 @@ exports.ORDERS_MEASURES_MAP = {
2463
2463
  priority: 16,
2464
2464
  title: 'New Customer CM2 Per Order',
2465
2465
  shortTitle: 'NC CM2/Order',
2466
- description: 'Average CM2 per new customer order.',
2466
+ description: 'Average New Customer CM2 (After Fulfillment) per order.',
2467
2467
  sumPrefix: '$',
2468
2468
  sumSuffix: '',
2469
2469
  avgPrefix: '$',
@@ -2483,7 +2483,7 @@ exports.ORDERS_MEASURES_MAP = {
2483
2483
  priority: 17,
2484
2484
  title: 'New Customer CM3 Per Order',
2485
2485
  shortTitle: 'NC CM3/Order',
2486
- description: 'Average CM3 per new customer order.',
2486
+ description: 'Average New Customer CM3 (Contribution Margin) per order.',
2487
2487
  sumPrefix: '$',
2488
2488
  sumSuffix: '',
2489
2489
  avgPrefix: '$',
@@ -2503,7 +2503,7 @@ exports.ORDERS_MEASURES_MAP = {
2503
2503
  priority: 18,
2504
2504
  title: 'New Customer CM4 Per Order',
2505
2505
  shortTitle: 'NC CM4/Order',
2506
- description: 'Average CM4 (operating profit) per new customer order.',
2506
+ description: 'Average New Customer CM4 (Operating Profit) per order.',
2507
2507
  sumPrefix: '$',
2508
2508
  sumSuffix: '',
2509
2509
  avgPrefix: '$',
@@ -2523,7 +2523,7 @@ exports.ORDERS_MEASURES_MAP = {
2523
2523
  priority: 26,
2524
2524
  title: 'Returning Customer CM2 Per Order',
2525
2525
  shortTitle: 'RC CM2/Order',
2526
- description: 'Average CM2 per returning customer order.',
2526
+ description: 'Average Returning Customer CM2 (After Fulfillment) per order.',
2527
2527
  sumPrefix: '$',
2528
2528
  sumSuffix: '',
2529
2529
  avgPrefix: '$',
@@ -2543,7 +2543,7 @@ exports.ORDERS_MEASURES_MAP = {
2543
2543
  priority: 27,
2544
2544
  title: 'Returning Customer CM3 Per Order',
2545
2545
  shortTitle: 'RC CM3/Order',
2546
- description: 'Average CM3 per returning customer order.',
2546
+ description: 'Average Returning Customer CM3 (Contribution Margin) per order.',
2547
2547
  sumPrefix: '$',
2548
2548
  sumSuffix: '',
2549
2549
  avgPrefix: '$',
@@ -2563,7 +2563,7 @@ exports.ORDERS_MEASURES_MAP = {
2563
2563
  priority: 28,
2564
2564
  title: 'Returning Customer CM4 Per Order',
2565
2565
  shortTitle: 'RC CM4/Order',
2566
- description: 'Average CM4 (operating profit) per returning customer order.',
2566
+ description: 'Average Returning Customer CM4 (Operating Profit) per order.',
2567
2567
  sumPrefix: '$',
2568
2568
  sumSuffix: '',
2569
2569
  avgPrefix: '$',
@@ -3570,6 +3570,90 @@ exports.ORDERS_MEASURES_MAP = {
3570
3570
  formulaDisplay: 'Cohort Revenue ÷ Cohort Order Count',
3571
3571
  formula: 'cohort_revenue / cohort_order_count',
3572
3572
  },
3573
+ [measures_js_1.MEASURE.ORDERS_COHORT_CM1]: {
3574
+ priority: 35,
3575
+ title: 'Cohort CM1',
3576
+ shortTitle: 'Cohort CM1',
3577
+ description: 'Cumulative CM1 (Gross Margin) per customer in cohort.',
3578
+ sumPrefix: '$',
3579
+ sumSuffix: '',
3580
+ avgPrefix: '$',
3581
+ avgSuffix: '',
3582
+ icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
3583
+ measure: measures_js_1.MEASURE.ORDERS_COHORT_CM1,
3584
+ category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
3585
+ subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_LTV,
3586
+ valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
3587
+ decimalPlaces: 2,
3588
+ useCompactNotation: true,
3589
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
3590
+ tooltip: 'Cumulative gross margin (net revenue minus COGS) per customer over time. Shows how much profit each cohort generates before fulfillment and marketing costs.',
3591
+ formulaDisplay: 'Cumulative CM1 ÷ Cohort Customers',
3592
+ formula: 'cumulative_cm1 / cohort_total_customers',
3593
+ },
3594
+ [measures_js_1.MEASURE.ORDERS_COHORT_CM2]: {
3595
+ priority: 36,
3596
+ title: 'Cohort CM2',
3597
+ shortTitle: 'Cohort CM2',
3598
+ description: 'Cumulative CM2 (After Fulfillment) per customer in cohort.',
3599
+ sumPrefix: '$',
3600
+ sumSuffix: '',
3601
+ avgPrefix: '$',
3602
+ avgSuffix: '',
3603
+ icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
3604
+ measure: measures_js_1.MEASURE.ORDERS_COHORT_CM2,
3605
+ category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
3606
+ subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_LTV,
3607
+ valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
3608
+ decimalPlaces: 2,
3609
+ useCompactNotation: true,
3610
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
3611
+ tooltip: 'Cumulative contribution margin after fulfillment and transaction costs per customer. Shows profit before marketing spend.',
3612
+ formulaDisplay: 'Cumulative CM2 ÷ Cohort Customers',
3613
+ formula: 'cumulative_cm2 / cohort_total_customers',
3614
+ },
3615
+ [measures_js_1.MEASURE.ORDERS_COHORT_CM3]: {
3616
+ priority: 37,
3617
+ title: 'Cohort CM3',
3618
+ shortTitle: 'Cohort CM3',
3619
+ description: 'Cumulative CM3 (Contribution Margin) per customer in cohort.',
3620
+ sumPrefix: '$',
3621
+ sumSuffix: '',
3622
+ avgPrefix: '$',
3623
+ avgSuffix: '',
3624
+ icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
3625
+ measure: measures_js_1.MEASURE.ORDERS_COHORT_CM3,
3626
+ category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
3627
+ subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_LTV,
3628
+ valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
3629
+ decimalPlaces: 2,
3630
+ useCompactNotation: true,
3631
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
3632
+ tooltip: 'Cumulative contribution margin after marketing costs and ad spend per customer. Shows true profit contribution from each cohort.',
3633
+ formulaDisplay: 'Cumulative CM3 ÷ Cohort Customers',
3634
+ formula: 'cumulative_cm3 / cohort_total_customers',
3635
+ },
3636
+ [measures_js_1.MEASURE.ORDERS_COHORT_CM4]: {
3637
+ priority: 38,
3638
+ title: 'Cohort CM4',
3639
+ shortTitle: 'Cohort CM4',
3640
+ description: 'Cumulative CM4 (Operating Profit) per customer in cohort.',
3641
+ sumPrefix: '$',
3642
+ sumSuffix: '',
3643
+ avgPrefix: '$',
3644
+ avgSuffix: '',
3645
+ icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
3646
+ measure: measures_js_1.MEASURE.ORDERS_COHORT_CM4,
3647
+ category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS_CONTRIBUTION_MARGIN,
3648
+ subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_LTV,
3649
+ valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
3650
+ decimalPlaces: 2,
3651
+ useCompactNotation: true,
3652
+ applicableContexts: measure_applicable_contexts_js_1.LTV_COHORT_APPLICABLE_CONTEXTS,
3653
+ tooltip: 'Cumulative operating profit per customer after all costs including agency fees, opex, and other overhead. Shows net profitability of each cohort.',
3654
+ formulaDisplay: 'Cumulative CM4 ÷ Cohort Customers',
3655
+ formula: 'cumulative_cm4 / cohort_total_customers',
3656
+ },
3573
3657
  [measures_js_1.MEASURE.ORDERS_TOP_PRODUCTS]: {
3574
3658
  priority: 9,
3575
3659
  title: 'Top Products',
@@ -3854,7 +3938,7 @@ exports.ORDERS_MEASURES_MAP = {
3854
3938
  priority: 52,
3855
3939
  title: 'CM2 ROAS',
3856
3940
  shortTitle: 'CM2 ROAS',
3857
- description: 'CM2 divided by Total Ad Spend.',
3941
+ description: 'CM2 (After Fulfillment) divided by Total Ad Spend.',
3858
3942
  sumPrefix: '',
3859
3943
  sumSuffix: 'x',
3860
3944
  avgPrefix: '',
@@ -3874,7 +3958,7 @@ exports.ORDERS_MEASURES_MAP = {
3874
3958
  priority: 53,
3875
3959
  title: 'CM3 ROAS',
3876
3960
  shortTitle: 'CM3 ROAS',
3877
- description: 'CM3 divided by Total Ad Spend.',
3961
+ description: 'CM3 (Contribution Margin) divided by Total Ad Spend.',
3878
3962
  sumPrefix: '',
3879
3963
  sumSuffix: 'x',
3880
3964
  avgPrefix: '',
@@ -3914,7 +3998,7 @@ exports.ORDERS_MEASURES_MAP = {
3914
3998
  priority: 55,
3915
3999
  title: 'New Customer CM2 ROAS',
3916
4000
  shortTitle: 'NC CM2 ROAS',
3917
- description: 'New Customer CM2 divided by Ad Spend.',
4001
+ description: 'New Customer CM2 (After Fulfillment) divided by Ad Spend.',
3918
4002
  sumPrefix: '',
3919
4003
  sumSuffix: 'x',
3920
4004
  avgPrefix: '',
@@ -3934,7 +4018,7 @@ exports.ORDERS_MEASURES_MAP = {
3934
4018
  priority: 56,
3935
4019
  title: 'New Customer CM3 ROAS',
3936
4020
  shortTitle: 'NC CM3 ROAS',
3937
- description: 'New Customer CM3 divided by Ad Spend.',
4021
+ description: 'New Customer CM3 (Contribution Margin) divided by Ad Spend.',
3938
4022
  sumPrefix: '',
3939
4023
  sumSuffix: 'x',
3940
4024
  avgPrefix: '',
@@ -3974,7 +4058,7 @@ exports.ORDERS_MEASURES_MAP = {
3974
4058
  priority: 58,
3975
4059
  title: 'Returning Customer CM2 ROAS',
3976
4060
  shortTitle: 'RC CM2 ROAS',
3977
- description: 'Returning Customer CM2 divided by Ad Spend.',
4061
+ description: 'Returning Customer CM2 (After Fulfillment) divided by Ad Spend.',
3978
4062
  sumPrefix: '',
3979
4063
  sumSuffix: 'x',
3980
4064
  avgPrefix: '',
@@ -3994,7 +4078,7 @@ exports.ORDERS_MEASURES_MAP = {
3994
4078
  priority: 59,
3995
4079
  title: 'Returning Customer CM3 ROAS',
3996
4080
  shortTitle: 'RC CM3 ROAS',
3997
- description: 'Returning Customer CM3 divided by Ad Spend.',
4081
+ description: 'Returning Customer CM3 (Contribution Margin) divided by Ad Spend.',
3998
4082
  sumPrefix: '',
3999
4083
  sumSuffix: 'x',
4000
4084
  avgPrefix: '',
@@ -4214,7 +4298,7 @@ exports.ORDERS_MEASURES_MAP = {
4214
4298
  priority: 62,
4215
4299
  title: 'CM2 MER',
4216
4300
  shortTitle: 'CM2 MER',
4217
- description: 'Marketing Efficiency Ratio using CM2.',
4301
+ description: 'Marketing Efficiency Ratio using CM2 (After Fulfillment).',
4218
4302
  sumPrefix: '',
4219
4303
  sumSuffix: '%',
4220
4304
  avgPrefix: '',
@@ -4234,7 +4318,7 @@ exports.ORDERS_MEASURES_MAP = {
4234
4318
  priority: 63,
4235
4319
  title: 'CM3 MER',
4236
4320
  shortTitle: 'CM3 MER',
4237
- description: 'Marketing Efficiency Ratio using CM3.',
4321
+ description: 'Marketing Efficiency Ratio using CM3 (Contribution Margin).',
4238
4322
  sumPrefix: '',
4239
4323
  sumSuffix: '%',
4240
4324
  avgPrefix: '',
@@ -4254,7 +4338,7 @@ exports.ORDERS_MEASURES_MAP = {
4254
4338
  priority: 64,
4255
4339
  title: 'New Customer CM1 MER',
4256
4340
  shortTitle: 'NC CM1 MER',
4257
- description: 'Marketing Efficiency Ratio using New Customer CM1.',
4341
+ description: 'Marketing Efficiency Ratio using New Customer CM1 (Gross Margin).',
4258
4342
  sumPrefix: '',
4259
4343
  sumSuffix: '%',
4260
4344
  avgPrefix: '',
@@ -4274,7 +4358,7 @@ exports.ORDERS_MEASURES_MAP = {
4274
4358
  priority: 65,
4275
4359
  title: 'New Customer CM2 MER',
4276
4360
  shortTitle: 'NC CM2 MER',
4277
- description: 'Marketing Efficiency Ratio using New Customer CM2.',
4361
+ description: 'Marketing Efficiency Ratio using New Customer CM2 (After Fulfillment).',
4278
4362
  sumPrefix: '',
4279
4363
  sumSuffix: '%',
4280
4364
  avgPrefix: '',
@@ -4294,7 +4378,7 @@ exports.ORDERS_MEASURES_MAP = {
4294
4378
  priority: 66,
4295
4379
  title: 'New Customer CM3 MER',
4296
4380
  shortTitle: 'NC CM3 MER',
4297
- description: 'Marketing Efficiency Ratio using New Customer CM3.',
4381
+ description: 'Marketing Efficiency Ratio using New Customer CM3 (Contribution Margin).',
4298
4382
  sumPrefix: '',
4299
4383
  sumSuffix: '%',
4300
4384
  avgPrefix: '',
@@ -4314,7 +4398,7 @@ exports.ORDERS_MEASURES_MAP = {
4314
4398
  priority: 67,
4315
4399
  title: 'Returning Customer CM1 MER',
4316
4400
  shortTitle: 'RC CM1 MER',
4317
- description: 'Marketing Efficiency Ratio using Returning Customer CM1.',
4401
+ description: 'Marketing Efficiency Ratio using Returning Customer CM1 (Gross Margin).',
4318
4402
  sumPrefix: '',
4319
4403
  sumSuffix: '%',
4320
4404
  avgPrefix: '',
@@ -4334,7 +4418,7 @@ exports.ORDERS_MEASURES_MAP = {
4334
4418
  priority: 68,
4335
4419
  title: 'Returning Customer CM2 MER',
4336
4420
  shortTitle: 'RC CM2 MER',
4337
- description: 'Marketing Efficiency Ratio using Returning Customer CM2.',
4421
+ description: 'Marketing Efficiency Ratio using Returning Customer CM2 (After Fulfillment).',
4338
4422
  sumPrefix: '',
4339
4423
  sumSuffix: '%',
4340
4424
  avgPrefix: '',
@@ -4354,7 +4438,7 @@ exports.ORDERS_MEASURES_MAP = {
4354
4438
  priority: 69,
4355
4439
  title: 'Returning Customer CM3 MER',
4356
4440
  shortTitle: 'RC CM3 MER',
4357
- description: 'Marketing Efficiency Ratio using Returning Customer CM3.',
4441
+ description: 'Marketing Efficiency Ratio using Returning Customer CM3 (Contribution Margin).',
4358
4442
  sumPrefix: '',
4359
4443
  sumSuffix: '%',
4360
4444
  avgPrefix: '',
@@ -4454,7 +4538,7 @@ exports.ORDERS_MEASURES_MAP = {
4454
4538
  priority: 74,
4455
4539
  title: 'New Customer CM4 MER',
4456
4540
  shortTitle: 'NC CM4 MER',
4457
- description: 'Marketing Efficiency Ratio using New Customer CM4.',
4541
+ description: 'Marketing Efficiency Ratio using New Customer CM4 (Operating Profit).',
4458
4542
  sumPrefix: '',
4459
4543
  sumSuffix: '%',
4460
4544
  avgPrefix: '',
@@ -4474,7 +4558,7 @@ exports.ORDERS_MEASURES_MAP = {
4474
4558
  priority: 75,
4475
4559
  title: 'Returning Customer CM4 MER',
4476
4560
  shortTitle: 'RC CM4 MER',
4477
- description: 'Marketing Efficiency Ratio using Returning Customer CM4.',
4561
+ description: 'Marketing Efficiency Ratio using Returning Customer CM4 (Operating Profit).',
4478
4562
  sumPrefix: '',
4479
4563
  sumSuffix: '%',
4480
4564
  avgPrefix: '',
@@ -4852,9 +4936,9 @@ exports.ORDERS_MEASURES_MAP = {
4852
4936
  },
4853
4937
  [measures_js_1.MEASURE.ORDERS_CM2]: {
4854
4938
  priority: 2,
4855
- title: 'Contribution Margin 2',
4939
+ title: 'CM2 (After Fulfillment)',
4856
4940
  shortTitle: 'CM2',
4857
- description: 'CM1 minus fulfillment and transaction costs.',
4941
+ description: 'CM2 (After Fulfillment) is Net Revenue minus total applicable costs for this margin level.',
4858
4942
  sumPrefix: '$',
4859
4943
  sumSuffix: '',
4860
4944
  avgPrefix: '$',
@@ -4872,9 +4956,9 @@ exports.ORDERS_MEASURES_MAP = {
4872
4956
  },
4873
4957
  [measures_js_1.MEASURE.ORDERS_CM2_PERCENT]: {
4874
4958
  priority: 32,
4875
- title: 'CM2 Margin',
4959
+ title: 'CM2 %',
4876
4960
  shortTitle: 'CM2 %',
4877
- description: 'CM2 as a percentage of Net Revenue.',
4961
+ description: 'CM2 (After Fulfillment) % as a percentage of Net Revenue.',
4878
4962
  sumPrefix: '',
4879
4963
  sumSuffix: '%',
4880
4964
  avgPrefix: '',
@@ -4892,9 +4976,9 @@ exports.ORDERS_MEASURES_MAP = {
4892
4976
  },
4893
4977
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2]: {
4894
4978
  priority: 12,
4895
- title: 'New Customer Contribution Margin 2',
4979
+ title: 'New Customer CM2 (After Fulfillment)',
4896
4980
  shortTitle: 'NC CM2',
4897
- description: 'New customer CM1 minus fulfillment and transaction costs.',
4981
+ description: 'New Customer CM2 (After Fulfillment) is New Customer Net Revenue minus total applicable costs for this margin level.',
4898
4982
  sumPrefix: '$',
4899
4983
  sumSuffix: '',
4900
4984
  avgPrefix: '$',
@@ -4911,9 +4995,9 @@ exports.ORDERS_MEASURES_MAP = {
4911
4995
  },
4912
4996
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
4913
4997
  priority: 36,
4914
- title: 'New Customer CM2 Margin',
4998
+ title: 'New Customer CM2 %',
4915
4999
  shortTitle: 'NC CM2 %',
4916
- description: 'NC CM2 as a percentage of NC Net Revenue.',
5000
+ description: 'New Customer CM2 (After Fulfillment) % as a percentage of NC Net Revenue.',
4917
5001
  sumPrefix: '',
4918
5002
  sumSuffix: '%',
4919
5003
  avgPrefix: '',
@@ -4931,9 +5015,9 @@ exports.ORDERS_MEASURES_MAP = {
4931
5015
  },
4932
5016
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2]: {
4933
5017
  priority: 22,
4934
- title: 'Returning Customer Contribution Margin 2',
5018
+ title: 'Returning Customer CM2 (After Fulfillment)',
4935
5019
  shortTitle: 'RC CM2',
4936
- description: 'Returning customer CM1 minus fulfillment and transaction costs.',
5020
+ description: 'Returning Customer CM2 (After Fulfillment) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
4937
5021
  sumPrefix: '$',
4938
5022
  sumSuffix: '',
4939
5023
  avgPrefix: '$',
@@ -4950,9 +5034,9 @@ exports.ORDERS_MEASURES_MAP = {
4950
5034
  },
4951
5035
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
4952
5036
  priority: 40,
4953
- title: 'Returning Customer CM2 Margin',
5037
+ title: 'Returning Customer CM2 %',
4954
5038
  shortTitle: 'RC CM2 %',
4955
- description: 'RC CM2 as a percentage of RC Net Revenue.',
5039
+ description: 'Returning Customer CM2 (After Fulfillment) % as a percentage of RC Net Revenue.',
4956
5040
  sumPrefix: '',
4957
5041
  sumSuffix: '%',
4958
5042
  avgPrefix: '',
@@ -4970,9 +5054,9 @@ exports.ORDERS_MEASURES_MAP = {
4970
5054
  },
4971
5055
  [measures_js_1.MEASURE.ORDERS_CM3]: {
4972
5056
  priority: 3,
4973
- title: 'Contribution Margin 3',
5057
+ title: 'CM3 (Contribution Margin)',
4974
5058
  shortTitle: 'CM3',
4975
- description: 'CM2 minus marketing costs (ad spend plus user-defined marketing).',
5059
+ description: 'CM3 (Contribution Margin) is Net Revenue minus total applicable costs for this margin level.',
4976
5060
  sumPrefix: '$',
4977
5061
  sumSuffix: '',
4978
5062
  avgPrefix: '$',
@@ -4990,9 +5074,9 @@ exports.ORDERS_MEASURES_MAP = {
4990
5074
  },
4991
5075
  [measures_js_1.MEASURE.ORDERS_CM3_PERCENT]: {
4992
5076
  priority: 33,
4993
- title: 'CM3 Margin',
5077
+ title: 'CM3 %',
4994
5078
  shortTitle: 'CM3 %',
4995
- description: 'CM3 as a percentage of Net Revenue.',
5079
+ description: 'CM3 (Contribution Margin) % as a percentage of Net Revenue.',
4996
5080
  sumPrefix: '',
4997
5081
  sumSuffix: '%',
4998
5082
  avgPrefix: '',
@@ -5010,9 +5094,9 @@ exports.ORDERS_MEASURES_MAP = {
5010
5094
  },
5011
5095
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3]: {
5012
5096
  priority: 13,
5013
- title: 'New Customer Contribution Margin 3',
5097
+ title: 'New Customer CM3 (Contribution Margin)',
5014
5098
  shortTitle: 'NC CM3',
5015
- description: 'New customer CM2 minus marketing costs.',
5099
+ description: 'New Customer CM3 (Contribution Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
5016
5100
  sumPrefix: '$',
5017
5101
  sumSuffix: '',
5018
5102
  avgPrefix: '$',
@@ -5029,9 +5113,9 @@ exports.ORDERS_MEASURES_MAP = {
5029
5113
  },
5030
5114
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_PERCENT]: {
5031
5115
  priority: 37,
5032
- title: 'New Customer CM3 Margin',
5116
+ title: 'New Customer CM3 %',
5033
5117
  shortTitle: 'NC CM3 %',
5034
- description: 'NC CM3 as a percentage of NC Net Revenue.',
5118
+ description: 'New Customer CM3 (Contribution Margin) % as a percentage of NC Net Revenue.',
5035
5119
  sumPrefix: '',
5036
5120
  sumSuffix: '%',
5037
5121
  avgPrefix: '',
@@ -5049,9 +5133,9 @@ exports.ORDERS_MEASURES_MAP = {
5049
5133
  },
5050
5134
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3]: {
5051
5135
  priority: 23,
5052
- title: 'Returning Customer Contribution Margin 3',
5136
+ title: 'Returning Customer CM3 (Contribution Margin)',
5053
5137
  shortTitle: 'RC CM3',
5054
- description: 'Returning customer CM2 minus marketing costs.',
5138
+ description: 'Returning Customer CM3 (Contribution Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5055
5139
  sumPrefix: '$',
5056
5140
  sumSuffix: '',
5057
5141
  avgPrefix: '$',
@@ -5068,9 +5152,9 @@ exports.ORDERS_MEASURES_MAP = {
5068
5152
  },
5069
5153
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PERCENT]: {
5070
5154
  priority: 41,
5071
- title: 'Returning Customer CM3 Margin',
5155
+ title: 'Returning Customer CM3 %',
5072
5156
  shortTitle: 'RC CM3 %',
5073
- description: 'RC CM3 as a percentage of RC Net Revenue.',
5157
+ description: 'Returning Customer CM3 (Contribution Margin) % as a percentage of RC Net Revenue.',
5074
5158
  sumPrefix: '',
5075
5159
  sumSuffix: '%',
5076
5160
  avgPrefix: '',
@@ -5090,7 +5174,7 @@ exports.ORDERS_MEASURES_MAP = {
5090
5174
  priority: 4,
5091
5175
  title: 'CM4 (Operating Profit)',
5092
5176
  shortTitle: 'CM4',
5093
- description: 'CM3 minus agency fees, opex, and other costs. Your operating profit.',
5177
+ description: 'CM4 (Operating Profit) is Net Revenue minus total applicable costs for this margin level.',
5094
5178
  sumPrefix: '$',
5095
5179
  sumSuffix: '',
5096
5180
  avgPrefix: '$',
@@ -5108,9 +5192,9 @@ exports.ORDERS_MEASURES_MAP = {
5108
5192
  },
5109
5193
  [measures_js_1.MEASURE.ORDERS_CM4_PERCENT]: {
5110
5194
  priority: 34,
5111
- title: 'CM4 % (Operating Margin)',
5195
+ title: 'CM4 %',
5112
5196
  shortTitle: 'CM4 %',
5113
- description: 'CM4 as a percentage of Net Revenue. Your operating margin after all costs.',
5197
+ description: 'CM4 (Operating Profit) % as a percentage of Net Revenue.',
5114
5198
  sumPrefix: '',
5115
5199
  sumSuffix: '%',
5116
5200
  avgPrefix: '',
@@ -5129,7 +5213,7 @@ exports.ORDERS_MEASURES_MAP = {
5129
5213
  priority: 14,
5130
5214
  title: 'New Customer CM4 (Operating Profit)',
5131
5215
  shortTitle: 'NC CM4',
5132
- description: 'New customer CM3 minus agency fees, opex, and other costs.',
5216
+ description: 'New Customer CM4 (Operating Profit) is New Customer Net Revenue minus total applicable costs for this margin level.',
5133
5217
  sumPrefix: '$',
5134
5218
  sumSuffix: '',
5135
5219
  avgPrefix: '$',
@@ -5146,9 +5230,9 @@ exports.ORDERS_MEASURES_MAP = {
5146
5230
  },
5147
5231
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4_PERCENT]: {
5148
5232
  priority: 38,
5149
- title: 'New Customer CM4 % (Operating Margin)',
5233
+ title: 'New Customer CM4 %',
5150
5234
  shortTitle: 'NC CM4 %',
5151
- description: 'NC CM4 as a percentage of NC Net Revenue. Operating margin from new customers.',
5235
+ description: 'New Customer CM4 (Operating Profit) % as a percentage of NC Net Revenue.',
5152
5236
  sumPrefix: '',
5153
5237
  sumSuffix: '%',
5154
5238
  avgPrefix: '',
@@ -5168,7 +5252,7 @@ exports.ORDERS_MEASURES_MAP = {
5168
5252
  priority: 24,
5169
5253
  title: 'Returning Customer CM4 (Operating Profit)',
5170
5254
  shortTitle: 'RC CM4',
5171
- description: 'Returning customer CM3 minus agency fees, opex, and other costs.',
5255
+ description: 'Returning Customer CM4 (Operating Profit) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5172
5256
  sumPrefix: '$',
5173
5257
  sumSuffix: '',
5174
5258
  avgPrefix: '$',
@@ -5185,9 +5269,9 @@ exports.ORDERS_MEASURES_MAP = {
5185
5269
  },
5186
5270
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PERCENT]: {
5187
5271
  priority: 42,
5188
- title: 'Returning Customer CM4 % (Operating Margin)',
5272
+ title: 'Returning Customer CM4 %',
5189
5273
  shortTitle: 'RC CM4 %',
5190
- description: 'RC CM4 as a percentage of RC Net Revenue. Operating margin from returning customers.',
5274
+ description: 'Returning Customer CM4 (Operating Profit) % as a percentage of RC Net Revenue.',
5191
5275
  sumPrefix: '',
5192
5276
  sumSuffix: '%',
5193
5277
  avgPrefix: '',
@@ -5207,7 +5291,7 @@ exports.ORDERS_MEASURES_MAP = {
5207
5291
  priority: 1,
5208
5292
  title: 'CM1 (Gross Margin)',
5209
5293
  shortTitle: 'CM1',
5210
- description: 'Net Revenue minus Total COGS (product costs plus user-defined COGS).',
5294
+ description: 'CM1 (Gross Margin) is Net Revenue minus total applicable costs for this margin level.',
5211
5295
  sumPrefix: '$',
5212
5296
  sumSuffix: '',
5213
5297
  avgPrefix: '$',
@@ -5225,9 +5309,9 @@ exports.ORDERS_MEASURES_MAP = {
5225
5309
  },
5226
5310
  [measures_js_1.MEASURE.ORDERS_CM1_PERCENT]: {
5227
5311
  priority: 31,
5228
- title: 'CM1 % (Gross Margin %)',
5312
+ title: 'CM1 %',
5229
5313
  shortTitle: 'CM1 %',
5230
- description: 'CM1 as a percentage of Net Revenue.',
5314
+ description: 'CM1 (Gross Margin) % as a percentage of Net Revenue.',
5231
5315
  sumPrefix: '',
5232
5316
  sumSuffix: '%',
5233
5317
  avgPrefix: '',
@@ -5247,7 +5331,7 @@ exports.ORDERS_MEASURES_MAP = {
5247
5331
  priority: 11,
5248
5332
  title: 'New Customer CM1 (Gross Margin)',
5249
5333
  shortTitle: 'NC CM1',
5250
- description: 'New customer Net Revenue minus Total COGS. Includes impact of returns/discounts.',
5334
+ description: 'New Customer CM1 (Gross Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
5251
5335
  sumPrefix: '$',
5252
5336
  sumSuffix: '',
5253
5337
  avgPrefix: '$',
@@ -5265,9 +5349,9 @@ exports.ORDERS_MEASURES_MAP = {
5265
5349
  },
5266
5350
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_PERCENT]: {
5267
5351
  priority: 35,
5268
- title: 'New Customer CM1 % (Gross Margin %)',
5352
+ title: 'New Customer CM1 %',
5269
5353
  shortTitle: 'NC CM1 %',
5270
- description: 'NC CM1 as a percentage of NC Net Revenue. Includes impact of returns/discounts.',
5354
+ description: 'New Customer CM1 (Gross Margin) % as a percentage of NC Net Revenue.',
5271
5355
  sumPrefix: '',
5272
5356
  sumSuffix: '%',
5273
5357
  avgPrefix: '',
@@ -5287,7 +5371,7 @@ exports.ORDERS_MEASURES_MAP = {
5287
5371
  priority: 21,
5288
5372
  title: 'Returning Customer CM1 (Gross Margin)',
5289
5373
  shortTitle: 'RC CM1',
5290
- description: 'Returning customer Net Revenue minus Total COGS. Includes impact of returns/discounts.',
5374
+ description: 'Returning Customer CM1 (Gross Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5291
5375
  sumPrefix: '$',
5292
5376
  sumSuffix: '',
5293
5377
  avgPrefix: '$',
@@ -5305,9 +5389,9 @@ exports.ORDERS_MEASURES_MAP = {
5305
5389
  },
5306
5390
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PERCENT]: {
5307
5391
  priority: 39,
5308
- title: 'Returning Customer CM1 % (Gross Margin %)',
5392
+ title: 'Returning Customer CM1 %',
5309
5393
  shortTitle: 'RC CM1 %',
5310
- description: 'RC CM1 as a percentage of RC Net Revenue. Includes impact of returns/discounts.',
5394
+ description: 'Returning Customer CM1 (Gross Margin) % as a percentage of RC Net Revenue.',
5311
5395
  sumPrefix: '',
5312
5396
  sumSuffix: '%',
5313
5397
  avgPrefix: '',