@adtrackify/at-tracking-event-types 4.66.34 → 4.66.36

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.
@@ -3612,48 +3612,6 @@ exports.ORDERS_MEASURES_MAP = {
3612
3612
  formulaDisplay: 'Cumulative CM2 ÷ Cohort Customers',
3613
3613
  formula: 'cumulative_cm2 / cohort_total_customers',
3614
3614
  },
3615
- [measures_js_1.MEASURE.ORDERS_COHORT_CM3]: {
3616
- priority: 37,
3617
- title: 'Cohort CM3',
3618
- shortTitle: 'Cohort CM3 (Contribution Margin)',
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 (Operating Profit)',
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
- },
3657
3615
  [measures_js_1.MEASURE.ORDERS_TOP_PRODUCTS]: {
3658
3616
  priority: 9,
3659
3617
  title: 'Top Products',