@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.
@@ -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: '$',
@@ -3854,7 +3854,7 @@ exports.ORDERS_MEASURES_MAP = {
3854
3854
  priority: 52,
3855
3855
  title: 'CM2 ROAS',
3856
3856
  shortTitle: 'CM2 ROAS',
3857
- description: 'CM2 divided by Total Ad Spend.',
3857
+ description: 'CM2 (After Fulfillment) divided by Total Ad Spend.',
3858
3858
  sumPrefix: '',
3859
3859
  sumSuffix: 'x',
3860
3860
  avgPrefix: '',
@@ -3874,7 +3874,7 @@ exports.ORDERS_MEASURES_MAP = {
3874
3874
  priority: 53,
3875
3875
  title: 'CM3 ROAS',
3876
3876
  shortTitle: 'CM3 ROAS',
3877
- description: 'CM3 divided by Total Ad Spend.',
3877
+ description: 'CM3 (Contribution Margin) divided by Total Ad Spend.',
3878
3878
  sumPrefix: '',
3879
3879
  sumSuffix: 'x',
3880
3880
  avgPrefix: '',
@@ -3914,7 +3914,7 @@ exports.ORDERS_MEASURES_MAP = {
3914
3914
  priority: 55,
3915
3915
  title: 'New Customer CM2 ROAS',
3916
3916
  shortTitle: 'NC CM2 ROAS',
3917
- description: 'New Customer CM2 divided by Ad Spend.',
3917
+ description: 'New Customer CM2 (After Fulfillment) divided by Ad Spend.',
3918
3918
  sumPrefix: '',
3919
3919
  sumSuffix: 'x',
3920
3920
  avgPrefix: '',
@@ -3934,7 +3934,7 @@ exports.ORDERS_MEASURES_MAP = {
3934
3934
  priority: 56,
3935
3935
  title: 'New Customer CM3 ROAS',
3936
3936
  shortTitle: 'NC CM3 ROAS',
3937
- description: 'New Customer CM3 divided by Ad Spend.',
3937
+ description: 'New Customer CM3 (Contribution Margin) divided by Ad Spend.',
3938
3938
  sumPrefix: '',
3939
3939
  sumSuffix: 'x',
3940
3940
  avgPrefix: '',
@@ -3974,7 +3974,7 @@ exports.ORDERS_MEASURES_MAP = {
3974
3974
  priority: 58,
3975
3975
  title: 'Returning Customer CM2 ROAS',
3976
3976
  shortTitle: 'RC CM2 ROAS',
3977
- description: 'Returning Customer CM2 divided by Ad Spend.',
3977
+ description: 'Returning Customer CM2 (After Fulfillment) divided by Ad Spend.',
3978
3978
  sumPrefix: '',
3979
3979
  sumSuffix: 'x',
3980
3980
  avgPrefix: '',
@@ -3994,7 +3994,7 @@ exports.ORDERS_MEASURES_MAP = {
3994
3994
  priority: 59,
3995
3995
  title: 'Returning Customer CM3 ROAS',
3996
3996
  shortTitle: 'RC CM3 ROAS',
3997
- description: 'Returning Customer CM3 divided by Ad Spend.',
3997
+ description: 'Returning Customer CM3 (Contribution Margin) divided by Ad Spend.',
3998
3998
  sumPrefix: '',
3999
3999
  sumSuffix: 'x',
4000
4000
  avgPrefix: '',
@@ -4214,7 +4214,7 @@ exports.ORDERS_MEASURES_MAP = {
4214
4214
  priority: 62,
4215
4215
  title: 'CM2 MER',
4216
4216
  shortTitle: 'CM2 MER',
4217
- description: 'Marketing Efficiency Ratio using CM2.',
4217
+ description: 'Marketing Efficiency Ratio using CM2 (After Fulfillment).',
4218
4218
  sumPrefix: '',
4219
4219
  sumSuffix: '%',
4220
4220
  avgPrefix: '',
@@ -4234,7 +4234,7 @@ exports.ORDERS_MEASURES_MAP = {
4234
4234
  priority: 63,
4235
4235
  title: 'CM3 MER',
4236
4236
  shortTitle: 'CM3 MER',
4237
- description: 'Marketing Efficiency Ratio using CM3.',
4237
+ description: 'Marketing Efficiency Ratio using CM3 (Contribution Margin).',
4238
4238
  sumPrefix: '',
4239
4239
  sumSuffix: '%',
4240
4240
  avgPrefix: '',
@@ -4254,7 +4254,7 @@ exports.ORDERS_MEASURES_MAP = {
4254
4254
  priority: 64,
4255
4255
  title: 'New Customer CM1 MER',
4256
4256
  shortTitle: 'NC CM1 MER',
4257
- description: 'Marketing Efficiency Ratio using New Customer CM1.',
4257
+ description: 'Marketing Efficiency Ratio using New Customer CM1 (Gross Margin).',
4258
4258
  sumPrefix: '',
4259
4259
  sumSuffix: '%',
4260
4260
  avgPrefix: '',
@@ -4274,7 +4274,7 @@ exports.ORDERS_MEASURES_MAP = {
4274
4274
  priority: 65,
4275
4275
  title: 'New Customer CM2 MER',
4276
4276
  shortTitle: 'NC CM2 MER',
4277
- description: 'Marketing Efficiency Ratio using New Customer CM2.',
4277
+ description: 'Marketing Efficiency Ratio using New Customer CM2 (After Fulfillment).',
4278
4278
  sumPrefix: '',
4279
4279
  sumSuffix: '%',
4280
4280
  avgPrefix: '',
@@ -4294,7 +4294,7 @@ exports.ORDERS_MEASURES_MAP = {
4294
4294
  priority: 66,
4295
4295
  title: 'New Customer CM3 MER',
4296
4296
  shortTitle: 'NC CM3 MER',
4297
- description: 'Marketing Efficiency Ratio using New Customer CM3.',
4297
+ description: 'Marketing Efficiency Ratio using New Customer CM3 (Contribution Margin).',
4298
4298
  sumPrefix: '',
4299
4299
  sumSuffix: '%',
4300
4300
  avgPrefix: '',
@@ -4314,7 +4314,7 @@ exports.ORDERS_MEASURES_MAP = {
4314
4314
  priority: 67,
4315
4315
  title: 'Returning Customer CM1 MER',
4316
4316
  shortTitle: 'RC CM1 MER',
4317
- description: 'Marketing Efficiency Ratio using Returning Customer CM1.',
4317
+ description: 'Marketing Efficiency Ratio using Returning Customer CM1 (Gross Margin).',
4318
4318
  sumPrefix: '',
4319
4319
  sumSuffix: '%',
4320
4320
  avgPrefix: '',
@@ -4334,7 +4334,7 @@ exports.ORDERS_MEASURES_MAP = {
4334
4334
  priority: 68,
4335
4335
  title: 'Returning Customer CM2 MER',
4336
4336
  shortTitle: 'RC CM2 MER',
4337
- description: 'Marketing Efficiency Ratio using Returning Customer CM2.',
4337
+ description: 'Marketing Efficiency Ratio using Returning Customer CM2 (After Fulfillment).',
4338
4338
  sumPrefix: '',
4339
4339
  sumSuffix: '%',
4340
4340
  avgPrefix: '',
@@ -4354,7 +4354,7 @@ exports.ORDERS_MEASURES_MAP = {
4354
4354
  priority: 69,
4355
4355
  title: 'Returning Customer CM3 MER',
4356
4356
  shortTitle: 'RC CM3 MER',
4357
- description: 'Marketing Efficiency Ratio using Returning Customer CM3.',
4357
+ description: 'Marketing Efficiency Ratio using Returning Customer CM3 (Contribution Margin).',
4358
4358
  sumPrefix: '',
4359
4359
  sumSuffix: '%',
4360
4360
  avgPrefix: '',
@@ -4454,7 +4454,7 @@ exports.ORDERS_MEASURES_MAP = {
4454
4454
  priority: 74,
4455
4455
  title: 'New Customer CM4 MER',
4456
4456
  shortTitle: 'NC CM4 MER',
4457
- description: 'Marketing Efficiency Ratio using New Customer CM4.',
4457
+ description: 'Marketing Efficiency Ratio using New Customer CM4 (Operating Profit).',
4458
4458
  sumPrefix: '',
4459
4459
  sumSuffix: '%',
4460
4460
  avgPrefix: '',
@@ -4474,7 +4474,7 @@ exports.ORDERS_MEASURES_MAP = {
4474
4474
  priority: 75,
4475
4475
  title: 'Returning Customer CM4 MER',
4476
4476
  shortTitle: 'RC CM4 MER',
4477
- description: 'Marketing Efficiency Ratio using Returning Customer CM4.',
4477
+ description: 'Marketing Efficiency Ratio using Returning Customer CM4 (Operating Profit).',
4478
4478
  sumPrefix: '',
4479
4479
  sumSuffix: '%',
4480
4480
  avgPrefix: '',
@@ -4852,9 +4852,9 @@ exports.ORDERS_MEASURES_MAP = {
4852
4852
  },
4853
4853
  [measures_js_1.MEASURE.ORDERS_CM2]: {
4854
4854
  priority: 2,
4855
- title: 'Contribution Margin 2',
4855
+ title: 'CM2 (After Fulfillment)',
4856
4856
  shortTitle: 'CM2',
4857
- description: 'CM1 minus fulfillment and transaction costs.',
4857
+ description: 'CM2 (After Fulfillment) is Net Revenue minus total applicable costs for this margin level.',
4858
4858
  sumPrefix: '$',
4859
4859
  sumSuffix: '',
4860
4860
  avgPrefix: '$',
@@ -4872,9 +4872,9 @@ exports.ORDERS_MEASURES_MAP = {
4872
4872
  },
4873
4873
  [measures_js_1.MEASURE.ORDERS_CM2_PERCENT]: {
4874
4874
  priority: 32,
4875
- title: 'CM2 Margin',
4875
+ title: 'CM2 %',
4876
4876
  shortTitle: 'CM2 %',
4877
- description: 'CM2 as a percentage of Net Revenue.',
4877
+ description: 'CM2 (After Fulfillment) % as a percentage of Net Revenue.',
4878
4878
  sumPrefix: '',
4879
4879
  sumSuffix: '%',
4880
4880
  avgPrefix: '',
@@ -4892,9 +4892,9 @@ exports.ORDERS_MEASURES_MAP = {
4892
4892
  },
4893
4893
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2]: {
4894
4894
  priority: 12,
4895
- title: 'New Customer Contribution Margin 2',
4895
+ title: 'New Customer CM2 (After Fulfillment)',
4896
4896
  shortTitle: 'NC CM2',
4897
- description: 'New customer CM1 minus fulfillment and transaction costs.',
4897
+ description: 'New Customer CM2 (After Fulfillment) is New Customer Net Revenue minus total applicable costs for this margin level.',
4898
4898
  sumPrefix: '$',
4899
4899
  sumSuffix: '',
4900
4900
  avgPrefix: '$',
@@ -4911,9 +4911,9 @@ exports.ORDERS_MEASURES_MAP = {
4911
4911
  },
4912
4912
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
4913
4913
  priority: 36,
4914
- title: 'New Customer CM2 Margin',
4914
+ title: 'New Customer CM2 %',
4915
4915
  shortTitle: 'NC CM2 %',
4916
- description: 'NC CM2 as a percentage of NC Net Revenue.',
4916
+ description: 'New Customer CM2 (After Fulfillment) % as a percentage of NC Net Revenue.',
4917
4917
  sumPrefix: '',
4918
4918
  sumSuffix: '%',
4919
4919
  avgPrefix: '',
@@ -4931,9 +4931,9 @@ exports.ORDERS_MEASURES_MAP = {
4931
4931
  },
4932
4932
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2]: {
4933
4933
  priority: 22,
4934
- title: 'Returning Customer Contribution Margin 2',
4934
+ title: 'Returning Customer CM2 (After Fulfillment)',
4935
4935
  shortTitle: 'RC CM2',
4936
- description: 'Returning customer CM1 minus fulfillment and transaction costs.',
4936
+ description: 'Returning Customer CM2 (After Fulfillment) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
4937
4937
  sumPrefix: '$',
4938
4938
  sumSuffix: '',
4939
4939
  avgPrefix: '$',
@@ -4950,9 +4950,9 @@ exports.ORDERS_MEASURES_MAP = {
4950
4950
  },
4951
4951
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
4952
4952
  priority: 40,
4953
- title: 'Returning Customer CM2 Margin',
4953
+ title: 'Returning Customer CM2 %',
4954
4954
  shortTitle: 'RC CM2 %',
4955
- description: 'RC CM2 as a percentage of RC Net Revenue.',
4955
+ description: 'Returning Customer CM2 (After Fulfillment) % as a percentage of RC Net Revenue.',
4956
4956
  sumPrefix: '',
4957
4957
  sumSuffix: '%',
4958
4958
  avgPrefix: '',
@@ -4970,9 +4970,9 @@ exports.ORDERS_MEASURES_MAP = {
4970
4970
  },
4971
4971
  [measures_js_1.MEASURE.ORDERS_CM3]: {
4972
4972
  priority: 3,
4973
- title: 'Contribution Margin 3',
4973
+ title: 'CM3 (Contribution Margin)',
4974
4974
  shortTitle: 'CM3',
4975
- description: 'CM2 minus marketing costs (ad spend plus user-defined marketing).',
4975
+ description: 'CM3 (Contribution Margin) is Net Revenue minus total applicable costs for this margin level.',
4976
4976
  sumPrefix: '$',
4977
4977
  sumSuffix: '',
4978
4978
  avgPrefix: '$',
@@ -4990,9 +4990,9 @@ exports.ORDERS_MEASURES_MAP = {
4990
4990
  },
4991
4991
  [measures_js_1.MEASURE.ORDERS_CM3_PERCENT]: {
4992
4992
  priority: 33,
4993
- title: 'CM3 Margin',
4993
+ title: 'CM3 %',
4994
4994
  shortTitle: 'CM3 %',
4995
- description: 'CM3 as a percentage of Net Revenue.',
4995
+ description: 'CM3 (Contribution Margin) % as a percentage of Net Revenue.',
4996
4996
  sumPrefix: '',
4997
4997
  sumSuffix: '%',
4998
4998
  avgPrefix: '',
@@ -5010,9 +5010,9 @@ exports.ORDERS_MEASURES_MAP = {
5010
5010
  },
5011
5011
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3]: {
5012
5012
  priority: 13,
5013
- title: 'New Customer Contribution Margin 3',
5013
+ title: 'New Customer CM3 (Contribution Margin)',
5014
5014
  shortTitle: 'NC CM3',
5015
- description: 'New customer CM2 minus marketing costs.',
5015
+ description: 'New Customer CM3 (Contribution Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
5016
5016
  sumPrefix: '$',
5017
5017
  sumSuffix: '',
5018
5018
  avgPrefix: '$',
@@ -5029,9 +5029,9 @@ exports.ORDERS_MEASURES_MAP = {
5029
5029
  },
5030
5030
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM3_PERCENT]: {
5031
5031
  priority: 37,
5032
- title: 'New Customer CM3 Margin',
5032
+ title: 'New Customer CM3 %',
5033
5033
  shortTitle: 'NC CM3 %',
5034
- description: 'NC CM3 as a percentage of NC Net Revenue.',
5034
+ description: 'New Customer CM3 (Contribution Margin) % as a percentage of NC Net Revenue.',
5035
5035
  sumPrefix: '',
5036
5036
  sumSuffix: '%',
5037
5037
  avgPrefix: '',
@@ -5049,9 +5049,9 @@ exports.ORDERS_MEASURES_MAP = {
5049
5049
  },
5050
5050
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3]: {
5051
5051
  priority: 23,
5052
- title: 'Returning Customer Contribution Margin 3',
5052
+ title: 'Returning Customer CM3 (Contribution Margin)',
5053
5053
  shortTitle: 'RC CM3',
5054
- description: 'Returning customer CM2 minus marketing costs.',
5054
+ description: 'Returning Customer CM3 (Contribution Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5055
5055
  sumPrefix: '$',
5056
5056
  sumSuffix: '',
5057
5057
  avgPrefix: '$',
@@ -5068,9 +5068,9 @@ exports.ORDERS_MEASURES_MAP = {
5068
5068
  },
5069
5069
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM3_PERCENT]: {
5070
5070
  priority: 41,
5071
- title: 'Returning Customer CM3 Margin',
5071
+ title: 'Returning Customer CM3 %',
5072
5072
  shortTitle: 'RC CM3 %',
5073
- description: 'RC CM3 as a percentage of RC Net Revenue.',
5073
+ description: 'Returning Customer CM3 (Contribution Margin) % as a percentage of RC Net Revenue.',
5074
5074
  sumPrefix: '',
5075
5075
  sumSuffix: '%',
5076
5076
  avgPrefix: '',
@@ -5090,7 +5090,7 @@ exports.ORDERS_MEASURES_MAP = {
5090
5090
  priority: 4,
5091
5091
  title: 'CM4 (Operating Profit)',
5092
5092
  shortTitle: 'CM4',
5093
- description: 'CM3 minus agency fees, opex, and other costs. Your operating profit.',
5093
+ description: 'CM4 (Operating Profit) is Net Revenue minus total applicable costs for this margin level.',
5094
5094
  sumPrefix: '$',
5095
5095
  sumSuffix: '',
5096
5096
  avgPrefix: '$',
@@ -5108,9 +5108,9 @@ exports.ORDERS_MEASURES_MAP = {
5108
5108
  },
5109
5109
  [measures_js_1.MEASURE.ORDERS_CM4_PERCENT]: {
5110
5110
  priority: 34,
5111
- title: 'CM4 % (Operating Margin)',
5111
+ title: 'CM4 %',
5112
5112
  shortTitle: 'CM4 %',
5113
- description: 'CM4 as a percentage of Net Revenue. Your operating margin after all costs.',
5113
+ description: 'CM4 (Operating Profit) % as a percentage of Net Revenue.',
5114
5114
  sumPrefix: '',
5115
5115
  sumSuffix: '%',
5116
5116
  avgPrefix: '',
@@ -5129,7 +5129,7 @@ exports.ORDERS_MEASURES_MAP = {
5129
5129
  priority: 14,
5130
5130
  title: 'New Customer CM4 (Operating Profit)',
5131
5131
  shortTitle: 'NC CM4',
5132
- description: 'New customer CM3 minus agency fees, opex, and other costs.',
5132
+ description: 'New Customer CM4 (Operating Profit) is New Customer Net Revenue minus total applicable costs for this margin level.',
5133
5133
  sumPrefix: '$',
5134
5134
  sumSuffix: '',
5135
5135
  avgPrefix: '$',
@@ -5146,9 +5146,9 @@ exports.ORDERS_MEASURES_MAP = {
5146
5146
  },
5147
5147
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM4_PERCENT]: {
5148
5148
  priority: 38,
5149
- title: 'New Customer CM4 % (Operating Margin)',
5149
+ title: 'New Customer CM4 %',
5150
5150
  shortTitle: 'NC CM4 %',
5151
- description: 'NC CM4 as a percentage of NC Net Revenue. Operating margin from new customers.',
5151
+ description: 'New Customer CM4 (Operating Profit) % as a percentage of NC Net Revenue.',
5152
5152
  sumPrefix: '',
5153
5153
  sumSuffix: '%',
5154
5154
  avgPrefix: '',
@@ -5168,7 +5168,7 @@ exports.ORDERS_MEASURES_MAP = {
5168
5168
  priority: 24,
5169
5169
  title: 'Returning Customer CM4 (Operating Profit)',
5170
5170
  shortTitle: 'RC CM4',
5171
- description: 'Returning customer CM3 minus agency fees, opex, and other costs.',
5171
+ description: 'Returning Customer CM4 (Operating Profit) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5172
5172
  sumPrefix: '$',
5173
5173
  sumSuffix: '',
5174
5174
  avgPrefix: '$',
@@ -5185,9 +5185,9 @@ exports.ORDERS_MEASURES_MAP = {
5185
5185
  },
5186
5186
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM4_PERCENT]: {
5187
5187
  priority: 42,
5188
- title: 'Returning Customer CM4 % (Operating Margin)',
5188
+ title: 'Returning Customer CM4 %',
5189
5189
  shortTitle: 'RC CM4 %',
5190
- description: 'RC CM4 as a percentage of RC Net Revenue. Operating margin from returning customers.',
5190
+ description: 'Returning Customer CM4 (Operating Profit) % as a percentage of RC Net Revenue.',
5191
5191
  sumPrefix: '',
5192
5192
  sumSuffix: '%',
5193
5193
  avgPrefix: '',
@@ -5207,7 +5207,7 @@ exports.ORDERS_MEASURES_MAP = {
5207
5207
  priority: 1,
5208
5208
  title: 'CM1 (Gross Margin)',
5209
5209
  shortTitle: 'CM1',
5210
- description: 'Net Revenue minus Total COGS (product costs plus user-defined COGS).',
5210
+ description: 'CM1 (Gross Margin) is Net Revenue minus total applicable costs for this margin level.',
5211
5211
  sumPrefix: '$',
5212
5212
  sumSuffix: '',
5213
5213
  avgPrefix: '$',
@@ -5225,9 +5225,9 @@ exports.ORDERS_MEASURES_MAP = {
5225
5225
  },
5226
5226
  [measures_js_1.MEASURE.ORDERS_CM1_PERCENT]: {
5227
5227
  priority: 31,
5228
- title: 'CM1 % (Gross Margin %)',
5228
+ title: 'CM1 %',
5229
5229
  shortTitle: 'CM1 %',
5230
- description: 'CM1 as a percentage of Net Revenue.',
5230
+ description: 'CM1 (Gross Margin) % as a percentage of Net Revenue.',
5231
5231
  sumPrefix: '',
5232
5232
  sumSuffix: '%',
5233
5233
  avgPrefix: '',
@@ -5247,7 +5247,7 @@ exports.ORDERS_MEASURES_MAP = {
5247
5247
  priority: 11,
5248
5248
  title: 'New Customer CM1 (Gross Margin)',
5249
5249
  shortTitle: 'NC CM1',
5250
- description: 'New customer Net Revenue minus Total COGS. Includes impact of returns/discounts.',
5250
+ description: 'New Customer CM1 (Gross Margin) is New Customer Net Revenue minus total applicable costs for this margin level.',
5251
5251
  sumPrefix: '$',
5252
5252
  sumSuffix: '',
5253
5253
  avgPrefix: '$',
@@ -5265,9 +5265,9 @@ exports.ORDERS_MEASURES_MAP = {
5265
5265
  },
5266
5266
  [measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM1_PERCENT]: {
5267
5267
  priority: 35,
5268
- title: 'New Customer CM1 % (Gross Margin %)',
5268
+ title: 'New Customer CM1 %',
5269
5269
  shortTitle: 'NC CM1 %',
5270
- description: 'NC CM1 as a percentage of NC Net Revenue. Includes impact of returns/discounts.',
5270
+ description: 'New Customer CM1 (Gross Margin) % as a percentage of NC Net Revenue.',
5271
5271
  sumPrefix: '',
5272
5272
  sumSuffix: '%',
5273
5273
  avgPrefix: '',
@@ -5287,7 +5287,7 @@ exports.ORDERS_MEASURES_MAP = {
5287
5287
  priority: 21,
5288
5288
  title: 'Returning Customer CM1 (Gross Margin)',
5289
5289
  shortTitle: 'RC CM1',
5290
- description: 'Returning customer Net Revenue minus Total COGS. Includes impact of returns/discounts.',
5290
+ description: 'Returning Customer CM1 (Gross Margin) is Returning Customer Net Revenue minus total applicable costs for this margin level.',
5291
5291
  sumPrefix: '$',
5292
5292
  sumSuffix: '',
5293
5293
  avgPrefix: '$',
@@ -5305,9 +5305,9 @@ exports.ORDERS_MEASURES_MAP = {
5305
5305
  },
5306
5306
  [measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM1_PERCENT]: {
5307
5307
  priority: 39,
5308
- title: 'Returning Customer CM1 % (Gross Margin %)',
5308
+ title: 'Returning Customer CM1 %',
5309
5309
  shortTitle: 'RC CM1 %',
5310
- description: 'RC CM1 as a percentage of RC Net Revenue. Includes impact of returns/discounts.',
5310
+ description: 'Returning Customer CM1 (Gross Margin) % as a percentage of RC Net Revenue.',
5311
5311
  sumPrefix: '',
5312
5312
  sumSuffix: '%',
5313
5313
  avgPrefix: '',