@adtrackify/at-tracking-event-types 4.63.1 → 4.63.2

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.
@@ -647,7 +647,7 @@ export const ORDERS_MEASURES_MAP = {
647
647
  [MEASURE.ORDERS_HANDLING_COST]: {
648
648
  priority: 1,
649
649
  title: 'Handling Cost',
650
- shortTitle: 'Handling',
650
+ shortTitle: 'Handling Cost',
651
651
  description: 'Total handling costs including global and per-product fees.',
652
652
  sumPrefix: '$',
653
653
  sumSuffix: '',
@@ -656,7 +656,7 @@ export const ORDERS_MEASURES_MAP = {
656
656
  icon: MEASURE_ICON.SHOPIFY,
657
657
  measure: MEASURE.ORDERS_HANDLING_COST,
658
658
  category: MEASURE_CATEGORY.ORDERS,
659
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
659
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
660
660
  valueType: MeasureValueType.CURRENCY,
661
661
  decimalPlaces: 2,
662
662
  useCompactNotation: true,
@@ -666,7 +666,7 @@ export const ORDERS_MEASURES_MAP = {
666
666
  [MEASURE.ORDERS_HANDLING_COST_PER_ORDER]: {
667
667
  priority: 2,
668
668
  title: 'Handling Cost Per Order',
669
- shortTitle: 'Handling/Order',
669
+ shortTitle: 'Handling Cost/Order',
670
670
  description: 'Average handling cost per order.',
671
671
  sumPrefix: '$',
672
672
  sumSuffix: '',
@@ -675,7 +675,7 @@ export const ORDERS_MEASURES_MAP = {
675
675
  icon: MEASURE_ICON.SHOPIFY,
676
676
  measure: MEASURE.ORDERS_HANDLING_COST_PER_ORDER,
677
677
  category: MEASURE_CATEGORY.ORDERS,
678
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
678
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
679
679
  valueType: MeasureValueType.CURRENCY,
680
680
  decimalPlaces: 2,
681
681
  useCompactNotation: false,
@@ -687,7 +687,7 @@ export const ORDERS_MEASURES_MAP = {
687
687
  [MEASURE.ORDERS_HANDLING_COST_PERCENT]: {
688
688
  priority: 3,
689
689
  title: 'Handling Cost %',
690
- shortTitle: 'Handling %',
690
+ shortTitle: 'Handling Cost %',
691
691
  description: 'Handling cost as percentage of net revenue.',
692
692
  sumPrefix: '',
693
693
  sumSuffix: '%',
@@ -696,7 +696,7 @@ export const ORDERS_MEASURES_MAP = {
696
696
  icon: MEASURE_ICON.SHOPIFY,
697
697
  measure: MEASURE.ORDERS_HANDLING_COST_PERCENT,
698
698
  category: MEASURE_CATEGORY.ORDERS,
699
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
699
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
700
700
  valueType: MeasureValueType.PERCENTAGE,
701
701
  decimalPlaces: 2,
702
702
  useCompactNotation: false,
@@ -708,7 +708,7 @@ export const ORDERS_MEASURES_MAP = {
708
708
  [MEASURE.ORDERS_GATEWAY_COST]: {
709
709
  priority: 4,
710
710
  title: 'Gateway Cost',
711
- shortTitle: 'Gateway',
711
+ shortTitle: 'Gateway Cost',
712
712
  description: 'Payment gateway processing fees.',
713
713
  sumPrefix: '$',
714
714
  sumSuffix: '',
@@ -717,7 +717,7 @@ export const ORDERS_MEASURES_MAP = {
717
717
  icon: MEASURE_ICON.SHOPIFY,
718
718
  measure: MEASURE.ORDERS_GATEWAY_COST,
719
719
  category: MEASURE_CATEGORY.ORDERS,
720
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
720
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
721
721
  valueType: MeasureValueType.CURRENCY,
722
722
  decimalPlaces: 2,
723
723
  useCompactNotation: true,
@@ -727,7 +727,7 @@ export const ORDERS_MEASURES_MAP = {
727
727
  [MEASURE.ORDERS_GATEWAY_COST_PER_ORDER]: {
728
728
  priority: 5,
729
729
  title: 'Gateway Cost Per Order',
730
- shortTitle: 'Gateway/Order',
730
+ shortTitle: 'Gateway Cost/Order',
731
731
  description: 'Average gateway cost per order.',
732
732
  sumPrefix: '$',
733
733
  sumSuffix: '',
@@ -736,7 +736,7 @@ export const ORDERS_MEASURES_MAP = {
736
736
  icon: MEASURE_ICON.SHOPIFY,
737
737
  measure: MEASURE.ORDERS_GATEWAY_COST_PER_ORDER,
738
738
  category: MEASURE_CATEGORY.ORDERS,
739
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
739
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
740
740
  valueType: MeasureValueType.CURRENCY,
741
741
  decimalPlaces: 2,
742
742
  useCompactNotation: false,
@@ -748,7 +748,7 @@ export const ORDERS_MEASURES_MAP = {
748
748
  [MEASURE.ORDERS_GATEWAY_COST_PERCENT]: {
749
749
  priority: 6,
750
750
  title: 'Gateway Cost %',
751
- shortTitle: 'Gateway %',
751
+ shortTitle: 'Gateway Cost %',
752
752
  description: 'Gateway cost as percentage of net revenue.',
753
753
  sumPrefix: '',
754
754
  sumSuffix: '%',
@@ -757,7 +757,7 @@ export const ORDERS_MEASURES_MAP = {
757
757
  icon: MEASURE_ICON.SHOPIFY,
758
758
  measure: MEASURE.ORDERS_GATEWAY_COST_PERCENT,
759
759
  category: MEASURE_CATEGORY.ORDERS,
760
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
760
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
761
761
  valueType: MeasureValueType.PERCENTAGE,
762
762
  decimalPlaces: 2,
763
763
  useCompactNotation: false,
@@ -769,7 +769,7 @@ export const ORDERS_MEASURES_MAP = {
769
769
  [MEASURE.ORDERS_SHIPPING_COST]: {
770
770
  priority: 7,
771
771
  title: 'Shipping Cost',
772
- shortTitle: 'Shipping',
772
+ shortTitle: 'Shipping Cost',
773
773
  description: 'Shipping costs from cost configuration.',
774
774
  sumPrefix: '$',
775
775
  sumSuffix: '',
@@ -778,7 +778,7 @@ export const ORDERS_MEASURES_MAP = {
778
778
  icon: MEASURE_ICON.SHOPIFY,
779
779
  measure: MEASURE.ORDERS_SHIPPING_COST,
780
780
  category: MEASURE_CATEGORY.ORDERS,
781
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
781
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
782
782
  valueType: MeasureValueType.CURRENCY,
783
783
  decimalPlaces: 2,
784
784
  useCompactNotation: true,
@@ -788,7 +788,7 @@ export const ORDERS_MEASURES_MAP = {
788
788
  [MEASURE.ORDERS_SHIPPING_COST_PER_ORDER]: {
789
789
  priority: 8,
790
790
  title: 'Shipping Cost Per Order',
791
- shortTitle: 'Shipping/Order',
791
+ shortTitle: 'Shipping Cost/Order',
792
792
  description: 'Average shipping cost per order.',
793
793
  sumPrefix: '$',
794
794
  sumSuffix: '',
@@ -797,7 +797,7 @@ export const ORDERS_MEASURES_MAP = {
797
797
  icon: MEASURE_ICON.SHOPIFY,
798
798
  measure: MEASURE.ORDERS_SHIPPING_COST_PER_ORDER,
799
799
  category: MEASURE_CATEGORY.ORDERS,
800
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
800
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
801
801
  valueType: MeasureValueType.CURRENCY,
802
802
  decimalPlaces: 2,
803
803
  useCompactNotation: false,
@@ -809,7 +809,7 @@ export const ORDERS_MEASURES_MAP = {
809
809
  [MEASURE.ORDERS_SHIPPING_COST_PERCENT]: {
810
810
  priority: 9,
811
811
  title: 'Shipping Cost %',
812
- shortTitle: 'Shipping %',
812
+ shortTitle: 'Shipping Cost %',
813
813
  description: 'Shipping cost as percentage of net revenue.',
814
814
  sumPrefix: '',
815
815
  sumSuffix: '%',
@@ -818,7 +818,7 @@ export const ORDERS_MEASURES_MAP = {
818
818
  icon: MEASURE_ICON.SHOPIFY,
819
819
  measure: MEASURE.ORDERS_SHIPPING_COST_PERCENT,
820
820
  category: MEASURE_CATEGORY.ORDERS,
821
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
821
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
822
822
  valueType: MeasureValueType.PERCENTAGE,
823
823
  decimalPlaces: 2,
824
824
  useCompactNotation: false,
@@ -830,7 +830,7 @@ export const ORDERS_MEASURES_MAP = {
830
830
  [MEASURE.ORDERS_OTHER_COST]: {
831
831
  priority: 10,
832
832
  title: 'Other Cost',
833
- shortTitle: 'Other',
833
+ shortTitle: 'Other Cost',
834
834
  description: 'Other variable order costs (per-order, per-line-item, percentage-based).',
835
835
  sumPrefix: '$',
836
836
  sumSuffix: '',
@@ -839,7 +839,7 @@ export const ORDERS_MEASURES_MAP = {
839
839
  icon: MEASURE_ICON.SHOPIFY,
840
840
  measure: MEASURE.ORDERS_OTHER_COST,
841
841
  category: MEASURE_CATEGORY.ORDERS,
842
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
842
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
843
843
  valueType: MeasureValueType.CURRENCY,
844
844
  decimalPlaces: 2,
845
845
  useCompactNotation: true,
@@ -849,7 +849,7 @@ export const ORDERS_MEASURES_MAP = {
849
849
  [MEASURE.ORDERS_OTHER_COST_PER_ORDER]: {
850
850
  priority: 11,
851
851
  title: 'Other Cost Per Order',
852
- shortTitle: 'Other/Order',
852
+ shortTitle: 'Other Cost/Order',
853
853
  description: 'Average other cost per order.',
854
854
  sumPrefix: '$',
855
855
  sumSuffix: '',
@@ -858,7 +858,7 @@ export const ORDERS_MEASURES_MAP = {
858
858
  icon: MEASURE_ICON.SHOPIFY,
859
859
  measure: MEASURE.ORDERS_OTHER_COST_PER_ORDER,
860
860
  category: MEASURE_CATEGORY.ORDERS,
861
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
861
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
862
862
  valueType: MeasureValueType.CURRENCY,
863
863
  decimalPlaces: 2,
864
864
  useCompactNotation: false,
@@ -870,7 +870,7 @@ export const ORDERS_MEASURES_MAP = {
870
870
  [MEASURE.ORDERS_OTHER_COST_PERCENT]: {
871
871
  priority: 12,
872
872
  title: 'Other Cost %',
873
- shortTitle: 'Other %',
873
+ shortTitle: 'Other Cost %',
874
874
  description: 'Other cost as percentage of net revenue.',
875
875
  sumPrefix: '',
876
876
  sumSuffix: '%',
@@ -879,7 +879,7 @@ export const ORDERS_MEASURES_MAP = {
879
879
  icon: MEASURE_ICON.SHOPIFY,
880
880
  measure: MEASURE.ORDERS_OTHER_COST_PERCENT,
881
881
  category: MEASURE_CATEGORY.ORDERS,
882
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
882
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
883
883
  valueType: MeasureValueType.PERCENTAGE,
884
884
  decimalPlaces: 2,
885
885
  useCompactNotation: false,
@@ -891,7 +891,7 @@ export const ORDERS_MEASURES_MAP = {
891
891
  [MEASURE.ORDERS_VARIABLE_COSTS]: {
892
892
  priority: 13,
893
893
  title: 'Variable Costs',
894
- shortTitle: 'Variable',
894
+ shortTitle: 'Variable Costs',
895
895
  description: 'Total variable order costs (handling + gateway + shipping + other).',
896
896
  sumPrefix: '$',
897
897
  sumSuffix: '',
@@ -900,19 +900,19 @@ export const ORDERS_MEASURES_MAP = {
900
900
  icon: MEASURE_ICON.SHOPIFY,
901
901
  measure: MEASURE.ORDERS_VARIABLE_COSTS,
902
902
  category: MEASURE_CATEGORY.ORDERS,
903
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
903
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
904
904
  valueType: MeasureValueType.CURRENCY,
905
905
  decimalPlaces: 2,
906
906
  useCompactNotation: true,
907
907
  applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
908
908
  tooltip: 'Total variable order costs including handling, gateway fees, shipping costs, and other fees. Deducted from CM1 to calculate CM2.',
909
- formulaDisplay: '(Handling) + (Gateway) + (Shipping) + (Other)',
909
+ formulaDisplay: '(Handling Cost) + (Gateway Cost) + (Shipping Cost) + (Other Cost)',
910
910
  formula: '(handling_cost) + (gateway_cost) + (shipping_cost) + (other_cost)',
911
911
  },
912
912
  [MEASURE.ORDERS_VARIABLE_COSTS_PER_ORDER]: {
913
913
  priority: 14,
914
914
  title: 'Variable Costs Per Order',
915
- shortTitle: 'Variable/Order',
915
+ shortTitle: 'Var. Costs/Order',
916
916
  description: 'Average variable costs per order.',
917
917
  sumPrefix: '$',
918
918
  sumSuffix: '',
@@ -921,7 +921,7 @@ export const ORDERS_MEASURES_MAP = {
921
921
  icon: MEASURE_ICON.SHOPIFY,
922
922
  measure: MEASURE.ORDERS_VARIABLE_COSTS_PER_ORDER,
923
923
  category: MEASURE_CATEGORY.ORDERS,
924
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
924
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
925
925
  valueType: MeasureValueType.CURRENCY,
926
926
  decimalPlaces: 2,
927
927
  useCompactNotation: false,
@@ -933,7 +933,7 @@ export const ORDERS_MEASURES_MAP = {
933
933
  [MEASURE.ORDERS_VARIABLE_COSTS_PERCENT]: {
934
934
  priority: 15,
935
935
  title: 'Variable Costs %',
936
- shortTitle: 'Variable %',
936
+ shortTitle: 'Var. Costs %',
937
937
  description: 'Variable costs as percentage of net revenue.',
938
938
  sumPrefix: '',
939
939
  sumSuffix: '%',
@@ -942,7 +942,7 @@ export const ORDERS_MEASURES_MAP = {
942
942
  icon: MEASURE_ICON.SHOPIFY,
943
943
  measure: MEASURE.ORDERS_VARIABLE_COSTS_PERCENT,
944
944
  category: MEASURE_CATEGORY.ORDERS,
945
- subcategory: MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
945
+ subcategory: MEASURE_SUBCATEGORY.ORDERS_COGS,
946
946
  valueType: MeasureValueType.PERCENTAGE,
947
947
  decimalPlaces: 2,
948
948
  useCompactNotation: false,
@@ -4190,8 +4190,8 @@ export const ORDERS_MEASURES_MAP = {
4190
4190
  useCompactNotation: true,
4191
4191
  applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
4192
4192
  tooltip: 'Profit after deducting variable order costs (handling, gateway, shipping, other).',
4193
- formulaDisplay: '(CM1) − (Handling) − (Gateway) − (Shipping) − (Other)',
4194
- formula: '(cm1) - (handling) - (gateway) - (shipping) - (other)',
4193
+ formulaDisplay: '(CM1) − (Handling Cost) − (Gateway Cost) − (Shipping Cost) − (Other Cost)',
4194
+ formula: '(cm1) - (handling_cost) - (gateway_cost) - (shipping_cost) - (other_cost)',
4195
4195
  },
4196
4196
  [MEASURE.ORDERS_CM2_PERCENT]: {
4197
4197
  priority: 32,
@@ -4231,8 +4231,8 @@ export const ORDERS_MEASURES_MAP = {
4231
4231
  useCompactNotation: true,
4232
4232
  applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
4233
4233
  tooltip: 'Profit from new customers after deducting variable order costs (handling, gateway, shipping, other).',
4234
- formulaDisplay: 'NC CM1 − Handling − Gateway − Shipping − Other',
4235
- formula: '(nc_cm1) - (nc_handling) - (nc_gateway) - (nc_shipping) - (nc_other)',
4234
+ formulaDisplay: '(NC CM1)(Handling Cost) (Gateway Cost) (Shipping Cost) (Other Cost)',
4235
+ formula: '(nc_cm1) - (nc_handling_cost) - (nc_gateway_cost) - (nc_shipping_cost) - (nc_other_cost)',
4236
4236
  },
4237
4237
  [MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
4238
4238
  priority: 36,
@@ -4271,8 +4271,8 @@ export const ORDERS_MEASURES_MAP = {
4271
4271
  useCompactNotation: true,
4272
4272
  applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
4273
4273
  tooltip: 'Profit from returning customers after deducting variable order costs (handling, gateway, shipping, other).',
4274
- formulaDisplay: 'RC CM1 − Handling − Gateway − Shipping − Other',
4275
- formula: '(rc_cm1) - (rc_handling) - (rc_gateway) - (rc_shipping) - (rc_other)',
4274
+ formulaDisplay: '(RC CM1)(Handling Cost) (Gateway Cost) (Shipping Cost) (Other Cost)',
4275
+ formula: '(rc_cm1) - (rc_handling_cost) - (rc_gateway_cost) - (rc_shipping_cost) - (rc_other_cost)',
4276
4276
  },
4277
4277
  [MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
4278
4278
  priority: 40,