@adtrackify/at-tracking-event-types 4.64.7 → 4.64.8

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.
@@ -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 per order. Net Revenue minus Total COGS divided by order count.',
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 per new customer order.',
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 per returning customer order.',
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 (operating profit) per order.',
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 per new customer order.',
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 per new customer order.',
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 (operating profit) per new customer order.',
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 per returning customer order.',
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 per returning customer order.',
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 (operating profit) per returning customer order.',
2563
+ description: 'Average Returning Customer CM4 (Operating Profit) per order.',
2564
2564
  sumPrefix: '$',
2565
2565
  sumSuffix: '',
2566
2566
  avgPrefix: '$',
@@ -3851,7 +3851,7 @@ export const ORDERS_MEASURES_MAP = {
3851
3851
  priority: 52,
3852
3852
  title: 'CM2 ROAS',
3853
3853
  shortTitle: 'CM2 ROAS',
3854
- description: 'CM2 divided by Total Ad Spend.',
3854
+ description: 'CM2 (After Fulfillment) divided by Total Ad Spend.',
3855
3855
  sumPrefix: '',
3856
3856
  sumSuffix: 'x',
3857
3857
  avgPrefix: '',
@@ -3871,7 +3871,7 @@ export const ORDERS_MEASURES_MAP = {
3871
3871
  priority: 53,
3872
3872
  title: 'CM3 ROAS',
3873
3873
  shortTitle: 'CM3 ROAS',
3874
- description: 'CM3 divided by Total Ad Spend.',
3874
+ description: 'CM3 (Contribution Margin) divided by Total Ad Spend.',
3875
3875
  sumPrefix: '',
3876
3876
  sumSuffix: 'x',
3877
3877
  avgPrefix: '',
@@ -3911,7 +3911,7 @@ export const ORDERS_MEASURES_MAP = {
3911
3911
  priority: 55,
3912
3912
  title: 'New Customer CM2 ROAS',
3913
3913
  shortTitle: 'NC CM2 ROAS',
3914
- description: 'New Customer CM2 divided by Ad Spend.',
3914
+ description: 'New Customer CM2 (After Fulfillment) divided by Ad Spend.',
3915
3915
  sumPrefix: '',
3916
3916
  sumSuffix: 'x',
3917
3917
  avgPrefix: '',
@@ -3931,7 +3931,7 @@ export const ORDERS_MEASURES_MAP = {
3931
3931
  priority: 56,
3932
3932
  title: 'New Customer CM3 ROAS',
3933
3933
  shortTitle: 'NC CM3 ROAS',
3934
- description: 'New Customer CM3 divided by Ad Spend.',
3934
+ description: 'New Customer CM3 (Contribution Margin) divided by Ad Spend.',
3935
3935
  sumPrefix: '',
3936
3936
  sumSuffix: 'x',
3937
3937
  avgPrefix: '',
@@ -3971,7 +3971,7 @@ export const ORDERS_MEASURES_MAP = {
3971
3971
  priority: 58,
3972
3972
  title: 'Returning Customer CM2 ROAS',
3973
3973
  shortTitle: 'RC CM2 ROAS',
3974
- description: 'Returning Customer CM2 divided by Ad Spend.',
3974
+ description: 'Returning Customer CM2 (After Fulfillment) divided by Ad Spend.',
3975
3975
  sumPrefix: '',
3976
3976
  sumSuffix: 'x',
3977
3977
  avgPrefix: '',
@@ -3991,7 +3991,7 @@ export const ORDERS_MEASURES_MAP = {
3991
3991
  priority: 59,
3992
3992
  title: 'Returning Customer CM3 ROAS',
3993
3993
  shortTitle: 'RC CM3 ROAS',
3994
- description: 'Returning Customer CM3 divided by Ad Spend.',
3994
+ description: 'Returning Customer CM3 (Contribution Margin) divided by Ad Spend.',
3995
3995
  sumPrefix: '',
3996
3996
  sumSuffix: 'x',
3997
3997
  avgPrefix: '',
@@ -4211,7 +4211,7 @@ export const ORDERS_MEASURES_MAP = {
4211
4211
  priority: 62,
4212
4212
  title: 'CM2 MER',
4213
4213
  shortTitle: 'CM2 MER',
4214
- description: 'Marketing Efficiency Ratio using CM2.',
4214
+ description: 'Marketing Efficiency Ratio using CM2 (After Fulfillment).',
4215
4215
  sumPrefix: '',
4216
4216
  sumSuffix: '%',
4217
4217
  avgPrefix: '',
@@ -4231,7 +4231,7 @@ export const ORDERS_MEASURES_MAP = {
4231
4231
  priority: 63,
4232
4232
  title: 'CM3 MER',
4233
4233
  shortTitle: 'CM3 MER',
4234
- description: 'Marketing Efficiency Ratio using CM3.',
4234
+ description: 'Marketing Efficiency Ratio using CM3 (Contribution Margin).',
4235
4235
  sumPrefix: '',
4236
4236
  sumSuffix: '%',
4237
4237
  avgPrefix: '',
@@ -4251,7 +4251,7 @@ export const ORDERS_MEASURES_MAP = {
4251
4251
  priority: 64,
4252
4252
  title: 'New Customer CM1 MER',
4253
4253
  shortTitle: 'NC CM1 MER',
4254
- description: 'Marketing Efficiency Ratio using New Customer CM1.',
4254
+ description: 'Marketing Efficiency Ratio using New Customer CM1 (Gross Margin).',
4255
4255
  sumPrefix: '',
4256
4256
  sumSuffix: '%',
4257
4257
  avgPrefix: '',
@@ -4271,7 +4271,7 @@ export const ORDERS_MEASURES_MAP = {
4271
4271
  priority: 65,
4272
4272
  title: 'New Customer CM2 MER',
4273
4273
  shortTitle: 'NC CM2 MER',
4274
- description: 'Marketing Efficiency Ratio using New Customer CM2.',
4274
+ description: 'Marketing Efficiency Ratio using New Customer CM2 (After Fulfillment).',
4275
4275
  sumPrefix: '',
4276
4276
  sumSuffix: '%',
4277
4277
  avgPrefix: '',
@@ -4291,7 +4291,7 @@ export const ORDERS_MEASURES_MAP = {
4291
4291
  priority: 66,
4292
4292
  title: 'New Customer CM3 MER',
4293
4293
  shortTitle: 'NC CM3 MER',
4294
- description: 'Marketing Efficiency Ratio using New Customer CM3.',
4294
+ description: 'Marketing Efficiency Ratio using New Customer CM3 (Contribution Margin).',
4295
4295
  sumPrefix: '',
4296
4296
  sumSuffix: '%',
4297
4297
  avgPrefix: '',
@@ -4311,7 +4311,7 @@ export const ORDERS_MEASURES_MAP = {
4311
4311
  priority: 67,
4312
4312
  title: 'Returning Customer CM1 MER',
4313
4313
  shortTitle: 'RC CM1 MER',
4314
- description: 'Marketing Efficiency Ratio using Returning Customer CM1.',
4314
+ description: 'Marketing Efficiency Ratio using Returning Customer CM1 (Gross Margin).',
4315
4315
  sumPrefix: '',
4316
4316
  sumSuffix: '%',
4317
4317
  avgPrefix: '',
@@ -4331,7 +4331,7 @@ export const ORDERS_MEASURES_MAP = {
4331
4331
  priority: 68,
4332
4332
  title: 'Returning Customer CM2 MER',
4333
4333
  shortTitle: 'RC CM2 MER',
4334
- description: 'Marketing Efficiency Ratio using Returning Customer CM2.',
4334
+ description: 'Marketing Efficiency Ratio using Returning Customer CM2 (After Fulfillment).',
4335
4335
  sumPrefix: '',
4336
4336
  sumSuffix: '%',
4337
4337
  avgPrefix: '',
@@ -4351,7 +4351,7 @@ export const ORDERS_MEASURES_MAP = {
4351
4351
  priority: 69,
4352
4352
  title: 'Returning Customer CM3 MER',
4353
4353
  shortTitle: 'RC CM3 MER',
4354
- description: 'Marketing Efficiency Ratio using Returning Customer CM3.',
4354
+ description: 'Marketing Efficiency Ratio using Returning Customer CM3 (Contribution Margin).',
4355
4355
  sumPrefix: '',
4356
4356
  sumSuffix: '%',
4357
4357
  avgPrefix: '',
@@ -4451,7 +4451,7 @@ export const ORDERS_MEASURES_MAP = {
4451
4451
  priority: 74,
4452
4452
  title: 'New Customer CM4 MER',
4453
4453
  shortTitle: 'NC CM4 MER',
4454
- description: 'Marketing Efficiency Ratio using New Customer CM4.',
4454
+ description: 'Marketing Efficiency Ratio using New Customer CM4 (Operating Profit).',
4455
4455
  sumPrefix: '',
4456
4456
  sumSuffix: '%',
4457
4457
  avgPrefix: '',
@@ -4471,7 +4471,7 @@ export const ORDERS_MEASURES_MAP = {
4471
4471
  priority: 75,
4472
4472
  title: 'Returning Customer CM4 MER',
4473
4473
  shortTitle: 'RC CM4 MER',
4474
- description: 'Marketing Efficiency Ratio using Returning Customer CM4.',
4474
+ description: 'Marketing Efficiency Ratio using Returning Customer CM4 (Operating Profit).',
4475
4475
  sumPrefix: '',
4476
4476
  sumSuffix: '%',
4477
4477
  avgPrefix: '',
@@ -4849,9 +4849,9 @@ export const ORDERS_MEASURES_MAP = {
4849
4849
  },
4850
4850
  [MEASURE.ORDERS_CM2]: {
4851
4851
  priority: 2,
4852
- title: 'Contribution Margin 2',
4852
+ title: 'CM2 (After Fulfillment)',
4853
4853
  shortTitle: 'CM2',
4854
- description: 'CM1 minus fulfillment and transaction costs.',
4854
+ description: 'CM2 (After Fulfillment) is Net Revenue minus total applicable costs for this margin level.',
4855
4855
  sumPrefix: '$',
4856
4856
  sumSuffix: '',
4857
4857
  avgPrefix: '$',
@@ -4869,9 +4869,9 @@ export const ORDERS_MEASURES_MAP = {
4869
4869
  },
4870
4870
  [MEASURE.ORDERS_CM2_PERCENT]: {
4871
4871
  priority: 32,
4872
- title: 'CM2 Margin',
4872
+ title: 'CM2 %',
4873
4873
  shortTitle: 'CM2 %',
4874
- description: 'CM2 as a percentage of Net Revenue.',
4874
+ description: 'CM2 (After Fulfillment) % as a percentage of Net Revenue.',
4875
4875
  sumPrefix: '',
4876
4876
  sumSuffix: '%',
4877
4877
  avgPrefix: '',
@@ -4889,9 +4889,9 @@ export const ORDERS_MEASURES_MAP = {
4889
4889
  },
4890
4890
  [MEASURE.ORDERS_NEW_CUSTOMER_CM2]: {
4891
4891
  priority: 12,
4892
- title: 'New Customer Contribution Margin 2',
4892
+ title: 'New Customer CM2 (After Fulfillment)',
4893
4893
  shortTitle: 'NC CM2',
4894
- description: 'New customer CM1 minus fulfillment and transaction costs.',
4894
+ description: 'New Customer CM2 (After Fulfillment) is New Customer Net Revenue minus total applicable costs for this margin level.',
4895
4895
  sumPrefix: '$',
4896
4896
  sumSuffix: '',
4897
4897
  avgPrefix: '$',
@@ -4908,9 +4908,9 @@ export const ORDERS_MEASURES_MAP = {
4908
4908
  },
4909
4909
  [MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
4910
4910
  priority: 36,
4911
- title: 'New Customer CM2 Margin',
4911
+ title: 'New Customer CM2 %',
4912
4912
  shortTitle: 'NC CM2 %',
4913
- description: 'NC CM2 as a percentage of NC Net Revenue.',
4913
+ description: 'New Customer CM2 (After Fulfillment) % as a percentage of NC Net Revenue.',
4914
4914
  sumPrefix: '',
4915
4915
  sumSuffix: '%',
4916
4916
  avgPrefix: '',
@@ -4928,9 +4928,9 @@ export const ORDERS_MEASURES_MAP = {
4928
4928
  },
4929
4929
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM2]: {
4930
4930
  priority: 22,
4931
- title: 'Returning Customer Contribution Margin 2',
4931
+ title: 'Returning Customer CM2 (After Fulfillment)',
4932
4932
  shortTitle: 'RC CM2',
4933
- description: 'Returning customer CM1 minus fulfillment and transaction costs.',
4933
+ description: 'Returning Customer CM2 (After Fulfillment) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
4934
4934
  sumPrefix: '$',
4935
4935
  sumSuffix: '',
4936
4936
  avgPrefix: '$',
@@ -4947,9 +4947,9 @@ export const ORDERS_MEASURES_MAP = {
4947
4947
  },
4948
4948
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
4949
4949
  priority: 40,
4950
- title: 'Returning Customer CM2 Margin',
4950
+ title: 'Returning Customer CM2 %',
4951
4951
  shortTitle: 'RC CM2 %',
4952
- description: 'RC CM2 as a percentage of RC Net Revenue.',
4952
+ description: 'Returning Customer CM2 (After Fulfillment) % as a percentage of RC Net Revenue.',
4953
4953
  sumPrefix: '',
4954
4954
  sumSuffix: '%',
4955
4955
  avgPrefix: '',
@@ -4967,9 +4967,9 @@ export const ORDERS_MEASURES_MAP = {
4967
4967
  },
4968
4968
  [MEASURE.ORDERS_CM3]: {
4969
4969
  priority: 3,
4970
- title: 'Contribution Margin 3',
4970
+ title: 'CM3 (Contribution Margin)',
4971
4971
  shortTitle: 'CM3',
4972
- description: 'CM2 minus marketing costs (ad spend plus user-defined marketing).',
4972
+ description: 'CM3 (Contribution Margin) is Net Revenue minus total applicable costs for this margin level.',
4973
4973
  sumPrefix: '$',
4974
4974
  sumSuffix: '',
4975
4975
  avgPrefix: '$',
@@ -4987,9 +4987,9 @@ export const ORDERS_MEASURES_MAP = {
4987
4987
  },
4988
4988
  [MEASURE.ORDERS_CM3_PERCENT]: {
4989
4989
  priority: 33,
4990
- title: 'CM3 Margin',
4990
+ title: 'CM3 %',
4991
4991
  shortTitle: 'CM3 %',
4992
- description: 'CM3 as a percentage of Net Revenue.',
4992
+ description: 'CM3 (Contribution Margin) % as a percentage of Net Revenue.',
4993
4993
  sumPrefix: '',
4994
4994
  sumSuffix: '%',
4995
4995
  avgPrefix: '',
@@ -5007,9 +5007,9 @@ export const ORDERS_MEASURES_MAP = {
5007
5007
  },
5008
5008
  [MEASURE.ORDERS_NEW_CUSTOMER_CM3]: {
5009
5009
  priority: 13,
5010
- title: 'New Customer Contribution Margin 3',
5010
+ title: 'New Customer CM3 (Contribution Margin)',
5011
5011
  shortTitle: 'NC CM3',
5012
- description: 'New customer CM2 minus marketing costs.',
5012
+ description: 'New Customer CM3 (Contribution Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
5013
5013
  sumPrefix: '$',
5014
5014
  sumSuffix: '',
5015
5015
  avgPrefix: '$',
@@ -5026,9 +5026,9 @@ export const ORDERS_MEASURES_MAP = {
5026
5026
  },
5027
5027
  [MEASURE.ORDERS_NEW_CUSTOMER_CM3_PERCENT]: {
5028
5028
  priority: 37,
5029
- title: 'New Customer CM3 Margin',
5029
+ title: 'New Customer CM3 %',
5030
5030
  shortTitle: 'NC CM3 %',
5031
- description: 'NC CM3 as a percentage of NC Net Revenue.',
5031
+ description: 'New Customer CM3 (Contribution Margin) % as a percentage of NC Net Revenue.',
5032
5032
  sumPrefix: '',
5033
5033
  sumSuffix: '%',
5034
5034
  avgPrefix: '',
@@ -5046,9 +5046,9 @@ export const ORDERS_MEASURES_MAP = {
5046
5046
  },
5047
5047
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM3]: {
5048
5048
  priority: 23,
5049
- title: 'Returning Customer Contribution Margin 3',
5049
+ title: 'Returning Customer CM3 (Contribution Margin)',
5050
5050
  shortTitle: 'RC CM3',
5051
- description: 'Returning customer CM2 minus marketing costs.',
5051
+ description: 'Returning Customer CM3 (Contribution Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5052
5052
  sumPrefix: '$',
5053
5053
  sumSuffix: '',
5054
5054
  avgPrefix: '$',
@@ -5065,9 +5065,9 @@ export const ORDERS_MEASURES_MAP = {
5065
5065
  },
5066
5066
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PERCENT]: {
5067
5067
  priority: 41,
5068
- title: 'Returning Customer CM3 Margin',
5068
+ title: 'Returning Customer CM3 %',
5069
5069
  shortTitle: 'RC CM3 %',
5070
- description: 'RC CM3 as a percentage of RC Net Revenue.',
5070
+ description: 'Returning Customer CM3 (Contribution Margin) % as a percentage of RC Net Revenue.',
5071
5071
  sumPrefix: '',
5072
5072
  sumSuffix: '%',
5073
5073
  avgPrefix: '',
@@ -5087,7 +5087,7 @@ export const ORDERS_MEASURES_MAP = {
5087
5087
  priority: 4,
5088
5088
  title: 'CM4 (Operating Profit)',
5089
5089
  shortTitle: 'CM4',
5090
- description: 'CM3 minus agency fees, opex, and other costs. Your operating profit.',
5090
+ description: 'CM4 (Operating Profit) is Net Revenue minus total applicable costs for this margin level.',
5091
5091
  sumPrefix: '$',
5092
5092
  sumSuffix: '',
5093
5093
  avgPrefix: '$',
@@ -5105,9 +5105,9 @@ export const ORDERS_MEASURES_MAP = {
5105
5105
  },
5106
5106
  [MEASURE.ORDERS_CM4_PERCENT]: {
5107
5107
  priority: 34,
5108
- title: 'CM4 % (Operating Margin)',
5108
+ title: 'CM4 %',
5109
5109
  shortTitle: 'CM4 %',
5110
- description: 'CM4 as a percentage of Net Revenue. Your operating margin after all costs.',
5110
+ description: 'CM4 (Operating Profit) % as a percentage of Net Revenue.',
5111
5111
  sumPrefix: '',
5112
5112
  sumSuffix: '%',
5113
5113
  avgPrefix: '',
@@ -5126,7 +5126,7 @@ export const ORDERS_MEASURES_MAP = {
5126
5126
  priority: 14,
5127
5127
  title: 'New Customer CM4 (Operating Profit)',
5128
5128
  shortTitle: 'NC CM4',
5129
- description: 'New customer CM3 minus agency fees, opex, and other costs.',
5129
+ description: 'New Customer CM4 (Operating Profit) is New Customer Net Revenue minus total applicable costs for this margin level.',
5130
5130
  sumPrefix: '$',
5131
5131
  sumSuffix: '',
5132
5132
  avgPrefix: '$',
@@ -5143,9 +5143,9 @@ export const ORDERS_MEASURES_MAP = {
5143
5143
  },
5144
5144
  [MEASURE.ORDERS_NEW_CUSTOMER_CM4_PERCENT]: {
5145
5145
  priority: 38,
5146
- title: 'New Customer CM4 % (Operating Margin)',
5146
+ title: 'New Customer CM4 %',
5147
5147
  shortTitle: 'NC CM4 %',
5148
- description: 'NC CM4 as a percentage of NC Net Revenue. Operating margin from new customers.',
5148
+ description: 'New Customer CM4 (Operating Profit) % as a percentage of NC Net Revenue.',
5149
5149
  sumPrefix: '',
5150
5150
  sumSuffix: '%',
5151
5151
  avgPrefix: '',
@@ -5165,7 +5165,7 @@ export const ORDERS_MEASURES_MAP = {
5165
5165
  priority: 24,
5166
5166
  title: 'Returning Customer CM4 (Operating Profit)',
5167
5167
  shortTitle: 'RC CM4',
5168
- description: 'Returning customer CM3 minus agency fees, opex, and other costs.',
5168
+ description: 'Returning Customer CM4 (Operating Profit) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5169
5169
  sumPrefix: '$',
5170
5170
  sumSuffix: '',
5171
5171
  avgPrefix: '$',
@@ -5182,9 +5182,9 @@ export const ORDERS_MEASURES_MAP = {
5182
5182
  },
5183
5183
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PERCENT]: {
5184
5184
  priority: 42,
5185
- title: 'Returning Customer CM4 % (Operating Margin)',
5185
+ title: 'Returning Customer CM4 %',
5186
5186
  shortTitle: 'RC CM4 %',
5187
- description: 'RC CM4 as a percentage of RC Net Revenue. Operating margin from returning customers.',
5187
+ description: 'Returning Customer CM4 (Operating Profit) % as a percentage of RC Net Revenue.',
5188
5188
  sumPrefix: '',
5189
5189
  sumSuffix: '%',
5190
5190
  avgPrefix: '',
@@ -5204,7 +5204,7 @@ export const ORDERS_MEASURES_MAP = {
5204
5204
  priority: 1,
5205
5205
  title: 'CM1 (Gross Margin)',
5206
5206
  shortTitle: 'CM1',
5207
- description: 'Net Revenue minus Total COGS (product costs plus user-defined COGS).',
5207
+ description: 'CM1 (Gross Margin) is Net Revenue minus total applicable costs for this margin level.',
5208
5208
  sumPrefix: '$',
5209
5209
  sumSuffix: '',
5210
5210
  avgPrefix: '$',
@@ -5222,9 +5222,9 @@ export const ORDERS_MEASURES_MAP = {
5222
5222
  },
5223
5223
  [MEASURE.ORDERS_CM1_PERCENT]: {
5224
5224
  priority: 31,
5225
- title: 'CM1 % (Gross Margin %)',
5225
+ title: 'CM1 %',
5226
5226
  shortTitle: 'CM1 %',
5227
- description: 'CM1 as a percentage of Net Revenue.',
5227
+ description: 'CM1 (Gross Margin) % as a percentage of Net Revenue.',
5228
5228
  sumPrefix: '',
5229
5229
  sumSuffix: '%',
5230
5230
  avgPrefix: '',
@@ -5244,7 +5244,7 @@ export const ORDERS_MEASURES_MAP = {
5244
5244
  priority: 11,
5245
5245
  title: 'New Customer CM1 (Gross Margin)',
5246
5246
  shortTitle: 'NC CM1',
5247
- description: 'New customer Net Revenue minus Total COGS. Includes impact of returns/discounts.',
5247
+ description: 'New Customer CM1 (Gross Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
5248
5248
  sumPrefix: '$',
5249
5249
  sumSuffix: '',
5250
5250
  avgPrefix: '$',
@@ -5262,9 +5262,9 @@ export const ORDERS_MEASURES_MAP = {
5262
5262
  },
5263
5263
  [MEASURE.ORDERS_NEW_CUSTOMER_CM1_PERCENT]: {
5264
5264
  priority: 35,
5265
- title: 'New Customer CM1 % (Gross Margin %)',
5265
+ title: 'New Customer CM1 %',
5266
5266
  shortTitle: 'NC CM1 %',
5267
- description: 'NC CM1 as a percentage of NC Net Revenue. Includes impact of returns/discounts.',
5267
+ description: 'New Customer CM1 (Gross Margin) % as a percentage of NC Net Revenue.',
5268
5268
  sumPrefix: '',
5269
5269
  sumSuffix: '%',
5270
5270
  avgPrefix: '',
@@ -5284,7 +5284,7 @@ export const ORDERS_MEASURES_MAP = {
5284
5284
  priority: 21,
5285
5285
  title: 'Returning Customer CM1 (Gross Margin)',
5286
5286
  shortTitle: 'RC CM1',
5287
- description: 'Returning customer Net Revenue minus Total COGS. Includes impact of returns/discounts.',
5287
+ description: 'Returning Customer CM1 (Gross Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5288
5288
  sumPrefix: '$',
5289
5289
  sumSuffix: '',
5290
5290
  avgPrefix: '$',
@@ -5302,9 +5302,9 @@ export const ORDERS_MEASURES_MAP = {
5302
5302
  },
5303
5303
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PERCENT]: {
5304
5304
  priority: 39,
5305
- title: 'Returning Customer CM1 % (Gross Margin %)',
5305
+ title: 'Returning Customer CM1 %',
5306
5306
  shortTitle: 'RC CM1 %',
5307
- description: 'RC CM1 as a percentage of RC Net Revenue. Includes impact of returns/discounts.',
5307
+ description: 'Returning Customer CM1 (Gross Margin) % as a percentage of RC Net Revenue.',
5308
5308
  sumPrefix: '',
5309
5309
  sumSuffix: '%',
5310
5310
  avgPrefix: '',