@adtrackify/at-tracking-event-types 4.61.12 → 4.62.1
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.
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js +328 -21
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/measure-categories.d.ts +1 -0
- package/dist/cjs/types/api/measures/measure-categories.js +1 -0
- package/dist/cjs/types/api/measures/measure-categories.js.map +1 -1
- package/dist/cjs/types/api/measures/measures.d.ts +15 -0
- package/dist/cjs/types/api/measures/measures.js +15 -0
- package/dist/cjs/types/api/measures/measures.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js +328 -21
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/measure-categories.d.ts +1 -0
- package/dist/esm/types/api/measures/measure-categories.js +1 -0
- package/dist/esm/types/api/measures/measure-categories.js.map +1 -1
- package/dist/esm/types/api/measures/measures.d.ts +15 -0
- package/dist/esm/types/api/measures/measures.js +15 -0
- package/dist/esm/types/api/measures/measures.js.map +1 -1
- package/package.json +1 -1
|
@@ -647,6 +647,313 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
647
647
|
formulaDisplay: 'RC COGS ÷ RC Order Count',
|
|
648
648
|
formula: 'rc_cogs / rc_order_count',
|
|
649
649
|
},
|
|
650
|
+
[measures_js_1.MEASURE.ORDERS_HANDLING_COST]: {
|
|
651
|
+
priority: 1,
|
|
652
|
+
title: 'Handling Cost',
|
|
653
|
+
shortTitle: 'Handling',
|
|
654
|
+
description: 'Total handling costs including global and per-product fees.',
|
|
655
|
+
sumPrefix: '$',
|
|
656
|
+
sumSuffix: '',
|
|
657
|
+
avgPrefix: '$',
|
|
658
|
+
avgSuffix: '',
|
|
659
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
660
|
+
measure: measures_js_1.MEASURE.ORDERS_HANDLING_COST,
|
|
661
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
662
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
663
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
664
|
+
decimalPlaces: 2,
|
|
665
|
+
useCompactNotation: true,
|
|
666
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
667
|
+
tooltip: 'Total handling costs including global handling fees and per-product handling fees.',
|
|
668
|
+
},
|
|
669
|
+
[measures_js_1.MEASURE.ORDERS_HANDLING_COST_PER_ORDER]: {
|
|
670
|
+
priority: 2,
|
|
671
|
+
title: 'Handling Cost Per Order',
|
|
672
|
+
shortTitle: 'Handling/Order',
|
|
673
|
+
description: 'Average handling cost per order.',
|
|
674
|
+
sumPrefix: '$',
|
|
675
|
+
sumSuffix: '',
|
|
676
|
+
avgPrefix: '$',
|
|
677
|
+
avgSuffix: '',
|
|
678
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
679
|
+
measure: measures_js_1.MEASURE.ORDERS_HANDLING_COST_PER_ORDER,
|
|
680
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
681
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
682
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
683
|
+
decimalPlaces: 2,
|
|
684
|
+
useCompactNotation: false,
|
|
685
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
686
|
+
tooltip: 'Average handling cost per order.',
|
|
687
|
+
formulaDisplay: 'Handling Cost ÷ Order Count',
|
|
688
|
+
formula: 'handling_cost / order_count',
|
|
689
|
+
},
|
|
690
|
+
[measures_js_1.MEASURE.ORDERS_HANDLING_COST_PERCENT]: {
|
|
691
|
+
priority: 3,
|
|
692
|
+
title: 'Handling Cost %',
|
|
693
|
+
shortTitle: 'Handling %',
|
|
694
|
+
description: 'Handling cost as percentage of net revenue.',
|
|
695
|
+
sumPrefix: '',
|
|
696
|
+
sumSuffix: '%',
|
|
697
|
+
avgPrefix: '',
|
|
698
|
+
avgSuffix: '%',
|
|
699
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
700
|
+
measure: measures_js_1.MEASURE.ORDERS_HANDLING_COST_PERCENT,
|
|
701
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
702
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
703
|
+
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
704
|
+
decimalPlaces: 2,
|
|
705
|
+
useCompactNotation: false,
|
|
706
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
707
|
+
tooltip: 'Handling cost as a percentage of net revenue.',
|
|
708
|
+
formulaDisplay: 'Handling Cost ÷ Net Revenue × 100',
|
|
709
|
+
formula: 'handling_cost / net_revenue * 100',
|
|
710
|
+
},
|
|
711
|
+
[measures_js_1.MEASURE.ORDERS_GATEWAY_COST]: {
|
|
712
|
+
priority: 4,
|
|
713
|
+
title: 'Gateway Cost',
|
|
714
|
+
shortTitle: 'Gateway',
|
|
715
|
+
description: 'Payment gateway processing fees.',
|
|
716
|
+
sumPrefix: '$',
|
|
717
|
+
sumSuffix: '',
|
|
718
|
+
avgPrefix: '$',
|
|
719
|
+
avgSuffix: '',
|
|
720
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
721
|
+
measure: measures_js_1.MEASURE.ORDERS_GATEWAY_COST,
|
|
722
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
723
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
724
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
725
|
+
decimalPlaces: 2,
|
|
726
|
+
useCompactNotation: true,
|
|
727
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
728
|
+
tooltip: 'Total payment gateway processing fees including flat fees and percentage-based fees.',
|
|
729
|
+
},
|
|
730
|
+
[measures_js_1.MEASURE.ORDERS_GATEWAY_COST_PER_ORDER]: {
|
|
731
|
+
priority: 5,
|
|
732
|
+
title: 'Gateway Cost Per Order',
|
|
733
|
+
shortTitle: 'Gateway/Order',
|
|
734
|
+
description: 'Average gateway cost per order.',
|
|
735
|
+
sumPrefix: '$',
|
|
736
|
+
sumSuffix: '',
|
|
737
|
+
avgPrefix: '$',
|
|
738
|
+
avgSuffix: '',
|
|
739
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
740
|
+
measure: measures_js_1.MEASURE.ORDERS_GATEWAY_COST_PER_ORDER,
|
|
741
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
742
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
743
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
744
|
+
decimalPlaces: 2,
|
|
745
|
+
useCompactNotation: false,
|
|
746
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
747
|
+
tooltip: 'Average payment gateway cost per order.',
|
|
748
|
+
formulaDisplay: 'Gateway Cost ÷ Order Count',
|
|
749
|
+
formula: 'gateway_cost / order_count',
|
|
750
|
+
},
|
|
751
|
+
[measures_js_1.MEASURE.ORDERS_GATEWAY_COST_PERCENT]: {
|
|
752
|
+
priority: 6,
|
|
753
|
+
title: 'Gateway Cost %',
|
|
754
|
+
shortTitle: 'Gateway %',
|
|
755
|
+
description: 'Gateway cost as percentage of net revenue.',
|
|
756
|
+
sumPrefix: '',
|
|
757
|
+
sumSuffix: '%',
|
|
758
|
+
avgPrefix: '',
|
|
759
|
+
avgSuffix: '%',
|
|
760
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
761
|
+
measure: measures_js_1.MEASURE.ORDERS_GATEWAY_COST_PERCENT,
|
|
762
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
763
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
764
|
+
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
765
|
+
decimalPlaces: 2,
|
|
766
|
+
useCompactNotation: false,
|
|
767
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
768
|
+
tooltip: 'Payment gateway cost as a percentage of net revenue.',
|
|
769
|
+
formulaDisplay: 'Gateway Cost ÷ Net Revenue × 100',
|
|
770
|
+
formula: 'gateway_cost / net_revenue * 100',
|
|
771
|
+
},
|
|
772
|
+
[measures_js_1.MEASURE.ORDERS_SHIPPING_COST]: {
|
|
773
|
+
priority: 7,
|
|
774
|
+
title: 'Shipping Cost',
|
|
775
|
+
shortTitle: 'Shipping Cost',
|
|
776
|
+
description: 'Shipping costs from cost configuration.',
|
|
777
|
+
sumPrefix: '$',
|
|
778
|
+
sumSuffix: '',
|
|
779
|
+
avgPrefix: '$',
|
|
780
|
+
avgSuffix: '',
|
|
781
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
782
|
+
measure: measures_js_1.MEASURE.ORDERS_SHIPPING_COST,
|
|
783
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
784
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
785
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
786
|
+
decimalPlaces: 2,
|
|
787
|
+
useCompactNotation: true,
|
|
788
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
789
|
+
tooltip: 'Total shipping costs based on configured shipping cost rules.',
|
|
790
|
+
},
|
|
791
|
+
[measures_js_1.MEASURE.ORDERS_SHIPPING_COST_PER_ORDER]: {
|
|
792
|
+
priority: 8,
|
|
793
|
+
title: 'Shipping Cost Per Order',
|
|
794
|
+
shortTitle: 'Ship Cost/Order',
|
|
795
|
+
description: 'Average shipping cost per order.',
|
|
796
|
+
sumPrefix: '$',
|
|
797
|
+
sumSuffix: '',
|
|
798
|
+
avgPrefix: '$',
|
|
799
|
+
avgSuffix: '',
|
|
800
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
801
|
+
measure: measures_js_1.MEASURE.ORDERS_SHIPPING_COST_PER_ORDER,
|
|
802
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
803
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
804
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
805
|
+
decimalPlaces: 2,
|
|
806
|
+
useCompactNotation: false,
|
|
807
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
808
|
+
tooltip: 'Average shipping cost per order.',
|
|
809
|
+
formulaDisplay: 'Shipping Cost ÷ Order Count',
|
|
810
|
+
formula: 'shipping_cost / order_count',
|
|
811
|
+
},
|
|
812
|
+
[measures_js_1.MEASURE.ORDERS_SHIPPING_COST_PERCENT]: {
|
|
813
|
+
priority: 9,
|
|
814
|
+
title: 'Shipping Cost %',
|
|
815
|
+
shortTitle: 'Ship Cost %',
|
|
816
|
+
description: 'Shipping cost as percentage of net revenue.',
|
|
817
|
+
sumPrefix: '',
|
|
818
|
+
sumSuffix: '%',
|
|
819
|
+
avgPrefix: '',
|
|
820
|
+
avgSuffix: '%',
|
|
821
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
822
|
+
measure: measures_js_1.MEASURE.ORDERS_SHIPPING_COST_PERCENT,
|
|
823
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
824
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
825
|
+
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
826
|
+
decimalPlaces: 2,
|
|
827
|
+
useCompactNotation: false,
|
|
828
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
829
|
+
tooltip: 'Shipping cost as a percentage of net revenue.',
|
|
830
|
+
formulaDisplay: 'Shipping Cost ÷ Net Revenue × 100',
|
|
831
|
+
formula: 'shipping_cost / net_revenue * 100',
|
|
832
|
+
},
|
|
833
|
+
[measures_js_1.MEASURE.ORDERS_OTHER_COST]: {
|
|
834
|
+
priority: 10,
|
|
835
|
+
title: 'Other Cost',
|
|
836
|
+
shortTitle: 'Other',
|
|
837
|
+
description: 'Other variable order costs (per-order, per-line-item, percentage-based).',
|
|
838
|
+
sumPrefix: '$',
|
|
839
|
+
sumSuffix: '',
|
|
840
|
+
avgPrefix: '$',
|
|
841
|
+
avgSuffix: '',
|
|
842
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
843
|
+
measure: measures_js_1.MEASURE.ORDERS_OTHER_COST,
|
|
844
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
845
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
846
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
847
|
+
decimalPlaces: 2,
|
|
848
|
+
useCompactNotation: true,
|
|
849
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
850
|
+
tooltip: 'Other variable order costs including per-order fees, per-line-item fees, and percentage-based costs.',
|
|
851
|
+
},
|
|
852
|
+
[measures_js_1.MEASURE.ORDERS_OTHER_COST_PER_ORDER]: {
|
|
853
|
+
priority: 11,
|
|
854
|
+
title: 'Other Cost Per Order',
|
|
855
|
+
shortTitle: 'Other/Order',
|
|
856
|
+
description: 'Average other cost per order.',
|
|
857
|
+
sumPrefix: '$',
|
|
858
|
+
sumSuffix: '',
|
|
859
|
+
avgPrefix: '$',
|
|
860
|
+
avgSuffix: '',
|
|
861
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
862
|
+
measure: measures_js_1.MEASURE.ORDERS_OTHER_COST_PER_ORDER,
|
|
863
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
864
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
865
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
866
|
+
decimalPlaces: 2,
|
|
867
|
+
useCompactNotation: false,
|
|
868
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
869
|
+
tooltip: 'Average other variable cost per order.',
|
|
870
|
+
formulaDisplay: 'Other Cost ÷ Order Count',
|
|
871
|
+
formula: 'other_cost / order_count',
|
|
872
|
+
},
|
|
873
|
+
[measures_js_1.MEASURE.ORDERS_OTHER_COST_PERCENT]: {
|
|
874
|
+
priority: 12,
|
|
875
|
+
title: 'Other Cost %',
|
|
876
|
+
shortTitle: 'Other %',
|
|
877
|
+
description: 'Other cost as percentage of net revenue.',
|
|
878
|
+
sumPrefix: '',
|
|
879
|
+
sumSuffix: '%',
|
|
880
|
+
avgPrefix: '',
|
|
881
|
+
avgSuffix: '%',
|
|
882
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
883
|
+
measure: measures_js_1.MEASURE.ORDERS_OTHER_COST_PERCENT,
|
|
884
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
885
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
886
|
+
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
887
|
+
decimalPlaces: 2,
|
|
888
|
+
useCompactNotation: false,
|
|
889
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
890
|
+
tooltip: 'Other variable cost as a percentage of net revenue.',
|
|
891
|
+
formulaDisplay: 'Other Cost ÷ Net Revenue × 100',
|
|
892
|
+
formula: 'other_cost / net_revenue * 100',
|
|
893
|
+
},
|
|
894
|
+
[measures_js_1.MEASURE.ORDERS_VARIABLE_COSTS]: {
|
|
895
|
+
priority: 13,
|
|
896
|
+
title: 'Variable Costs',
|
|
897
|
+
shortTitle: 'Variable',
|
|
898
|
+
description: 'Total variable order costs (handling + gateway + shipping + other).',
|
|
899
|
+
sumPrefix: '$',
|
|
900
|
+
sumSuffix: '',
|
|
901
|
+
avgPrefix: '$',
|
|
902
|
+
avgSuffix: '',
|
|
903
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
904
|
+
measure: measures_js_1.MEASURE.ORDERS_VARIABLE_COSTS,
|
|
905
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
906
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
907
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
908
|
+
decimalPlaces: 2,
|
|
909
|
+
useCompactNotation: true,
|
|
910
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
911
|
+
tooltip: 'Total variable order costs including handling, gateway fees, shipping costs, and other fees. Deducted from CM1 to calculate CM2.',
|
|
912
|
+
formulaDisplay: 'Handling + Gateway + Shipping + Other',
|
|
913
|
+
formula: 'handling_cost + gateway_cost + shipping_cost + other_cost',
|
|
914
|
+
},
|
|
915
|
+
[measures_js_1.MEASURE.ORDERS_VARIABLE_COSTS_PER_ORDER]: {
|
|
916
|
+
priority: 14,
|
|
917
|
+
title: 'Variable Costs Per Order',
|
|
918
|
+
shortTitle: 'Variable/Order',
|
|
919
|
+
description: 'Average variable costs per order.',
|
|
920
|
+
sumPrefix: '$',
|
|
921
|
+
sumSuffix: '',
|
|
922
|
+
avgPrefix: '$',
|
|
923
|
+
avgSuffix: '',
|
|
924
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
925
|
+
measure: measures_js_1.MEASURE.ORDERS_VARIABLE_COSTS_PER_ORDER,
|
|
926
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
927
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
928
|
+
valueType: measure_value_type_js_1.MeasureValueType.CURRENCY,
|
|
929
|
+
decimalPlaces: 2,
|
|
930
|
+
useCompactNotation: false,
|
|
931
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
932
|
+
tooltip: 'Average variable costs per order.',
|
|
933
|
+
formulaDisplay: 'Variable Costs ÷ Order Count',
|
|
934
|
+
formula: 'variable_costs / order_count',
|
|
935
|
+
},
|
|
936
|
+
[measures_js_1.MEASURE.ORDERS_VARIABLE_COSTS_PERCENT]: {
|
|
937
|
+
priority: 15,
|
|
938
|
+
title: 'Variable Costs %',
|
|
939
|
+
shortTitle: 'Variable %',
|
|
940
|
+
description: 'Variable costs as percentage of net revenue.',
|
|
941
|
+
sumPrefix: '',
|
|
942
|
+
sumSuffix: '%',
|
|
943
|
+
avgPrefix: '',
|
|
944
|
+
avgSuffix: '%',
|
|
945
|
+
icon: measure_icon_js_1.MEASURE_ICON.SHOPIFY,
|
|
946
|
+
measure: measures_js_1.MEASURE.ORDERS_VARIABLE_COSTS_PERCENT,
|
|
947
|
+
category: measure_categories_js_1.MEASURE_CATEGORY.ORDERS,
|
|
948
|
+
subcategory: measure_categories_js_1.MEASURE_SUBCATEGORY.ORDERS_COST_BREAKDOWN,
|
|
949
|
+
valueType: measure_value_type_js_1.MeasureValueType.PERCENTAGE,
|
|
950
|
+
decimalPlaces: 2,
|
|
951
|
+
useCompactNotation: false,
|
|
952
|
+
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
953
|
+
tooltip: 'Variable costs as a percentage of net revenue.',
|
|
954
|
+
formulaDisplay: 'Variable Costs ÷ Net Revenue × 100',
|
|
955
|
+
formula: 'variable_costs / net_revenue * 100',
|
|
956
|
+
},
|
|
650
957
|
[measures_js_1.MEASURE.ORDERS_REFUND_AMOUNT]: {
|
|
651
958
|
priority: 1,
|
|
652
959
|
title: 'Refund Amount',
|
|
@@ -1548,7 +1855,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1548
1855
|
decimalPlaces: 2,
|
|
1549
1856
|
useCompactNotation: false,
|
|
1550
1857
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1551
|
-
tooltip: 'Average Contribution Margin 2 per order, after deducting
|
|
1858
|
+
tooltip: 'Average Contribution Margin 2 per order, after deducting variable costs (handling, gateway, shipping, other).',
|
|
1552
1859
|
formulaDisplay: 'CM2 ÷ Order Count',
|
|
1553
1860
|
formula: 'cm2 / order_count',
|
|
1554
1861
|
},
|
|
@@ -1609,7 +1916,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1609
1916
|
decimalPlaces: 2,
|
|
1610
1917
|
useCompactNotation: false,
|
|
1611
1918
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1612
|
-
tooltip: 'Average Contribution Margin 2 per new customer order, after deducting
|
|
1919
|
+
tooltip: 'Average Contribution Margin 2 per new customer order, after deducting variable costs.',
|
|
1613
1920
|
formulaDisplay: 'NC CM2 ÷ NC Order Count',
|
|
1614
1921
|
formula: 'nc_cm2 / nc_order_count',
|
|
1615
1922
|
},
|
|
@@ -1669,7 +1976,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
1669
1976
|
decimalPlaces: 2,
|
|
1670
1977
|
useCompactNotation: false,
|
|
1671
1978
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
1672
|
-
tooltip: 'Average Contribution Margin 2 per returning customer order, after deducting
|
|
1979
|
+
tooltip: 'Average Contribution Margin 2 per returning customer order, after deducting variable costs.',
|
|
1673
1980
|
formulaDisplay: 'RC CM2 ÷ RC Order Count',
|
|
1674
1981
|
formula: 'rc_cm2 / rc_order_count',
|
|
1675
1982
|
},
|
|
@@ -3001,7 +3308,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3001
3308
|
decimalPlaces: 2,
|
|
3002
3309
|
useCompactNotation: false,
|
|
3003
3310
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3004
|
-
tooltip: 'How much contribution margin after
|
|
3311
|
+
tooltip: 'How much contribution margin after variable costs (CM2) you earn for every dollar spent on advertising.',
|
|
3005
3312
|
formulaDisplay: 'CM2 ÷ Total Ad Spend',
|
|
3006
3313
|
formula: 'cm2 / spend',
|
|
3007
3314
|
},
|
|
@@ -3062,7 +3369,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3062
3369
|
decimalPlaces: 2,
|
|
3063
3370
|
useCompactNotation: false,
|
|
3064
3371
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3065
|
-
tooltip: 'New customer contribution margin after
|
|
3372
|
+
tooltip: 'New customer contribution margin after variable costs (CM2) per dollar spent on advertising.',
|
|
3066
3373
|
formulaDisplay: 'NC CM2 ÷ Ad Spend',
|
|
3067
3374
|
formula: 'nc_cm2 / spend',
|
|
3068
3375
|
},
|
|
@@ -3122,7 +3429,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3122
3429
|
decimalPlaces: 2,
|
|
3123
3430
|
useCompactNotation: false,
|
|
3124
3431
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3125
|
-
tooltip: 'Returning customer contribution margin after
|
|
3432
|
+
tooltip: 'Returning customer contribution margin after variable costs (CM2) per dollar spent on advertising.',
|
|
3126
3433
|
formulaDisplay: 'RC CM2 ÷ Ad Spend',
|
|
3127
3434
|
formula: 'rc_cm2 / spend',
|
|
3128
3435
|
},
|
|
@@ -3363,7 +3670,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3363
3670
|
decimalPlaces: 2,
|
|
3364
3671
|
useCompactNotation: false,
|
|
3365
3672
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3366
|
-
tooltip: 'What percentage of your contribution margin after
|
|
3673
|
+
tooltip: 'What percentage of your contribution margin after variable costs (CM2) is spent on advertising.',
|
|
3367
3674
|
formulaDisplay: '(Total Ad Spend ÷ CM2) × 100',
|
|
3368
3675
|
formula: '(spend / cm2) * 100',
|
|
3369
3676
|
},
|
|
@@ -3424,7 +3731,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3424
3731
|
decimalPlaces: 2,
|
|
3425
3732
|
useCompactNotation: false,
|
|
3426
3733
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3427
|
-
tooltip: 'What percentage of new customer contribution margin after
|
|
3734
|
+
tooltip: 'What percentage of new customer contribution margin after variable costs (CM2) is spent on advertising.',
|
|
3428
3735
|
formulaDisplay: '(Ad Spend ÷ NC CM2) × 100',
|
|
3429
3736
|
formula: '(spend / nc_cm2) * 100',
|
|
3430
3737
|
},
|
|
@@ -3484,7 +3791,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3484
3791
|
decimalPlaces: 2,
|
|
3485
3792
|
useCompactNotation: false,
|
|
3486
3793
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3487
|
-
tooltip: 'What percentage of returning customer contribution margin after
|
|
3794
|
+
tooltip: 'What percentage of returning customer contribution margin after variable costs (CM2) is spent on advertising.',
|
|
3488
3795
|
formulaDisplay: '(Ad Spend ÷ RC CM2) × 100',
|
|
3489
3796
|
formula: '(spend / rc_cm2) * 100',
|
|
3490
3797
|
},
|
|
@@ -3873,7 +4180,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3873
4180
|
hideFromUI: true,
|
|
3874
4181
|
title: 'Contribution Margin 2',
|
|
3875
4182
|
shortTitle: 'CM2',
|
|
3876
|
-
description: 'CM1 minus
|
|
4183
|
+
description: 'CM1 minus variable costs (handling, gateway, shipping, other).',
|
|
3877
4184
|
sumPrefix: '$',
|
|
3878
4185
|
sumSuffix: '',
|
|
3879
4186
|
avgPrefix: '$',
|
|
@@ -3885,9 +4192,9 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3885
4192
|
decimalPlaces: 2,
|
|
3886
4193
|
useCompactNotation: true,
|
|
3887
4194
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3888
|
-
tooltip: 'Profit after deducting
|
|
3889
|
-
formulaDisplay: '
|
|
3890
|
-
formula: '
|
|
4195
|
+
tooltip: 'Profit after deducting variable order costs (handling, gateway, shipping, other).',
|
|
4196
|
+
formulaDisplay: 'CM1 − Handling − Gateway − Shipping − Other',
|
|
4197
|
+
formula: 'cm1 - handling - gateway - shipping - other',
|
|
3891
4198
|
},
|
|
3892
4199
|
[measures_js_1.MEASURE.ORDERS_CM2_PERCENT]: {
|
|
3893
4200
|
priority: 32,
|
|
@@ -3914,7 +4221,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3914
4221
|
priority: 12,
|
|
3915
4222
|
title: 'New Customer Contribution Margin 2',
|
|
3916
4223
|
shortTitle: 'NC CM2',
|
|
3917
|
-
description: 'New customer CM1 minus
|
|
4224
|
+
description: 'New customer CM1 minus variable costs (handling, gateway, shipping, other).',
|
|
3918
4225
|
sumPrefix: '$',
|
|
3919
4226
|
sumSuffix: '',
|
|
3920
4227
|
avgPrefix: '$',
|
|
@@ -3926,9 +4233,9 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3926
4233
|
decimalPlaces: 2,
|
|
3927
4234
|
useCompactNotation: true,
|
|
3928
4235
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3929
|
-
tooltip: 'Profit from new customers after
|
|
3930
|
-
formulaDisplay: '
|
|
3931
|
-
formula: '(nc_cm1) - (
|
|
4236
|
+
tooltip: 'Profit from new customers after deducting variable order costs (handling, gateway, shipping, other).',
|
|
4237
|
+
formulaDisplay: 'NC CM1 − Handling − Gateway − Shipping − Other',
|
|
4238
|
+
formula: '(nc_cm1) - (nc_handling) - (nc_gateway) - (nc_shipping) - (nc_other)',
|
|
3932
4239
|
},
|
|
3933
4240
|
[measures_js_1.MEASURE.ORDERS_NEW_CUSTOMER_CM2_PERCENT]: {
|
|
3934
4241
|
priority: 36,
|
|
@@ -3954,7 +4261,7 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3954
4261
|
priority: 22,
|
|
3955
4262
|
title: 'Returning Customer Contribution Margin 2',
|
|
3956
4263
|
shortTitle: 'RC CM2',
|
|
3957
|
-
description: 'Returning customer CM1 minus
|
|
4264
|
+
description: 'Returning customer CM1 minus variable costs (handling, gateway, shipping, other).',
|
|
3958
4265
|
sumPrefix: '$',
|
|
3959
4266
|
sumSuffix: '',
|
|
3960
4267
|
avgPrefix: '$',
|
|
@@ -3966,9 +4273,9 @@ exports.ORDERS_MEASURES_MAP = {
|
|
|
3966
4273
|
decimalPlaces: 2,
|
|
3967
4274
|
useCompactNotation: true,
|
|
3968
4275
|
applicableContexts: measure_applicable_contexts_js_1.STANDARD_APPLICABLE_CONTEXTS,
|
|
3969
|
-
tooltip: 'Profit from returning customers after
|
|
3970
|
-
formulaDisplay: '
|
|
3971
|
-
formula: '(rc_cm1) - (
|
|
4276
|
+
tooltip: 'Profit from returning customers after deducting variable order costs (handling, gateway, shipping, other).',
|
|
4277
|
+
formulaDisplay: 'RC CM1 − Handling − Gateway − Shipping − Other',
|
|
4278
|
+
formula: '(rc_cm1) - (rc_handling) - (rc_gateway) - (rc_shipping) - (rc_other)',
|
|
3972
4279
|
},
|
|
3973
4280
|
[measures_js_1.MEASURE.ORDERS_RETURNING_CUSTOMER_CM2_PERCENT]: {
|
|
3974
4281
|
priority: 40,
|