@adtrackify/at-tracking-event-types 4.41.0 → 4.42.0
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/channel-measure-definitions.js +765 -220
- package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +557 -225
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/emq-measure-definitions.js +94 -32
- package/dist/cjs/types/api/measures/definitions/emq-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +649 -201
- package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +143 -42
- package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/index.d.ts +1 -0
- package/dist/cjs/types/api/measures/definitions/index.js +1 -0
- package/dist/cjs/types/api/measures/definitions/index.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/measure-categories.d.ts +47 -0
- package/dist/cjs/types/api/measures/definitions/measure-categories.js +49 -1
- package/dist/cjs/types/api/measures/definitions/measure-categories.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +15 -4
- package/dist/cjs/types/api/measures/definitions/measure-definitions.js +3 -1
- package/dist/cjs/types/api/measures/definitions/measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/measure-icon.d.ts +7 -0
- package/dist/cjs/types/api/measures/definitions/measure-icon.js +12 -0
- package/dist/cjs/types/api/measures/definitions/measure-icon.js.map +1 -0
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js +973 -276
- package/dist/cjs/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/session-measure-definitions.js +136 -48
- package/dist/cjs/types/api/measures/definitions/session-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/shopify/shopify-measure-definitions.js +248 -57
- package/dist/cjs/types/api/measures/definitions/shopify/shopify-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js +124 -29
- package/dist/cjs/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js +130 -29
- package/dist/cjs/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +317 -102
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js +766 -221
- package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +558 -226
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/emq-measure-definitions.js +95 -33
- package/dist/esm/types/api/measures/definitions/emq-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +650 -202
- package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +144 -43
- package/dist/esm/types/api/measures/definitions/google-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/index.d.ts +1 -0
- package/dist/esm/types/api/measures/definitions/index.js +1 -0
- package/dist/esm/types/api/measures/definitions/index.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/measure-categories.d.ts +47 -0
- package/dist/esm/types/api/measures/definitions/measure-categories.js +48 -0
- package/dist/esm/types/api/measures/definitions/measure-categories.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +15 -4
- package/dist/esm/types/api/measures/definitions/measure-definitions.js +1 -0
- package/dist/esm/types/api/measures/definitions/measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/measure-icon.d.ts +7 -0
- package/dist/esm/types/api/measures/definitions/measure-icon.js +9 -0
- package/dist/esm/types/api/measures/definitions/measure-icon.js.map +1 -0
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js +974 -277
- package/dist/esm/types/api/measures/definitions/orders-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/session-measure-definitions.js +137 -49
- package/dist/esm/types/api/measures/definitions/session-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/shopify/shopify-measure-definitions.js +249 -58
- package/dist/esm/types/api/measures/definitions/shopify/shopify-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js +125 -30
- package/dist/esm/types/api/measures/definitions/shopify/shopify-nc-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js +131 -30
- package/dist/esm/types/api/measures/definitions/shopify/shopify-rc-measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +318 -103
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MEASURE } from '../../measures.js';
|
|
2
|
-
import { MEASURE_CATEGORY } from '../measure-categories.js';
|
|
2
|
+
import { MEASURE_CATEGORY, MEASURE_SUBCATEGORY } from '../measure-categories.js';
|
|
3
|
+
import { MEASURE_ICON } from '../measure-icon.js';
|
|
3
4
|
import { MeasureValueType } from '../measure-value-type.js';
|
|
4
5
|
import { SHOPIFY_NEW_CUSTOMER_MEASURES_MAP } from './shopify-nc-measure-definitions.js';
|
|
5
6
|
import { SHOPIFY_RETURNING_CUSTOMER_MEASURES_MAP } from './shopify-rc-measure-definitions.js';
|
|
@@ -12,13 +13,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
12
13
|
sumSuffix: '',
|
|
13
14
|
avgPrefix: '',
|
|
14
15
|
avgSuffix: '',
|
|
15
|
-
icon:
|
|
16
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
16
17
|
measure: MEASURE.SHOPIFY_ORDERS,
|
|
17
18
|
category: MEASURE_CATEGORY.SALES,
|
|
19
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
18
20
|
valueType: MeasureValueType.NUMBER,
|
|
19
21
|
decimalPlaces: 0,
|
|
20
22
|
useCompactNotation: false,
|
|
21
23
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
24
|
+
deprecated: true,
|
|
25
|
+
hideFromUI: true,
|
|
22
26
|
},
|
|
23
27
|
[MEASURE.SHOPIFY_CUSTOMERS]: {
|
|
24
28
|
title: 'Customers',
|
|
@@ -27,29 +31,36 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
27
31
|
sumSuffix: '',
|
|
28
32
|
avgPrefix: '',
|
|
29
33
|
avgSuffix: '',
|
|
30
|
-
icon:
|
|
34
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
31
35
|
measure: MEASURE.SHOPIFY_CUSTOMERS,
|
|
32
36
|
category: MEASURE_CATEGORY.SALES,
|
|
37
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
33
38
|
valueType: MeasureValueType.NUMBER,
|
|
34
39
|
decimalPlaces: 0,
|
|
35
40
|
useCompactNotation: false,
|
|
36
41
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
42
|
+
deprecated: true,
|
|
43
|
+
hideFromUI: true,
|
|
37
44
|
},
|
|
38
45
|
[MEASURE.SHOPIFY_TOTAL_REVENUE]: {
|
|
39
46
|
title: 'Total Revenue',
|
|
40
47
|
description: 'The total revenue generated.',
|
|
48
|
+
tooltip: 'Total money collected from all orders, including taxes and shipping, before refunds.',
|
|
41
49
|
sumPrefix: '$',
|
|
42
50
|
sumSuffix: '',
|
|
43
51
|
avgPrefix: '$',
|
|
44
52
|
avgSuffix: '',
|
|
45
|
-
icon:
|
|
53
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
46
54
|
measure: MEASURE.SHOPIFY_TOTAL_REVENUE,
|
|
47
55
|
category: MEASURE_CATEGORY.SALES,
|
|
56
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
48
57
|
valueType: MeasureValueType.CURRENCY,
|
|
49
58
|
decimalPlaces: 2,
|
|
50
59
|
useCompactNotation: true,
|
|
51
60
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
52
61
|
aliases: [MEASURE.SHOPIFY_TOTAL_AMOUNT, MEASURE.SHOPIFY_REVENUE, MEASURE.SHOPIFY_TOTAL_SALES],
|
|
62
|
+
deprecated: true,
|
|
63
|
+
hideFromUI: true,
|
|
53
64
|
},
|
|
54
65
|
[MEASURE.SHOPIFY_GROSS_SALES]: {
|
|
55
66
|
title: 'Gross Sales',
|
|
@@ -58,13 +69,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
58
69
|
sumSuffix: '',
|
|
59
70
|
avgPrefix: '$',
|
|
60
71
|
avgSuffix: '',
|
|
61
|
-
icon:
|
|
72
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
62
73
|
measure: MEASURE.SHOPIFY_GROSS_SALES,
|
|
63
74
|
category: MEASURE_CATEGORY.SALES,
|
|
75
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
64
76
|
valueType: MeasureValueType.CURRENCY,
|
|
65
77
|
decimalPlaces: 2,
|
|
66
78
|
useCompactNotation: true,
|
|
67
79
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
80
|
+
deprecated: true,
|
|
81
|
+
hideFromUI: true,
|
|
68
82
|
},
|
|
69
83
|
[MEASURE.SHOPIFY_NET_SALES]: {
|
|
70
84
|
title: 'Net Sales',
|
|
@@ -73,13 +87,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
73
87
|
sumSuffix: '',
|
|
74
88
|
avgPrefix: '$',
|
|
75
89
|
avgSuffix: '',
|
|
76
|
-
icon:
|
|
90
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
77
91
|
measure: MEASURE.SHOPIFY_NET_SALES,
|
|
78
92
|
category: MEASURE_CATEGORY.SALES,
|
|
93
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
79
94
|
valueType: MeasureValueType.CURRENCY,
|
|
80
95
|
decimalPlaces: 2,
|
|
81
96
|
useCompactNotation: true,
|
|
82
97
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
98
|
+
deprecated: true,
|
|
99
|
+
hideFromUI: true,
|
|
83
100
|
},
|
|
84
101
|
[MEASURE.SHOPIFY_ABANDONED_CHECKOUTS_VALUE]: {
|
|
85
102
|
title: 'Abandoned Checkouts Value',
|
|
@@ -88,13 +105,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
88
105
|
sumSuffix: '',
|
|
89
106
|
avgPrefix: '$',
|
|
90
107
|
avgSuffix: '',
|
|
91
|
-
icon:
|
|
108
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
92
109
|
measure: MEASURE.SHOPIFY_ABANDONED_CHECKOUTS_VALUE,
|
|
93
110
|
category: MEASURE_CATEGORY.SALES,
|
|
111
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
94
112
|
valueType: MeasureValueType.CURRENCY,
|
|
95
113
|
decimalPlaces: 2,
|
|
96
114
|
useCompactNotation: true,
|
|
97
115
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
116
|
+
deprecated: true,
|
|
117
|
+
hideFromUI: true,
|
|
98
118
|
},
|
|
99
119
|
[MEASURE.SHOPIFY_ABANDONED_CHECKOUTS]: {
|
|
100
120
|
title: 'Abandoned Checkouts',
|
|
@@ -103,13 +123,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
103
123
|
sumSuffix: '',
|
|
104
124
|
avgPrefix: '',
|
|
105
125
|
avgSuffix: '',
|
|
106
|
-
icon:
|
|
126
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
107
127
|
measure: MEASURE.SHOPIFY_ABANDONED_CHECKOUTS,
|
|
108
128
|
category: MEASURE_CATEGORY.SALES,
|
|
129
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
109
130
|
valueType: MeasureValueType.NUMBER,
|
|
110
131
|
decimalPlaces: 0,
|
|
111
132
|
useCompactNotation: false,
|
|
112
133
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
134
|
+
deprecated: true,
|
|
135
|
+
hideFromUI: true,
|
|
113
136
|
},
|
|
114
137
|
[MEASURE.SHOPIFY_CANCELLED_ORDERS]: {
|
|
115
138
|
title: 'Cancelled Orders',
|
|
@@ -118,13 +141,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
118
141
|
sumSuffix: '',
|
|
119
142
|
avgPrefix: '',
|
|
120
143
|
avgSuffix: '',
|
|
121
|
-
icon:
|
|
144
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
122
145
|
measure: MEASURE.SHOPIFY_CANCELLED_ORDERS,
|
|
123
146
|
category: MEASURE_CATEGORY.SALES,
|
|
147
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
124
148
|
valueType: MeasureValueType.NUMBER,
|
|
125
149
|
decimalPlaces: 0,
|
|
126
150
|
useCompactNotation: false,
|
|
127
151
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
152
|
+
deprecated: true,
|
|
153
|
+
hideFromUI: true,
|
|
128
154
|
},
|
|
129
155
|
[MEASURE.SHOPIFY_CANCELLED_AMOUNT]: {
|
|
130
156
|
title: 'Cancelled Amount',
|
|
@@ -133,13 +159,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
133
159
|
sumSuffix: '',
|
|
134
160
|
avgPrefix: '$',
|
|
135
161
|
avgSuffix: '',
|
|
136
|
-
icon:
|
|
162
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
137
163
|
measure: MEASURE.SHOPIFY_CANCELLED_AMOUNT,
|
|
138
164
|
category: MEASURE_CATEGORY.SALES,
|
|
165
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
139
166
|
valueType: MeasureValueType.CURRENCY,
|
|
140
167
|
decimalPlaces: 2,
|
|
141
168
|
useCompactNotation: true,
|
|
142
169
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
170
|
+
deprecated: true,
|
|
171
|
+
hideFromUI: true,
|
|
143
172
|
},
|
|
144
173
|
[MEASURE.SHOPIFY_REFUNDS]: {
|
|
145
174
|
title: 'Refunded Orders',
|
|
@@ -148,13 +177,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
148
177
|
sumSuffix: '',
|
|
149
178
|
avgPrefix: '',
|
|
150
179
|
avgSuffix: '',
|
|
151
|
-
icon:
|
|
180
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
152
181
|
measure: MEASURE.SHOPIFY_REFUNDS,
|
|
153
182
|
category: MEASURE_CATEGORY.SALES,
|
|
183
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
154
184
|
valueType: MeasureValueType.NUMBER,
|
|
155
185
|
decimalPlaces: 0,
|
|
156
186
|
useCompactNotation: false,
|
|
157
187
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
188
|
+
deprecated: true,
|
|
189
|
+
hideFromUI: true,
|
|
158
190
|
},
|
|
159
191
|
[MEASURE.SHOPIFY_REFUND_AMOUNT_REFUND_DATE]: {
|
|
160
192
|
title: 'Refund Amount By Date of Refund',
|
|
@@ -163,13 +195,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
163
195
|
sumSuffix: '',
|
|
164
196
|
avgPrefix: '$',
|
|
165
197
|
avgSuffix: '',
|
|
166
|
-
icon:
|
|
198
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
167
199
|
measure: MEASURE.SHOPIFY_REFUND_AMOUNT_REFUND_DATE,
|
|
168
200
|
category: MEASURE_CATEGORY.SALES,
|
|
201
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
169
202
|
valueType: MeasureValueType.CURRENCY,
|
|
170
203
|
decimalPlaces: 2,
|
|
171
204
|
useCompactNotation: true,
|
|
172
205
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
206
|
+
deprecated: true,
|
|
207
|
+
hideFromUI: true,
|
|
173
208
|
},
|
|
174
209
|
[MEASURE.SHOPIFY_REFUND_AMOUNT_ORDER_DATE]: {
|
|
175
210
|
title: 'Refund Amount By Date of Order',
|
|
@@ -178,13 +213,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
178
213
|
sumSuffix: '',
|
|
179
214
|
avgPrefix: '$',
|
|
180
215
|
avgSuffix: '',
|
|
181
|
-
icon:
|
|
216
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
182
217
|
measure: MEASURE.SHOPIFY_REFUND_AMOUNT_ORDER_DATE,
|
|
183
218
|
category: MEASURE_CATEGORY.SALES,
|
|
219
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
184
220
|
valueType: MeasureValueType.CURRENCY,
|
|
185
221
|
decimalPlaces: 2,
|
|
186
222
|
useCompactNotation: true,
|
|
187
223
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
224
|
+
deprecated: true,
|
|
225
|
+
hideFromUI: true,
|
|
188
226
|
},
|
|
189
227
|
[MEASURE.SHOPIFY_REFUND_GROSS_PERCENT]: {
|
|
190
228
|
title: 'Refund Rate (% of Gross Sales)',
|
|
@@ -193,13 +231,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
193
231
|
sumSuffix: '%',
|
|
194
232
|
avgPrefix: '',
|
|
195
233
|
avgSuffix: '%',
|
|
196
|
-
icon:
|
|
234
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
197
235
|
measure: MEASURE.SHOPIFY_REFUND_GROSS_PERCENT,
|
|
198
236
|
category: MEASURE_CATEGORY.SALES,
|
|
237
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
199
238
|
valueType: MeasureValueType.PERCENTAGE,
|
|
200
239
|
decimalPlaces: 2,
|
|
201
240
|
useCompactNotation: false,
|
|
202
241
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
242
|
+
deprecated: true,
|
|
243
|
+
hideFromUI: true,
|
|
203
244
|
},
|
|
204
245
|
[MEASURE.SHOPIFY_REFUND_NET_PERCENT]: {
|
|
205
246
|
title: 'Refund Rate (% of Net Sales)',
|
|
@@ -208,13 +249,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
208
249
|
sumSuffix: '%',
|
|
209
250
|
avgPrefix: '',
|
|
210
251
|
avgSuffix: '%',
|
|
211
|
-
icon:
|
|
252
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
212
253
|
measure: MEASURE.SHOPIFY_REFUND_NET_PERCENT,
|
|
213
254
|
category: MEASURE_CATEGORY.SALES,
|
|
255
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
214
256
|
valueType: MeasureValueType.PERCENTAGE,
|
|
215
257
|
decimalPlaces: 2,
|
|
216
258
|
useCompactNotation: false,
|
|
217
259
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
260
|
+
deprecated: true,
|
|
261
|
+
hideFromUI: true,
|
|
218
262
|
},
|
|
219
263
|
[MEASURE.SHOPIFY_REFUND_RATE]: {
|
|
220
264
|
title: 'Refunded Order Rate',
|
|
@@ -223,13 +267,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
223
267
|
sumSuffix: '%',
|
|
224
268
|
avgPrefix: '',
|
|
225
269
|
avgSuffix: '%',
|
|
226
|
-
icon:
|
|
270
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
227
271
|
measure: MEASURE.SHOPIFY_REFUND_RATE,
|
|
228
272
|
category: MEASURE_CATEGORY.SALES,
|
|
273
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
229
274
|
valueType: MeasureValueType.PERCENTAGE,
|
|
230
275
|
decimalPlaces: 2,
|
|
231
276
|
useCompactNotation: false,
|
|
232
277
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
278
|
+
deprecated: true,
|
|
279
|
+
hideFromUI: true,
|
|
233
280
|
},
|
|
234
281
|
[MEASURE.SHOPIFY_DISCOUNTS]: {
|
|
235
282
|
title: 'Discounted Orders',
|
|
@@ -238,13 +285,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
238
285
|
sumSuffix: '',
|
|
239
286
|
avgPrefix: '',
|
|
240
287
|
avgSuffix: '',
|
|
241
|
-
icon:
|
|
288
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
242
289
|
measure: MEASURE.SHOPIFY_DISCOUNTS,
|
|
243
290
|
category: MEASURE_CATEGORY.SALES,
|
|
291
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
244
292
|
valueType: MeasureValueType.NUMBER,
|
|
245
293
|
decimalPlaces: 0,
|
|
246
294
|
useCompactNotation: false,
|
|
247
295
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
296
|
+
deprecated: true,
|
|
297
|
+
hideFromUI: true,
|
|
248
298
|
},
|
|
249
299
|
[MEASURE.SHOPIFY_DISCOUNT_AMOUNT]: {
|
|
250
300
|
title: 'Discount Amount',
|
|
@@ -253,13 +303,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
253
303
|
sumSuffix: '',
|
|
254
304
|
avgPrefix: '$',
|
|
255
305
|
avgSuffix: '',
|
|
256
|
-
icon:
|
|
306
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
257
307
|
measure: MEASURE.SHOPIFY_DISCOUNT_AMOUNT,
|
|
258
308
|
category: MEASURE_CATEGORY.SALES,
|
|
309
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
259
310
|
valueType: MeasureValueType.CURRENCY,
|
|
260
311
|
decimalPlaces: 2,
|
|
261
312
|
useCompactNotation: true,
|
|
262
313
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
314
|
+
deprecated: true,
|
|
315
|
+
hideFromUI: true,
|
|
263
316
|
},
|
|
264
317
|
[MEASURE.SHOPIFY_DISCOUNT_GROSS_PERCENT]: {
|
|
265
318
|
title: 'Discount Rate (% of Gross Sales)',
|
|
@@ -268,13 +321,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
268
321
|
sumSuffix: '%',
|
|
269
322
|
avgPrefix: '',
|
|
270
323
|
avgSuffix: '%',
|
|
271
|
-
icon:
|
|
324
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
272
325
|
measure: MEASURE.SHOPIFY_DISCOUNT_GROSS_PERCENT,
|
|
273
326
|
category: MEASURE_CATEGORY.SALES,
|
|
327
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
274
328
|
valueType: MeasureValueType.PERCENTAGE,
|
|
275
329
|
decimalPlaces: 2,
|
|
276
330
|
useCompactNotation: false,
|
|
277
331
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
332
|
+
deprecated: true,
|
|
333
|
+
hideFromUI: true,
|
|
278
334
|
},
|
|
279
335
|
[MEASURE.SHOPIFY_DISCOUNT_RATE]: {
|
|
280
336
|
title: 'Discounted Order Rate',
|
|
@@ -283,13 +339,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
283
339
|
sumSuffix: '%',
|
|
284
340
|
avgPrefix: '',
|
|
285
341
|
avgSuffix: '%',
|
|
286
|
-
icon:
|
|
342
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
287
343
|
measure: MEASURE.SHOPIFY_DISCOUNT_RATE,
|
|
288
344
|
category: MEASURE_CATEGORY.SALES,
|
|
345
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
289
346
|
valueType: MeasureValueType.PERCENTAGE,
|
|
290
347
|
decimalPlaces: 2,
|
|
291
348
|
useCompactNotation: false,
|
|
292
349
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
350
|
+
deprecated: true,
|
|
351
|
+
hideFromUI: true,
|
|
293
352
|
},
|
|
294
353
|
[MEASURE.SHOPIFY_SUBTOTAL_AMOUNT]: {
|
|
295
354
|
title: 'Subtotal Amount',
|
|
@@ -298,13 +357,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
298
357
|
sumSuffix: '',
|
|
299
358
|
avgPrefix: '$',
|
|
300
359
|
avgSuffix: '',
|
|
301
|
-
icon:
|
|
360
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
302
361
|
measure: MEASURE.SHOPIFY_SUBTOTAL_AMOUNT,
|
|
303
362
|
category: MEASURE_CATEGORY.SALES,
|
|
363
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
304
364
|
valueType: MeasureValueType.CURRENCY,
|
|
305
365
|
decimalPlaces: 2,
|
|
306
366
|
useCompactNotation: true,
|
|
307
367
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
368
|
+
deprecated: true,
|
|
369
|
+
hideFromUI: true,
|
|
308
370
|
},
|
|
309
371
|
[MEASURE.SHOPIFY_NET_PLUS_SHIPPING_AMOUNT]: {
|
|
310
372
|
title: 'Net Plus Shipping Amount',
|
|
@@ -313,13 +375,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
313
375
|
sumSuffix: '',
|
|
314
376
|
avgPrefix: '$',
|
|
315
377
|
avgSuffix: '',
|
|
316
|
-
icon:
|
|
378
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
317
379
|
measure: MEASURE.SHOPIFY_NET_PLUS_SHIPPING_AMOUNT,
|
|
318
380
|
category: MEASURE_CATEGORY.SALES,
|
|
381
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
319
382
|
valueType: MeasureValueType.CURRENCY,
|
|
320
383
|
decimalPlaces: 2,
|
|
321
384
|
useCompactNotation: true,
|
|
322
385
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
386
|
+
deprecated: true,
|
|
387
|
+
hideFromUI: true,
|
|
323
388
|
},
|
|
324
389
|
[MEASURE.SHOPIFY_TOTAL_AOV]: {
|
|
325
390
|
title: 'Total Average Order Value',
|
|
@@ -328,29 +393,39 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
328
393
|
sumSuffix: '',
|
|
329
394
|
avgPrefix: '$',
|
|
330
395
|
avgSuffix: '',
|
|
331
|
-
icon:
|
|
396
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
332
397
|
measure: MEASURE.SHOPIFY_TOTAL_AOV,
|
|
333
398
|
category: MEASURE_CATEGORY.SALES,
|
|
399
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
334
400
|
valueType: MeasureValueType.CURRENCY,
|
|
335
401
|
decimalPlaces: 2,
|
|
336
402
|
useCompactNotation: true,
|
|
337
403
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
404
|
+
deprecated: true,
|
|
405
|
+
hideFromUI: true,
|
|
338
406
|
},
|
|
339
407
|
[MEASURE.SHOPIFY_GROSS_AOV]: {
|
|
340
408
|
title: 'Gross Average Order Value',
|
|
409
|
+
shortTitle: 'Gross AOV',
|
|
341
410
|
description: 'The gross average value of an order (before refunds and discounts).',
|
|
411
|
+
tooltip: 'The average order value before refunds and discounts are applied. Higher values indicate customers are purchasing more per order.',
|
|
412
|
+
formulaDisplay: 'Gross Revenue ÷ Orders',
|
|
413
|
+
formula: 'gross_revenue / orders',
|
|
342
414
|
sumPrefix: '$',
|
|
343
415
|
sumSuffix: '',
|
|
344
416
|
avgPrefix: '$',
|
|
345
417
|
avgSuffix: '',
|
|
346
|
-
icon:
|
|
418
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
347
419
|
measure: MEASURE.SHOPIFY_GROSS_AOV,
|
|
348
420
|
category: MEASURE_CATEGORY.SALES,
|
|
421
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
349
422
|
valueType: MeasureValueType.CURRENCY,
|
|
350
423
|
decimalPlaces: 2,
|
|
351
424
|
useCompactNotation: true,
|
|
352
425
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
353
426
|
aliases: [MEASURE.SHOPIFY_AOV],
|
|
427
|
+
deprecated: true,
|
|
428
|
+
hideFromUI: true,
|
|
354
429
|
},
|
|
355
430
|
[MEASURE.SHOPIFY_NET_AOV]: {
|
|
356
431
|
title: 'Net Average Order Value',
|
|
@@ -359,41 +434,53 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
359
434
|
sumSuffix: '',
|
|
360
435
|
avgPrefix: '$',
|
|
361
436
|
avgSuffix: '',
|
|
362
|
-
icon:
|
|
437
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
363
438
|
measure: MEASURE.SHOPIFY_NET_AOV,
|
|
364
439
|
category: MEASURE_CATEGORY.SALES,
|
|
440
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
365
441
|
valueType: MeasureValueType.CURRENCY,
|
|
366
442
|
decimalPlaces: 2,
|
|
367
443
|
useCompactNotation: true,
|
|
368
444
|
applicableContexts: STANDARD_APPLICABLE_CONTEXTS,
|
|
445
|
+
deprecated: true,
|
|
446
|
+
hideFromUI: true,
|
|
369
447
|
},
|
|
370
448
|
[MEASURE.SHOPIFY_TOP_PRODUCTS]: {
|
|
371
449
|
title: 'Top Products',
|
|
372
450
|
description: 'The top products by revenue.',
|
|
451
|
+
tooltip: 'Your best-selling products ranked by total revenue generated in the selected period.',
|
|
373
452
|
sumPrefix: '',
|
|
374
453
|
sumSuffix: '',
|
|
375
454
|
avgPrefix: '',
|
|
376
455
|
avgSuffix: '',
|
|
377
|
-
icon:
|
|
456
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
378
457
|
measure: MEASURE.SHOPIFY_TOP_PRODUCTS,
|
|
379
458
|
category: MEASURE_CATEGORY.SALES,
|
|
459
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
380
460
|
valueType: MeasureValueType.NUMBER,
|
|
381
461
|
decimalPlaces: 0,
|
|
382
462
|
useCompactNotation: false,
|
|
463
|
+
deprecated: true,
|
|
464
|
+
hideFromUI: true,
|
|
383
465
|
},
|
|
384
466
|
[MEASURE.SHOPIFY_CUSTOMER_LTV]: {
|
|
385
467
|
title: 'Customer Lifetime Value',
|
|
468
|
+
shortTitle: 'LTV',
|
|
386
469
|
description: 'The average value of a customer over their lifetime.',
|
|
470
|
+
tooltip: 'The average total revenue a customer generates across all their orders. A key indicator of long-term business health.',
|
|
387
471
|
sumPrefix: '$',
|
|
388
472
|
sumSuffix: '',
|
|
389
473
|
avgPrefix: '$',
|
|
390
474
|
avgSuffix: '',
|
|
391
|
-
icon:
|
|
475
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
392
476
|
measure: MEASURE.SHOPIFY_CUSTOMER_LTV,
|
|
393
477
|
category: MEASURE_CATEGORY.LTV,
|
|
478
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
394
479
|
valueType: MeasureValueType.CURRENCY,
|
|
395
480
|
decimalPlaces: 2,
|
|
396
481
|
useCompactNotation: true,
|
|
482
|
+
deprecated: true,
|
|
483
|
+
hideFromUI: true,
|
|
397
484
|
},
|
|
398
485
|
[MEASURE.SHOPIFY_TAX_AMOUNT]: {
|
|
399
486
|
title: 'Tax Amount',
|
|
@@ -402,13 +489,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
402
489
|
sumSuffix: '',
|
|
403
490
|
avgPrefix: '$',
|
|
404
491
|
avgSuffix: '',
|
|
405
|
-
icon:
|
|
492
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
406
493
|
measure: MEASURE.SHOPIFY_TAX_AMOUNT,
|
|
407
494
|
category: MEASURE_CATEGORY.SALES,
|
|
495
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
408
496
|
valueType: MeasureValueType.CURRENCY,
|
|
409
497
|
decimalPlaces: 2,
|
|
410
498
|
useCompactNotation: true,
|
|
411
499
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
500
|
+
deprecated: true,
|
|
501
|
+
hideFromUI: true,
|
|
412
502
|
},
|
|
413
503
|
[MEASURE.SHOPIFY_SHIPPING_AMOUNT]: {
|
|
414
504
|
title: 'Shipping Amount',
|
|
@@ -417,69 +507,95 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
417
507
|
sumSuffix: '',
|
|
418
508
|
avgPrefix: '$',
|
|
419
509
|
avgSuffix: '',
|
|
420
|
-
icon:
|
|
510
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
421
511
|
measure: MEASURE.SHOPIFY_SHIPPING_AMOUNT,
|
|
422
512
|
category: MEASURE_CATEGORY.SALES,
|
|
513
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
423
514
|
valueType: MeasureValueType.CURRENCY,
|
|
424
515
|
decimalPlaces: 2,
|
|
425
516
|
useCompactNotation: true,
|
|
426
517
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
518
|
+
deprecated: true,
|
|
519
|
+
hideFromUI: true,
|
|
427
520
|
},
|
|
428
521
|
[MEASURE.SHOPIFY_LTV]: {
|
|
429
522
|
title: 'Lifetime Value',
|
|
523
|
+
shortTitle: 'LTV',
|
|
430
524
|
description: 'The average value of a customer over their lifetime.',
|
|
525
|
+
tooltip: 'The average total revenue generated per customer across their entire purchase history with your store.',
|
|
431
526
|
sumPrefix: '$',
|
|
432
527
|
sumSuffix: '',
|
|
433
528
|
avgPrefix: '$',
|
|
434
529
|
avgSuffix: '',
|
|
435
|
-
icon:
|
|
530
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
436
531
|
measure: MEASURE.SHOPIFY_LTV,
|
|
437
532
|
category: MEASURE_CATEGORY.LTV,
|
|
533
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
438
534
|
valueType: MeasureValueType.CURRENCY,
|
|
439
535
|
decimalPlaces: 2,
|
|
440
536
|
useCompactNotation: true,
|
|
537
|
+
deprecated: true,
|
|
538
|
+
hideFromUI: true,
|
|
441
539
|
},
|
|
442
540
|
[MEASURE.SHOPIFY_LTV_90]: {
|
|
443
541
|
title: 'Lifetime Value (90 days)',
|
|
542
|
+
shortTitle: 'LTV 90d',
|
|
444
543
|
description: 'The average value of a customer over the last 90 days.',
|
|
544
|
+
tooltip: 'Average revenue per customer from orders placed within the first 90 days of their relationship with your store.',
|
|
545
|
+
relatedMeasures: [MEASURE.SHOPIFY_LTV, MEASURE.SHOPIFY_LTV_180, MEASURE.SHOPIFY_LTV_365],
|
|
445
546
|
sumPrefix: '$',
|
|
446
547
|
sumSuffix: '',
|
|
447
548
|
avgPrefix: '$',
|
|
448
549
|
avgSuffix: '',
|
|
449
|
-
icon:
|
|
550
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
450
551
|
measure: MEASURE.SHOPIFY_LTV_90,
|
|
451
552
|
category: MEASURE_CATEGORY.LTV,
|
|
553
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
452
554
|
valueType: MeasureValueType.CURRENCY,
|
|
453
555
|
decimalPlaces: 2,
|
|
454
556
|
useCompactNotation: true,
|
|
557
|
+
deprecated: true,
|
|
558
|
+
hideFromUI: true,
|
|
455
559
|
},
|
|
456
560
|
[MEASURE.SHOPIFY_LTV_180]: {
|
|
457
561
|
title: 'Lifetime Value (180 days)',
|
|
562
|
+
shortTitle: 'LTV 180d',
|
|
458
563
|
description: 'The average value of a customer over the last 180 days.',
|
|
564
|
+
tooltip: 'Average revenue per customer from orders placed within the first 180 days of their relationship with your store.',
|
|
565
|
+
relatedMeasures: [MEASURE.SHOPIFY_LTV, MEASURE.SHOPIFY_LTV_90, MEASURE.SHOPIFY_LTV_365],
|
|
459
566
|
sumPrefix: '$',
|
|
460
567
|
sumSuffix: '',
|
|
461
568
|
avgPrefix: '$',
|
|
462
569
|
avgSuffix: '',
|
|
463
|
-
icon:
|
|
570
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
464
571
|
measure: MEASURE.SHOPIFY_LTV_180,
|
|
465
572
|
category: MEASURE_CATEGORY.LTV,
|
|
573
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
466
574
|
valueType: MeasureValueType.CURRENCY,
|
|
467
575
|
decimalPlaces: 2,
|
|
468
576
|
useCompactNotation: true,
|
|
577
|
+
deprecated: true,
|
|
578
|
+
hideFromUI: true,
|
|
469
579
|
},
|
|
470
580
|
[MEASURE.SHOPIFY_LTV_365]: {
|
|
471
581
|
title: 'Lifetime Value (365 days)',
|
|
582
|
+
shortTitle: 'LTV 365d',
|
|
472
583
|
description: 'The average value of a customer over the last 365 days.',
|
|
584
|
+
tooltip: 'Average revenue per customer from orders placed within the first 365 days of their relationship with your store.',
|
|
585
|
+
relatedMeasures: [MEASURE.SHOPIFY_LTV, MEASURE.SHOPIFY_LTV_90, MEASURE.SHOPIFY_LTV_180],
|
|
473
586
|
sumPrefix: '$',
|
|
474
587
|
sumSuffix: '',
|
|
475
588
|
avgPrefix: '$',
|
|
476
589
|
avgSuffix: '',
|
|
477
|
-
icon:
|
|
590
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
478
591
|
measure: MEASURE.SHOPIFY_LTV_365,
|
|
479
592
|
category: MEASURE_CATEGORY.LTV,
|
|
593
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
480
594
|
valueType: MeasureValueType.CURRENCY,
|
|
481
595
|
decimalPlaces: 2,
|
|
482
596
|
useCompactNotation: true,
|
|
597
|
+
deprecated: true,
|
|
598
|
+
hideFromUI: true,
|
|
483
599
|
},
|
|
484
600
|
[MEASURE.SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE]: {
|
|
485
601
|
title: 'Lifetime Value Cohort Gross Sale Price',
|
|
@@ -488,13 +604,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
488
604
|
sumSuffix: '',
|
|
489
605
|
avgPrefix: '$',
|
|
490
606
|
avgSuffix: '',
|
|
491
|
-
icon:
|
|
607
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
492
608
|
measure: MEASURE.SHOPIFY_LTV_COHORT_GROSS_SALE_PRICE,
|
|
493
609
|
category: MEASURE_CATEGORY.LTV,
|
|
610
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
494
611
|
valueType: MeasureValueType.CURRENCY,
|
|
495
612
|
decimalPlaces: 2,
|
|
496
613
|
useCompactNotation: true,
|
|
497
614
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
615
|
+
deprecated: true,
|
|
616
|
+
hideFromUI: true,
|
|
498
617
|
},
|
|
499
618
|
[MEASURE.SHOPIFY_LTV_COHORT_NET_SALE_PRICE]: {
|
|
500
619
|
title: 'Lifetime Value Cohort Net Sale Price',
|
|
@@ -503,13 +622,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
503
622
|
sumSuffix: '',
|
|
504
623
|
avgPrefix: '$',
|
|
505
624
|
avgSuffix: '',
|
|
506
|
-
icon:
|
|
625
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
507
626
|
measure: MEASURE.SHOPIFY_LTV_COHORT_NET_SALE_PRICE,
|
|
508
627
|
category: MEASURE_CATEGORY.LTV,
|
|
628
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
509
629
|
valueType: MeasureValueType.CURRENCY,
|
|
510
630
|
decimalPlaces: 2,
|
|
511
631
|
useCompactNotation: true,
|
|
512
632
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
633
|
+
deprecated: true,
|
|
634
|
+
hideFromUI: true,
|
|
513
635
|
},
|
|
514
636
|
[MEASURE.SHOPIFY_LTV_COHORT_NETT_SALE_PRICE]: {
|
|
515
637
|
title: 'Lifetime Value Cohort Net Sale (plus taxes) Price',
|
|
@@ -518,13 +640,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
518
640
|
sumSuffix: '',
|
|
519
641
|
avgPrefix: '$',
|
|
520
642
|
avgSuffix: '',
|
|
521
|
-
icon:
|
|
643
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
522
644
|
measure: MEASURE.SHOPIFY_LTV_COHORT_NETT_SALE_PRICE,
|
|
523
645
|
category: MEASURE_CATEGORY.LTV,
|
|
646
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
524
647
|
valueType: MeasureValueType.CURRENCY,
|
|
525
648
|
decimalPlaces: 2,
|
|
526
649
|
useCompactNotation: true,
|
|
527
650
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
651
|
+
deprecated: true,
|
|
652
|
+
hideFromUI: true,
|
|
528
653
|
},
|
|
529
654
|
[MEASURE.SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE]: {
|
|
530
655
|
title: 'Lifetime Value Cohort Net Sale (plus taxes, shipping) Price',
|
|
@@ -533,13 +658,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
533
658
|
sumSuffix: '',
|
|
534
659
|
avgPrefix: '$',
|
|
535
660
|
avgSuffix: '',
|
|
536
|
-
icon:
|
|
661
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
537
662
|
measure: MEASURE.SHOPIFY_LTV_COHORT_NETTS_SALE_PRICE,
|
|
538
663
|
category: MEASURE_CATEGORY.LTV,
|
|
664
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
539
665
|
valueType: MeasureValueType.CURRENCY,
|
|
540
666
|
decimalPlaces: 2,
|
|
541
667
|
useCompactNotation: true,
|
|
542
668
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
669
|
+
deprecated: true,
|
|
670
|
+
hideFromUI: true,
|
|
543
671
|
},
|
|
544
672
|
[MEASURE.SHOPIFY_LTV_COHORT_NETS_SALE_PRICE]: {
|
|
545
673
|
title: 'Lifetime Value Cohort Net Sale (plus shipping) Price',
|
|
@@ -548,13 +676,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
548
676
|
sumSuffix: '',
|
|
549
677
|
avgPrefix: '$',
|
|
550
678
|
avgSuffix: '',
|
|
551
|
-
icon:
|
|
679
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
552
680
|
measure: MEASURE.SHOPIFY_LTV_COHORT_NETS_SALE_PRICE,
|
|
553
681
|
category: MEASURE_CATEGORY.LTV,
|
|
682
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
554
683
|
valueType: MeasureValueType.CURRENCY,
|
|
555
684
|
decimalPlaces: 2,
|
|
556
685
|
useCompactNotation: true,
|
|
557
686
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
687
|
+
deprecated: true,
|
|
688
|
+
hideFromUI: true,
|
|
558
689
|
},
|
|
559
690
|
[MEASURE.SHOPIFY_CUSTOMERS_COHORT]: {
|
|
560
691
|
title: 'Customers Cohort',
|
|
@@ -563,13 +694,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
563
694
|
sumSuffix: '',
|
|
564
695
|
avgPrefix: '',
|
|
565
696
|
avgSuffix: '',
|
|
566
|
-
icon:
|
|
697
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
567
698
|
measure: MEASURE.SHOPIFY_CUSTOMERS_COHORT,
|
|
568
699
|
category: MEASURE_CATEGORY.LTV,
|
|
700
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
569
701
|
valueType: MeasureValueType.NUMBER,
|
|
570
702
|
decimalPlaces: 0,
|
|
571
703
|
useCompactNotation: false,
|
|
572
704
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
705
|
+
deprecated: true,
|
|
706
|
+
hideFromUI: true,
|
|
573
707
|
},
|
|
574
708
|
[MEASURE.SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT]: {
|
|
575
709
|
title: 'Customers Retention Rate Cohort',
|
|
@@ -578,13 +712,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
578
712
|
sumSuffix: '%',
|
|
579
713
|
avgPrefix: '',
|
|
580
714
|
avgSuffix: '%',
|
|
581
|
-
icon:
|
|
715
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
582
716
|
measure: MEASURE.SHOPIFY_CUSTOMERS_RETENTION_RATE_COHORT,
|
|
583
717
|
category: MEASURE_CATEGORY.LTV,
|
|
718
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
584
719
|
valueType: MeasureValueType.PERCENTAGE,
|
|
585
720
|
decimalPlaces: 2,
|
|
586
721
|
useCompactNotation: false,
|
|
587
722
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
723
|
+
deprecated: true,
|
|
724
|
+
hideFromUI: true,
|
|
588
725
|
},
|
|
589
726
|
[MEASURE.SHOPIFY_AVG_ORDER_VALUE_COHORT]: {
|
|
590
727
|
title: 'Average Order Value Cohort',
|
|
@@ -593,13 +730,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
593
730
|
sumSuffix: '',
|
|
594
731
|
avgPrefix: '$',
|
|
595
732
|
avgSuffix: '',
|
|
596
|
-
icon:
|
|
733
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
597
734
|
measure: MEASURE.SHOPIFY_AVG_ORDER_VALUE_COHORT,
|
|
598
735
|
category: MEASURE_CATEGORY.LTV,
|
|
736
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
599
737
|
valueType: MeasureValueType.CURRENCY,
|
|
600
738
|
decimalPlaces: 2,
|
|
601
739
|
useCompactNotation: true,
|
|
602
740
|
applicableContexts: LTV_COHORT_APPLICABLE_CONTEXTS,
|
|
741
|
+
deprecated: true,
|
|
742
|
+
hideFromUI: true,
|
|
603
743
|
},
|
|
604
744
|
[MEASURE.SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT]: {
|
|
605
745
|
title: 'Refund Plus Discount Amount',
|
|
@@ -608,13 +748,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
608
748
|
sumSuffix: '',
|
|
609
749
|
avgPrefix: '$',
|
|
610
750
|
avgSuffix: '',
|
|
611
|
-
icon:
|
|
751
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
612
752
|
measure: MEASURE.SHOPIFY_REFUND_PLUS_DISCOUNT_AMOUNT,
|
|
613
753
|
category: MEASURE_CATEGORY.SALES,
|
|
754
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
614
755
|
valueType: MeasureValueType.CURRENCY,
|
|
615
756
|
decimalPlaces: 2,
|
|
616
757
|
useCompactNotation: true,
|
|
617
758
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
759
|
+
deprecated: true,
|
|
760
|
+
hideFromUI: true,
|
|
618
761
|
},
|
|
619
762
|
[MEASURE.SHOPIFY_AVG_ORDERS_PER_CUSTOMER]: {
|
|
620
763
|
title: 'Average Orders per Customer',
|
|
@@ -623,13 +766,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
623
766
|
sumSuffix: '',
|
|
624
767
|
avgPrefix: '',
|
|
625
768
|
avgSuffix: '',
|
|
626
|
-
icon:
|
|
769
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
627
770
|
measure: MEASURE.SHOPIFY_AVG_ORDERS_PER_CUSTOMER,
|
|
628
771
|
category: MEASURE_CATEGORY.SALES,
|
|
772
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
629
773
|
valueType: MeasureValueType.NUMBER,
|
|
630
774
|
decimalPlaces: 0,
|
|
631
775
|
useCompactNotation: false,
|
|
632
776
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
777
|
+
deprecated: true,
|
|
778
|
+
hideFromUI: true,
|
|
633
779
|
},
|
|
634
780
|
[MEASURE.SHOPIFY_ORDER_TOTAL_PRODUCT_COST]: {
|
|
635
781
|
title: 'Order Total Product Cost',
|
|
@@ -638,13 +784,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
638
784
|
sumSuffix: '',
|
|
639
785
|
avgPrefix: '$',
|
|
640
786
|
avgSuffix: '',
|
|
641
|
-
icon:
|
|
787
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
642
788
|
measure: MEASURE.SHOPIFY_ORDER_TOTAL_PRODUCT_COST,
|
|
643
789
|
category: MEASURE_CATEGORY.SALES,
|
|
790
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
644
791
|
valueType: MeasureValueType.CURRENCY,
|
|
645
792
|
decimalPlaces: 2,
|
|
646
793
|
useCompactNotation: true,
|
|
647
794
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
795
|
+
deprecated: true,
|
|
796
|
+
hideFromUI: true,
|
|
648
797
|
},
|
|
649
798
|
[MEASURE.SHOPIFY_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT]: {
|
|
650
799
|
title: 'Order Total Product Cost (% of Gross Sales)',
|
|
@@ -653,13 +802,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
653
802
|
sumSuffix: '%',
|
|
654
803
|
avgPrefix: '',
|
|
655
804
|
avgSuffix: '%',
|
|
656
|
-
icon:
|
|
805
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
657
806
|
measure: MEASURE.SHOPIFY_ORDER_TOTAL_PRODUCT_COST_GROSS_PERCENT,
|
|
658
807
|
category: MEASURE_CATEGORY.SALES,
|
|
808
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
659
809
|
valueType: MeasureValueType.PERCENTAGE,
|
|
660
810
|
decimalPlaces: 2,
|
|
661
811
|
useCompactNotation: false,
|
|
662
812
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
813
|
+
deprecated: true,
|
|
814
|
+
hideFromUI: true,
|
|
663
815
|
},
|
|
664
816
|
[MEASURE.SHOPIFY_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT]: {
|
|
665
817
|
title: 'Order Total Product Cost (% of Net Sales)',
|
|
@@ -668,13 +820,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
668
820
|
sumSuffix: '%',
|
|
669
821
|
avgPrefix: '',
|
|
670
822
|
avgSuffix: '%',
|
|
671
|
-
icon:
|
|
823
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
672
824
|
measure: MEASURE.SHOPIFY_ORDER_TOTAL_PRODUCT_COST_NET_PERCENT,
|
|
673
825
|
category: MEASURE_CATEGORY.SALES,
|
|
826
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
674
827
|
valueType: MeasureValueType.PERCENTAGE,
|
|
675
828
|
decimalPlaces: 2,
|
|
676
829
|
useCompactNotation: false,
|
|
677
830
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
831
|
+
deprecated: true,
|
|
832
|
+
hideFromUI: true,
|
|
678
833
|
},
|
|
679
834
|
[MEASURE.SHOPIFY_GROSS_PRODUCT_MARGIN]: {
|
|
680
835
|
title: 'Gross Product Margin',
|
|
@@ -683,13 +838,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
683
838
|
sumSuffix: '',
|
|
684
839
|
avgPrefix: '$',
|
|
685
840
|
avgSuffix: '',
|
|
686
|
-
icon:
|
|
841
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
687
842
|
measure: MEASURE.SHOPIFY_GROSS_PRODUCT_MARGIN,
|
|
688
843
|
category: MEASURE_CATEGORY.SALES,
|
|
844
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
689
845
|
valueType: MeasureValueType.CURRENCY,
|
|
690
846
|
decimalPlaces: 2,
|
|
691
847
|
useCompactNotation: true,
|
|
692
848
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
849
|
+
deprecated: true,
|
|
850
|
+
hideFromUI: true,
|
|
693
851
|
},
|
|
694
852
|
[MEASURE.SHOPIFY_GROSS_PRODUCT_MARGIN_GROSS_PERCENT]: {
|
|
695
853
|
title: 'Gross Product Margin (% of Gross Sales)',
|
|
@@ -698,13 +856,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
698
856
|
sumSuffix: '%',
|
|
699
857
|
avgPrefix: '',
|
|
700
858
|
avgSuffix: '%',
|
|
701
|
-
icon:
|
|
859
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
702
860
|
measure: MEASURE.SHOPIFY_GROSS_PRODUCT_MARGIN_GROSS_PERCENT,
|
|
703
861
|
category: MEASURE_CATEGORY.SALES,
|
|
862
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
704
863
|
valueType: MeasureValueType.PERCENTAGE,
|
|
705
864
|
decimalPlaces: 2,
|
|
706
865
|
useCompactNotation: false,
|
|
707
866
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
867
|
+
deprecated: true,
|
|
868
|
+
hideFromUI: true,
|
|
708
869
|
},
|
|
709
870
|
[MEASURE.SHOPIFY_GROSS_PRODUCT_MARGIN_NET_PERCENT]: {
|
|
710
871
|
title: 'Gross Product Margin (% of Net Sales)',
|
|
@@ -713,13 +874,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
713
874
|
sumSuffix: '%',
|
|
714
875
|
avgPrefix: '',
|
|
715
876
|
avgSuffix: '%',
|
|
716
|
-
icon:
|
|
877
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
717
878
|
measure: MEASURE.SHOPIFY_GROSS_PRODUCT_MARGIN_NET_PERCENT,
|
|
718
879
|
category: MEASURE_CATEGORY.SALES,
|
|
880
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
719
881
|
valueType: MeasureValueType.PERCENTAGE,
|
|
720
882
|
decimalPlaces: 2,
|
|
721
883
|
useCompactNotation: false,
|
|
722
884
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
885
|
+
deprecated: true,
|
|
886
|
+
hideFromUI: true,
|
|
723
887
|
},
|
|
724
888
|
[MEASURE.SHOPIFY_NET_PRODUCT_MARGIN]: {
|
|
725
889
|
title: 'Net Product Margin',
|
|
@@ -728,13 +892,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
728
892
|
sumSuffix: '',
|
|
729
893
|
avgPrefix: '$',
|
|
730
894
|
avgSuffix: '',
|
|
731
|
-
icon:
|
|
895
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
732
896
|
measure: MEASURE.SHOPIFY_NET_PRODUCT_MARGIN,
|
|
733
897
|
category: MEASURE_CATEGORY.SALES,
|
|
898
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
734
899
|
valueType: MeasureValueType.CURRENCY,
|
|
735
900
|
decimalPlaces: 2,
|
|
736
901
|
useCompactNotation: true,
|
|
737
902
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
903
|
+
deprecated: true,
|
|
904
|
+
hideFromUI: true,
|
|
738
905
|
},
|
|
739
906
|
[MEASURE.SHOPIFY_NET_PRODUCT_MARGIN_GROSS_PERCENT]: {
|
|
740
907
|
title: 'Net Product Margin (% of Gross Sales)',
|
|
@@ -743,13 +910,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
743
910
|
sumSuffix: '%',
|
|
744
911
|
avgPrefix: '',
|
|
745
912
|
avgSuffix: '%',
|
|
746
|
-
icon:
|
|
913
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
747
914
|
measure: MEASURE.SHOPIFY_NET_PRODUCT_MARGIN_GROSS_PERCENT,
|
|
748
915
|
category: MEASURE_CATEGORY.SALES,
|
|
916
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
749
917
|
valueType: MeasureValueType.PERCENTAGE,
|
|
750
918
|
decimalPlaces: 2,
|
|
751
919
|
useCompactNotation: false,
|
|
752
920
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
921
|
+
deprecated: true,
|
|
922
|
+
hideFromUI: true,
|
|
753
923
|
},
|
|
754
924
|
[MEASURE.SHOPIFY_NET_PRODUCT_MARGIN_NET_PERCENT]: {
|
|
755
925
|
title: 'Net Product Margin (% of Net Sales)',
|
|
@@ -758,13 +928,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
758
928
|
sumSuffix: '%',
|
|
759
929
|
avgPrefix: '',
|
|
760
930
|
avgSuffix: '%',
|
|
761
|
-
icon:
|
|
931
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
762
932
|
measure: MEASURE.SHOPIFY_NET_PRODUCT_MARGIN_NET_PERCENT,
|
|
763
933
|
category: MEASURE_CATEGORY.SALES,
|
|
934
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
764
935
|
valueType: MeasureValueType.PERCENTAGE,
|
|
765
936
|
decimalPlaces: 2,
|
|
766
937
|
useCompactNotation: false,
|
|
767
938
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
939
|
+
deprecated: true,
|
|
940
|
+
hideFromUI: true,
|
|
768
941
|
},
|
|
769
942
|
[MEASURE.SHOPIFY_GROSS_MARGIN]: {
|
|
770
943
|
title: 'Gross Margin',
|
|
@@ -773,13 +946,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
773
946
|
sumSuffix: '',
|
|
774
947
|
avgPrefix: '$',
|
|
775
948
|
avgSuffix: '',
|
|
776
|
-
icon:
|
|
949
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
777
950
|
measure: MEASURE.SHOPIFY_GROSS_MARGIN,
|
|
778
951
|
category: MEASURE_CATEGORY.SALES,
|
|
952
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
779
953
|
valueType: MeasureValueType.CURRENCY,
|
|
780
954
|
decimalPlaces: 2,
|
|
781
955
|
useCompactNotation: true,
|
|
782
956
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
957
|
+
deprecated: true,
|
|
958
|
+
hideFromUI: true,
|
|
783
959
|
},
|
|
784
960
|
[MEASURE.SHOPIFY_GROSS_MARGIN_GROSS_PERCENT]: {
|
|
785
961
|
title: 'Gross Margin (% of Gross Sales)',
|
|
@@ -788,13 +964,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
788
964
|
sumSuffix: '%',
|
|
789
965
|
avgPrefix: '',
|
|
790
966
|
avgSuffix: '%',
|
|
791
|
-
icon:
|
|
967
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
792
968
|
measure: MEASURE.SHOPIFY_GROSS_MARGIN_GROSS_PERCENT,
|
|
793
969
|
category: MEASURE_CATEGORY.SALES,
|
|
970
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
794
971
|
valueType: MeasureValueType.PERCENTAGE,
|
|
795
972
|
decimalPlaces: 2,
|
|
796
973
|
useCompactNotation: false,
|
|
797
974
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
975
|
+
deprecated: true,
|
|
976
|
+
hideFromUI: true,
|
|
798
977
|
},
|
|
799
978
|
[MEASURE.SHOPIFY_GROSS_MARGIN_NET_PERCENT]: {
|
|
800
979
|
title: 'Gross Margin (% of Net Sales)',
|
|
@@ -803,13 +982,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
803
982
|
sumSuffix: '%',
|
|
804
983
|
avgPrefix: '',
|
|
805
984
|
avgSuffix: '%',
|
|
806
|
-
icon:
|
|
985
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
807
986
|
measure: MEASURE.SHOPIFY_GROSS_MARGIN_NET_PERCENT,
|
|
808
987
|
category: MEASURE_CATEGORY.SALES,
|
|
988
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
809
989
|
valueType: MeasureValueType.PERCENTAGE,
|
|
810
990
|
decimalPlaces: 2,
|
|
811
991
|
useCompactNotation: false,
|
|
812
992
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
993
|
+
deprecated: true,
|
|
994
|
+
hideFromUI: true,
|
|
813
995
|
},
|
|
814
996
|
[MEASURE.SHOPIFY_NET_MARGIN]: {
|
|
815
997
|
title: 'Net Margin',
|
|
@@ -818,13 +1000,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
818
1000
|
sumSuffix: '',
|
|
819
1001
|
avgPrefix: '$',
|
|
820
1002
|
avgSuffix: '',
|
|
821
|
-
icon:
|
|
1003
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
822
1004
|
measure: MEASURE.SHOPIFY_NET_MARGIN,
|
|
823
1005
|
category: MEASURE_CATEGORY.SALES,
|
|
1006
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
824
1007
|
valueType: MeasureValueType.CURRENCY,
|
|
825
1008
|
decimalPlaces: 2,
|
|
826
1009
|
useCompactNotation: true,
|
|
827
1010
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
1011
|
+
deprecated: true,
|
|
1012
|
+
hideFromUI: true,
|
|
828
1013
|
},
|
|
829
1014
|
[MEASURE.SHOPIFY_NET_MARGIN_GROSS_PERCENT]: {
|
|
830
1015
|
title: 'Net Margin (% of Gross Sales)',
|
|
@@ -833,13 +1018,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
833
1018
|
sumSuffix: '%',
|
|
834
1019
|
avgPrefix: '',
|
|
835
1020
|
avgSuffix: '%',
|
|
836
|
-
icon:
|
|
1021
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
837
1022
|
measure: MEASURE.SHOPIFY_NET_MARGIN_GROSS_PERCENT,
|
|
838
1023
|
category: MEASURE_CATEGORY.SALES,
|
|
1024
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
839
1025
|
valueType: MeasureValueType.PERCENTAGE,
|
|
840
1026
|
decimalPlaces: 2,
|
|
841
1027
|
useCompactNotation: false,
|
|
842
1028
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
1029
|
+
deprecated: true,
|
|
1030
|
+
hideFromUI: true,
|
|
843
1031
|
},
|
|
844
1032
|
[MEASURE.SHOPIFY_NET_MARGIN_NET_PERCENT]: {
|
|
845
1033
|
title: 'Net Margin (% of Net Sales)',
|
|
@@ -848,13 +1036,16 @@ export const SHOPIFY_MEASURES_MAP = {
|
|
|
848
1036
|
sumSuffix: '%',
|
|
849
1037
|
avgPrefix: '',
|
|
850
1038
|
avgSuffix: '%',
|
|
851
|
-
icon:
|
|
1039
|
+
icon: MEASURE_ICON.SHOPIFY,
|
|
852
1040
|
measure: MEASURE.SHOPIFY_NET_MARGIN_NET_PERCENT,
|
|
853
1041
|
category: MEASURE_CATEGORY.SALES,
|
|
1042
|
+
subcategory: MEASURE_SUBCATEGORY.DEPRECATED,
|
|
854
1043
|
valueType: MeasureValueType.PERCENTAGE,
|
|
855
1044
|
decimalPlaces: 2,
|
|
856
1045
|
useCompactNotation: false,
|
|
857
1046
|
applicableContexts: CUSTOM_DASHBOARD_APPLICABLE_CONTEXTS,
|
|
1047
|
+
deprecated: true,
|
|
1048
|
+
hideFromUI: true,
|
|
858
1049
|
},
|
|
859
1050
|
...SHOPIFY_NEW_CUSTOMER_MEASURES_MAP,
|
|
860
1051
|
...SHOPIFY_RETURNING_CUSTOMER_MEASURES_MAP,
|