@adtrackify/at-tracking-event-types 3.1.42 → 3.1.43
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/index.d.ts +1 -1
- package/dist/cjs/index.js +17 -17
- package/dist/cjs/types/api/account.d.ts +62 -62
- package/dist/cjs/types/api/account.js +23 -23
- package/dist/cjs/types/api/contact-acquisition.d.ts +39 -39
- package/dist/cjs/types/api/contact-acquisition.js +16 -16
- package/dist/cjs/types/api/dashboards/index.d.ts +1 -1
- package/dist/cjs/types/api/dashboards/index.js +17 -17
- package/dist/cjs/types/api/dashboards/widget.d.ts +83 -84
- package/dist/cjs/types/api/dashboards/widget.js +21 -21
- package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/cjs/types/api/destination-tracked-events.js +3 -3
- package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
- package/dist/cjs/types/api/destinations/destinations.d.ts +110 -112
- package/dist/cjs/types/api/destinations/destinations.js +49 -49
- package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
- package/dist/cjs/types/api/destinations/index.d.ts +5 -5
- package/dist/cjs/types/api/destinations/index.js +21 -21
- package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
- package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +2 -2
- package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +106 -106
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
- package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +60 -60
- package/dist/cjs/types/api/destinations/third-party-integration-configs.js +11 -11
- package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
- package/dist/cjs/types/api/event-last-seen.js +2 -2
- package/dist/cjs/types/api/event-status.d.ts +18 -18
- package/dist/cjs/types/api/event-status.js +9 -9
- package/dist/cjs/types/api/index.d.ts +19 -19
- package/dist/cjs/types/api/index.js +35 -35
- package/dist/cjs/types/api/log-events.d.ts +22 -22
- package/dist/cjs/types/api/log-events.js +2 -2
- package/dist/cjs/types/api/measures/definitions/core-channel-measure-definitions.d.ts +123 -123
- package/dist/cjs/types/api/measures/definitions/core-channel-measure-definitions.js +126 -126
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.d.ts +123 -123
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +126 -126
- package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.d.ts +363 -363
- package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +366 -366
- package/dist/cjs/types/api/measures/definitions/google-measure-definitions.d.ts +183 -183
- package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +186 -186
- package/dist/cjs/types/api/measures/definitions/index.d.ts +7 -7
- package/dist/cjs/types/api/measures/definitions/index.js +23 -23
- package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +1652 -1652
- package/dist/cjs/types/api/measures/definitions/measure-definitions.js +167 -167
- package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.d.ts +554 -554
- package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.js +557 -557
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.d.ts +350 -350
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +353 -353
- package/dist/cjs/types/api/measures/index.d.ts +2 -2
- package/dist/cjs/types/api/measures/index.js +18 -18
- package/dist/cjs/types/api/measures/measures.d.ts +241 -241
- package/dist/cjs/types/api/measures/measures.js +245 -245
- package/dist/cjs/types/api/pixel-setup-health.d.ts +19 -19
- package/dist/cjs/types/api/pixel-setup-health.js +2 -2
- package/dist/cjs/types/api/query.d.ts +147 -147
- package/dist/cjs/types/api/query.js +90 -90
- package/dist/cjs/types/api/shopify-app-install.d.ts +40 -40
- package/dist/cjs/types/api/shopify-app-install.js +14 -14
- package/dist/cjs/types/api/subscription.d.ts +155 -155
- package/dist/cjs/types/api/subscription.js +47 -47
- package/dist/cjs/types/api/tracking-events.d.ts +15 -15
- package/dist/cjs/types/api/tracking-events.js +2 -2
- package/dist/cjs/types/api/user.d.ts +13 -13
- package/dist/cjs/types/api/user.js +2 -2
- package/dist/cjs/types/common/address.d.ts +15 -15
- package/dist/cjs/types/common/address.js +2 -2
- package/dist/cjs/types/common/currency.d.ts +1 -1
- package/dist/cjs/types/common/currency.js +63 -63
- package/dist/cjs/types/common/index.d.ts +2 -2
- package/dist/cjs/types/common/index.js +18 -18
- package/dist/cjs/types/event/base/event-name-enum.d.ts +60 -59
- package/dist/cjs/types/event/base/event-name-enum.js +66 -65
- package/dist/cjs/types/event/base/event-name-enum.js.map +1 -1
- package/dist/cjs/types/event/base/event.d.ts +20 -20
- package/dist/cjs/types/event/base/event.js +10 -10
- package/dist/cjs/types/event/base/index.d.ts +2 -2
- package/dist/cjs/types/event/base/index.js +18 -18
- package/dist/cjs/types/event/context/event-context-identity.d.ts +21 -21
- package/dist/cjs/types/event/context/event-context-identity.js +2 -2
- package/dist/cjs/types/event/context/event-context.d.ts +196 -196
- package/dist/cjs/types/event/context/event-context.js +2 -2
- package/dist/cjs/types/event/context/index.d.ts +2 -2
- package/dist/cjs/types/event/context/index.js +18 -18
- package/dist/cjs/types/event/index.d.ts +5 -5
- package/dist/cjs/types/event/index.js +21 -21
- package/dist/cjs/types/event/log-event.d.ts +35 -35
- package/dist/cjs/types/event/log-event.js +22 -22
- package/dist/cjs/types/event/metric-event.d.ts +13 -13
- package/dist/cjs/types/event/metric-event.js +2 -2
- package/dist/cjs/types/event/tracking-event.d.ts +62 -62
- package/dist/cjs/types/event/tracking-event.js +2 -2
- package/dist/cjs/types/event-bus-event.d.ts +25 -25
- package/dist/cjs/types/event-bus-event.js +2 -2
- package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
- package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
- package/dist/cjs/types/fingerprint/index.d.ts +6 -6
- package/dist/cjs/types/fingerprint/index.js +18 -18
- package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
- package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
- package/dist/cjs/types/index.d.ts +7 -7
- package/dist/cjs/types/index.js +23 -23
- package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
- package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
- package/dist/cjs/types/tracking-event-ingest-message.d.ts +10 -10
- package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/api/account.d.ts +62 -62
- package/dist/esm/types/api/account.js +20 -20
- package/dist/esm/types/api/contact-acquisition.d.ts +39 -39
- package/dist/esm/types/api/contact-acquisition.js +13 -13
- package/dist/esm/types/api/dashboards/index.d.ts +1 -1
- package/dist/esm/types/api/dashboards/index.js +1 -1
- package/dist/esm/types/api/dashboards/widget.d.ts +83 -84
- package/dist/esm/types/api/dashboards/widget.js +18 -18
- package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/esm/types/api/destination-tracked-events.js +1 -1
- package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +110 -112
- package/dist/esm/types/api/destinations/destinations.js +46 -46
- package/dist/esm/types/api/destinations/destinations.js.map +1 -1
- package/dist/esm/types/api/destinations/index.d.ts +5 -5
- package/dist/esm/types/api/destinations/index.js +5 -5
- package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
- package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +1 -1
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +106 -106
- package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
- package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +60 -60
- package/dist/esm/types/api/destinations/third-party-integration-configs.js +8 -8
- package/dist/esm/types/api/event-last-seen.d.ts +6 -6
- package/dist/esm/types/api/event-last-seen.js +1 -1
- package/dist/esm/types/api/event-status.d.ts +18 -18
- package/dist/esm/types/api/event-status.js +6 -6
- package/dist/esm/types/api/index.d.ts +19 -19
- package/dist/esm/types/api/index.js +19 -19
- package/dist/esm/types/api/log-events.d.ts +22 -22
- package/dist/esm/types/api/log-events.js +1 -1
- package/dist/esm/types/api/measures/definitions/core-channel-measure-definitions.d.ts +123 -123
- package/dist/esm/types/api/measures/definitions/core-channel-measure-definitions.js +123 -123
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.d.ts +123 -123
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +123 -123
- package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.d.ts +363 -363
- package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +363 -363
- package/dist/esm/types/api/measures/definitions/google-measure-definitions.d.ts +183 -183
- package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +183 -183
- package/dist/esm/types/api/measures/definitions/index.d.ts +7 -7
- package/dist/esm/types/api/measures/definitions/index.js +7 -7
- package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +1652 -1652
- package/dist/esm/types/api/measures/definitions/measure-definitions.js +164 -164
- package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.d.ts +554 -554
- package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.js +554 -554
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.d.ts +350 -350
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +350 -350
- package/dist/esm/types/api/measures/index.d.ts +2 -2
- package/dist/esm/types/api/measures/index.js +2 -2
- package/dist/esm/types/api/measures/measures.d.ts +241 -241
- package/dist/esm/types/api/measures/measures.js +242 -242
- package/dist/esm/types/api/pixel-setup-health.d.ts +19 -19
- package/dist/esm/types/api/pixel-setup-health.js +1 -1
- package/dist/esm/types/api/query.d.ts +147 -147
- package/dist/esm/types/api/query.js +87 -87
- package/dist/esm/types/api/shopify-app-install.d.ts +40 -40
- package/dist/esm/types/api/shopify-app-install.js +11 -11
- package/dist/esm/types/api/subscription.d.ts +155 -155
- package/dist/esm/types/api/subscription.js +44 -44
- package/dist/esm/types/api/tracking-events.d.ts +15 -15
- package/dist/esm/types/api/tracking-events.js +1 -1
- package/dist/esm/types/api/user.d.ts +13 -13
- package/dist/esm/types/api/user.js +1 -1
- package/dist/esm/types/common/address.d.ts +15 -15
- package/dist/esm/types/common/address.js +1 -1
- package/dist/esm/types/common/currency.d.ts +1 -1
- package/dist/esm/types/common/currency.js +60 -60
- package/dist/esm/types/common/index.d.ts +2 -2
- package/dist/esm/types/common/index.js +2 -2
- package/dist/esm/types/event/base/event-name-enum.d.ts +60 -59
- package/dist/esm/types/event/base/event-name-enum.js +63 -62
- package/dist/esm/types/event/base/event-name-enum.js.map +1 -1
- package/dist/esm/types/event/base/event.d.ts +20 -20
- package/dist/esm/types/event/base/event.js +7 -7
- package/dist/esm/types/event/base/index.d.ts +2 -2
- package/dist/esm/types/event/base/index.js +2 -2
- package/dist/esm/types/event/context/event-context-identity.d.ts +21 -21
- package/dist/esm/types/event/context/event-context-identity.js +1 -1
- package/dist/esm/types/event/context/event-context.d.ts +196 -196
- package/dist/esm/types/event/context/event-context.js +1 -1
- package/dist/esm/types/event/context/index.d.ts +2 -2
- package/dist/esm/types/event/context/index.js +2 -2
- package/dist/esm/types/event/index.d.ts +5 -5
- package/dist/esm/types/event/index.js +5 -5
- package/dist/esm/types/event/log-event.d.ts +35 -35
- package/dist/esm/types/event/log-event.js +19 -19
- package/dist/esm/types/event/metric-event.d.ts +13 -13
- package/dist/esm/types/event/metric-event.js +1 -1
- package/dist/esm/types/event/tracking-event.d.ts +62 -62
- package/dist/esm/types/event/tracking-event.js +1 -1
- package/dist/esm/types/event-bus-event.d.ts +25 -25
- package/dist/esm/types/event-bus-event.js +1 -1
- package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
- package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
- package/dist/esm/types/fingerprint/index.d.ts +6 -6
- package/dist/esm/types/fingerprint/index.js +2 -2
- package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
- package/dist/esm/types/fingerprint/server-attributes.js +1 -1
- package/dist/esm/types/index.d.ts +7 -7
- package/dist/esm/types/index.js +7 -7
- package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
- package/dist/esm/types/third-party-event-configuration-types.js +1 -1
- package/dist/esm/types/tracking-event-ingest-message.d.ts +10 -10
- package/dist/esm/types/tracking-event-ingest-message.js +1 -1
- package/package.json +1 -1
|
@@ -1,351 +1,351 @@
|
|
|
1
|
-
import { MEASURE } from '../measures';
|
|
2
|
-
export const TRACKED_MEASURES_MAP = {
|
|
3
|
-
[MEASURE.TRACKED_PAGE_VIEWS]: {
|
|
4
|
-
title: 'Page Views',
|
|
5
|
-
description: 'The total number of times a page was viewed.',
|
|
6
|
-
sumPrefix: '',
|
|
7
|
-
sumSuffix: '',
|
|
8
|
-
avgPrefix: '',
|
|
9
|
-
avgSuffix: '',
|
|
10
|
-
icon: 'upstack',
|
|
11
|
-
measure: MEASURE.TRACKED_PAGE_VIEWS,
|
|
12
|
-
},
|
|
13
|
-
[MEASURE.TRACKED_VIEW_CONTENTS]: {
|
|
14
|
-
title: 'View Contents',
|
|
15
|
-
description: 'The total number of times a product page was viewed.',
|
|
16
|
-
sumPrefix: '',
|
|
17
|
-
sumSuffix: '',
|
|
18
|
-
avgPrefix: '',
|
|
19
|
-
avgSuffix: '',
|
|
20
|
-
icon: 'upstack',
|
|
21
|
-
measure: MEASURE.TRACKED_VIEW_CONTENTS,
|
|
22
|
-
},
|
|
23
|
-
[MEASURE.TRACKED_ADD_TO_CARTS]: {
|
|
24
|
-
title: 'Add to Carts',
|
|
25
|
-
description: 'The total number of times a product was added to the cart.',
|
|
26
|
-
sumPrefix: '',
|
|
27
|
-
sumSuffix: '',
|
|
28
|
-
avgPrefix: '',
|
|
29
|
-
avgSuffix: '',
|
|
30
|
-
icon: 'upstack',
|
|
31
|
-
measure: MEASURE.TRACKED_ADD_TO_CARTS,
|
|
32
|
-
},
|
|
33
|
-
[MEASURE.TRACKED_INITIATE_CHECKOUTS]: {
|
|
34
|
-
title: 'Initiate Checkouts',
|
|
35
|
-
description: 'The number of times a checkout was initiated.',
|
|
36
|
-
sumPrefix: '',
|
|
37
|
-
sumSuffix: '',
|
|
38
|
-
avgPrefix: '',
|
|
39
|
-
avgSuffix: '',
|
|
40
|
-
icon: 'upstack',
|
|
41
|
-
measure: MEASURE.TRACKED_INITIATE_CHECKOUTS,
|
|
42
|
-
},
|
|
43
|
-
[MEASURE.TRACKED_PURCHASES]: {
|
|
44
|
-
title: 'Purchases',
|
|
45
|
-
description: 'The total number of tracked purchases.',
|
|
46
|
-
sumPrefix: '',
|
|
47
|
-
sumSuffix: '',
|
|
48
|
-
avgPrefix: '',
|
|
49
|
-
avgSuffix: '',
|
|
50
|
-
icon: 'upstack',
|
|
51
|
-
measure: MEASURE.TRACKED_PURCHASES,
|
|
52
|
-
},
|
|
53
|
-
[MEASURE.TRACKED_REVENUE]: {
|
|
54
|
-
title: 'Revenue',
|
|
55
|
-
description: 'The total tracked revenue.',
|
|
56
|
-
sumPrefix: '$',
|
|
57
|
-
sumSuffix: '',
|
|
58
|
-
avgPrefix: '$',
|
|
59
|
-
avgSuffix: '',
|
|
60
|
-
icon: 'upstack',
|
|
61
|
-
measure: MEASURE.TRACKED_REVENUE,
|
|
62
|
-
},
|
|
63
|
-
[MEASURE.TRACKED_SESSION_CONVERSION_RATE]: {
|
|
64
|
-
title: 'Session Conversion Rate',
|
|
65
|
-
description: 'The percentage of sessions that resulted in a conversion.',
|
|
66
|
-
sumPrefix: '',
|
|
67
|
-
sumSuffix: '%',
|
|
68
|
-
avgPrefix: '',
|
|
69
|
-
avgSuffix: '%',
|
|
70
|
-
icon: 'upstack',
|
|
71
|
-
measure: MEASURE.TRACKED_SESSION_CONVERSION_RATE,
|
|
72
|
-
},
|
|
73
|
-
[MEASURE.TRACKED_REVENUE_PER_VISITOR]: {
|
|
74
|
-
title: 'Revenue per Visitor',
|
|
75
|
-
description: 'The average revenue generated per visitor.',
|
|
76
|
-
sumPrefix: '$',
|
|
77
|
-
sumSuffix: '',
|
|
78
|
-
avgPrefix: '$',
|
|
79
|
-
avgSuffix: '',
|
|
80
|
-
icon: 'upstack',
|
|
81
|
-
measure: MEASURE.TRACKED_REVENUE_PER_VISITOR,
|
|
82
|
-
},
|
|
83
|
-
[MEASURE.TRACKED_REVENUE_PER_SESSION]: {
|
|
84
|
-
title: 'Revenue per Session',
|
|
85
|
-
description: 'The average revenue generated per session.',
|
|
86
|
-
sumPrefix: '$',
|
|
87
|
-
sumSuffix: '',
|
|
88
|
-
avgPrefix: '$',
|
|
89
|
-
avgSuffix: '',
|
|
90
|
-
icon: 'upstack',
|
|
91
|
-
measure: MEASURE.TRACKED_REVENUE_PER_SESSION,
|
|
92
|
-
},
|
|
93
|
-
[MEASURE.TRACKED_UNIQUE_SESSIONS]: {
|
|
94
|
-
title: 'Unique Sessions',
|
|
95
|
-
description: 'The number of unique sessions.',
|
|
96
|
-
sumPrefix: '',
|
|
97
|
-
sumSuffix: '',
|
|
98
|
-
avgPrefix: '',
|
|
99
|
-
avgSuffix: '',
|
|
100
|
-
icon: 'upstack',
|
|
101
|
-
measure: MEASURE.TRACKED_UNIQUE_SESSIONS,
|
|
102
|
-
},
|
|
103
|
-
[MEASURE.TRACKED_UNIQUE_VISITORS]: {
|
|
104
|
-
title: 'Unique Visitors',
|
|
105
|
-
description: 'The number of unique visitors.',
|
|
106
|
-
sumPrefix: '',
|
|
107
|
-
sumSuffix: '',
|
|
108
|
-
avgPrefix: '',
|
|
109
|
-
avgSuffix: '',
|
|
110
|
-
icon: 'upstack',
|
|
111
|
-
measure: MEASURE.TRACKED_UNIQUE_VISITORS,
|
|
112
|
-
},
|
|
113
|
-
[MEASURE.TRACKED_ADD_TO_CART_RATE]: {
|
|
114
|
-
title: 'Add to Cart Rate',
|
|
115
|
-
description: 'The percentage of views that resulted in an add to cart.',
|
|
116
|
-
sumPrefix: '',
|
|
117
|
-
sumSuffix: '%',
|
|
118
|
-
avgPrefix: '',
|
|
119
|
-
avgSuffix: '%',
|
|
120
|
-
icon: 'upstack',
|
|
121
|
-
measure: MEASURE.TRACKED_ADD_TO_CART_RATE,
|
|
122
|
-
},
|
|
123
|
-
[MEASURE.TRACKED_VIEW_CONTENT_RATE]: {
|
|
124
|
-
title: 'View Content Rate',
|
|
125
|
-
description: 'The percentage of page views that resulted in a view content.',
|
|
126
|
-
sumPrefix: '',
|
|
127
|
-
sumSuffix: '%',
|
|
128
|
-
avgPrefix: '',
|
|
129
|
-
avgSuffix: '%',
|
|
130
|
-
icon: 'upstack',
|
|
131
|
-
measure: MEASURE.TRACKED_VIEW_CONTENT_RATE,
|
|
132
|
-
},
|
|
133
|
-
[MEASURE.TRACKED_INITIATE_CHECKOUT_RATE]: {
|
|
134
|
-
title: 'Initiate Checkout Rate',
|
|
135
|
-
description: 'The percentage of add to carts that resulted in an initiate checkout.',
|
|
136
|
-
sumPrefix: '',
|
|
137
|
-
sumSuffix: '%',
|
|
138
|
-
avgPrefix: '',
|
|
139
|
-
avgSuffix: '%',
|
|
140
|
-
icon: 'upstack',
|
|
141
|
-
measure: MEASURE.TRACKED_INITIATE_CHECKOUT_RATE,
|
|
142
|
-
},
|
|
143
|
-
[MEASURE.TRACKED_ATC_TO_IC_RATE]: {
|
|
144
|
-
title: 'Add to Cart to Initiate Checkout Rate',
|
|
145
|
-
description: 'The percentage of add to carts that resulted in an initiate checkout.',
|
|
146
|
-
sumPrefix: '',
|
|
147
|
-
sumSuffix: '%',
|
|
148
|
-
avgPrefix: '',
|
|
149
|
-
avgSuffix: '%',
|
|
150
|
-
icon: 'upstack',
|
|
151
|
-
measure: MEASURE.TRACKED_ATC_TO_IC_RATE,
|
|
152
|
-
},
|
|
153
|
-
[MEASURE.TRACKED_IC_TO_PURCHASE_RATE]: {
|
|
154
|
-
title: 'Initiate Checkout to Purchase Rate',
|
|
155
|
-
description: 'The percentage of initiate checkouts that resulted in a purchase.',
|
|
156
|
-
sumPrefix: '',
|
|
157
|
-
sumSuffix: '%',
|
|
158
|
-
avgPrefix: '',
|
|
159
|
-
avgSuffix: '%',
|
|
160
|
-
icon: 'upstack',
|
|
161
|
-
measure: MEASURE.TRACKED_IC_TO_PURCHASE_RATE,
|
|
162
|
-
},
|
|
163
|
-
[MEASURE.TRACKED_TOTAL_EVENTS]: {
|
|
164
|
-
title: 'Total Events',
|
|
165
|
-
description: 'The total number of events processed.',
|
|
166
|
-
sumPrefix: '',
|
|
167
|
-
sumSuffix: '',
|
|
168
|
-
avgPrefix: '',
|
|
169
|
-
avgSuffix: '',
|
|
170
|
-
icon: 'upstack',
|
|
171
|
-
measure: MEASURE.TRACKED_TOTAL_EVENTS,
|
|
172
|
-
},
|
|
173
|
-
[MEASURE.TRACKED_AVG_VIEW_CONTENTS_PER_SESSION]: {
|
|
174
|
-
title: 'Average View Contents per Session',
|
|
175
|
-
description: 'The average number of view contents per session.',
|
|
176
|
-
sumPrefix: '',
|
|
177
|
-
sumSuffix: '',
|
|
178
|
-
avgPrefix: '',
|
|
179
|
-
avgSuffix: '',
|
|
180
|
-
icon: 'upstack',
|
|
181
|
-
measure: MEASURE.TRACKED_AVG_VIEW_CONTENTS_PER_SESSION,
|
|
182
|
-
},
|
|
183
|
-
[MEASURE.TRACKED_AVG_PAGE_VIEWS_PER_SESSION]: {
|
|
184
|
-
title: 'Average Page Views per Session',
|
|
185
|
-
description: 'The average number of page views per session.',
|
|
186
|
-
sumPrefix: '',
|
|
187
|
-
sumSuffix: '',
|
|
188
|
-
avgPrefix: '',
|
|
189
|
-
avgSuffix: '',
|
|
190
|
-
icon: 'upstack',
|
|
191
|
-
measure: MEASURE.TRACKED_AVG_PAGE_VIEWS_PER_SESSION,
|
|
192
|
-
},
|
|
193
|
-
[MEASURE.TRACKED_AVG_SESSIONS_PER_VISITOR]: {
|
|
194
|
-
title: 'Avg. Sessions per Visitor',
|
|
195
|
-
description: 'The number of sessions per visitor.',
|
|
196
|
-
sumPrefix: '',
|
|
197
|
-
sumSuffix: '',
|
|
198
|
-
avgPrefix: '',
|
|
199
|
-
avgSuffix: '',
|
|
200
|
-
icon: 'upstack',
|
|
201
|
-
measure: MEASURE.TRACKED_AVG_SESSIONS_PER_VISITOR,
|
|
202
|
-
},
|
|
203
|
-
[MEASURE.SITE_TTFB]: {
|
|
204
|
-
title: 'Time to First Byte',
|
|
205
|
-
description: 'The time it takes for the server to respond.',
|
|
206
|
-
sumPrefix: '',
|
|
207
|
-
sumSuffix: 'ms',
|
|
208
|
-
avgPrefix: '',
|
|
209
|
-
avgSuffix: 'ms',
|
|
210
|
-
icon: 'upstack',
|
|
211
|
-
measure: MEASURE.SITE_TTFB,
|
|
212
|
-
},
|
|
213
|
-
[MEASURE.SITE_FCP]: {
|
|
214
|
-
title: 'First Contentful Paint',
|
|
215
|
-
description: 'The time it takes for the first content to appear.',
|
|
216
|
-
sumPrefix: '',
|
|
217
|
-
sumSuffix: 'ms',
|
|
218
|
-
avgPrefix: '',
|
|
219
|
-
avgSuffix: 'ms',
|
|
220
|
-
icon: 'upstack',
|
|
221
|
-
measure: MEASURE.SITE_FCP,
|
|
222
|
-
},
|
|
223
|
-
[MEASURE.SITE_LCP]: {
|
|
224
|
-
title: 'Largest Contentful Paint',
|
|
225
|
-
description: 'The time it takes for the largest content to appear.',
|
|
226
|
-
sumPrefix: '',
|
|
227
|
-
sumSuffix: 'ms',
|
|
228
|
-
avgPrefix: '',
|
|
229
|
-
avgSuffix: 'ms',
|
|
230
|
-
icon: 'upstack',
|
|
231
|
-
measure: MEASURE.SITE_LCP,
|
|
232
|
-
},
|
|
233
|
-
[MEASURE.SITE_TIME_ON_SITE]: {
|
|
234
|
-
title: 'Time on Site',
|
|
235
|
-
description: 'The average time spent on the site.',
|
|
236
|
-
sumPrefix: '',
|
|
237
|
-
sumSuffix: 's',
|
|
238
|
-
avgPrefix: '',
|
|
239
|
-
avgSuffix: 's',
|
|
240
|
-
icon: 'upstack',
|
|
241
|
-
measure: MEASURE.SITE_TIME_ON_SITE,
|
|
242
|
-
},
|
|
243
|
-
[MEASURE.TRACKED_AVG_PAGE_VISITS_PER_SESSION]: {
|
|
244
|
-
title: 'Average Page Visits per Session',
|
|
245
|
-
description: 'The average number of page visits per session.',
|
|
246
|
-
sumPrefix: '',
|
|
247
|
-
sumSuffix: '',
|
|
248
|
-
avgPrefix: '',
|
|
249
|
-
avgSuffix: '',
|
|
250
|
-
icon: 'upstack',
|
|
251
|
-
measure: MEASURE.TRACKED_AVG_PAGE_VISITS_PER_SESSION,
|
|
252
|
-
},
|
|
253
|
-
[MEASURE.TRACKED_PV_TO_VC_RATE]: {
|
|
254
|
-
title: 'Page Views to View Contents Rate',
|
|
255
|
-
description: 'The percentage of page views that resulted in a view content.',
|
|
256
|
-
sumPrefix: '',
|
|
257
|
-
sumSuffix: '%',
|
|
258
|
-
avgPrefix: '',
|
|
259
|
-
avgSuffix: '%',
|
|
260
|
-
icon: 'upstack',
|
|
261
|
-
measure: MEASURE.TRACKED_PV_TO_VC_RATE,
|
|
262
|
-
},
|
|
263
|
-
[MEASURE.TRACKED_VC_TO_ATC_RATE]: {
|
|
264
|
-
title: 'View Contents to Add to Cart Rate',
|
|
265
|
-
description: 'The percentage of view contents that resulted in an add to cart.',
|
|
266
|
-
sumPrefix: '',
|
|
267
|
-
sumSuffix: '%',
|
|
268
|
-
avgPrefix: '',
|
|
269
|
-
avgSuffix: '%',
|
|
270
|
-
icon: 'upstack',
|
|
271
|
-
measure: MEASURE.TRACKED_VC_TO_ATC_RATE,
|
|
272
|
-
},
|
|
273
|
-
[MEASURE.TRACKED_NEW_VISITORS]: {
|
|
274
|
-
title: 'New Visitors',
|
|
275
|
-
description: 'The number of new visitors.',
|
|
276
|
-
sumPrefix: '',
|
|
277
|
-
sumSuffix: '',
|
|
278
|
-
avgPrefix: '',
|
|
279
|
-
avgSuffix: '',
|
|
280
|
-
icon: 'upstack',
|
|
281
|
-
measure: MEASURE.TRACKED_NEW_VISITORS,
|
|
282
|
-
in_development: true,
|
|
283
|
-
},
|
|
284
|
-
[MEASURE.TRACKED_NEW_VISITORS_PERCENT]: {
|
|
285
|
-
title: 'New Visitors Percentage',
|
|
286
|
-
description: 'The percentage of visitors that are new visitors.',
|
|
287
|
-
sumPrefix: '',
|
|
288
|
-
sumSuffix: '%',
|
|
289
|
-
avgPrefix: '',
|
|
290
|
-
avgSuffix: '%',
|
|
291
|
-
icon: 'upstack',
|
|
292
|
-
measure: MEASURE.TRACKED_NEW_VISITORS_PERCENT,
|
|
293
|
-
in_development: true,
|
|
294
|
-
},
|
|
295
|
-
[MEASURE.TRACKED_NEW_SESSION_PERCENT]: {
|
|
296
|
-
title: 'New Session Percentage',
|
|
297
|
-
description: 'The percentage of sessions that are new sessions.',
|
|
298
|
-
sumPrefix: '',
|
|
299
|
-
sumSuffix: '%',
|
|
300
|
-
avgPrefix: '',
|
|
301
|
-
avgSuffix: '%',
|
|
302
|
-
icon: 'upstack',
|
|
303
|
-
measure: MEASURE.TRACKED_NEW_SESSION_PERCENT,
|
|
304
|
-
in_development: true,
|
|
305
|
-
},
|
|
306
|
-
[MEASURE.TRACKED_NEW_SESSIONS]: {
|
|
307
|
-
title: 'New Sessions',
|
|
308
|
-
description: 'The number of new sessions.',
|
|
309
|
-
sumPrefix: '',
|
|
310
|
-
sumSuffix: '',
|
|
311
|
-
avgPrefix: '',
|
|
312
|
-
avgSuffix: '',
|
|
313
|
-
icon: 'upstack',
|
|
314
|
-
measure: MEASURE.TRACKED_NEW_SESSIONS,
|
|
315
|
-
in_development: true,
|
|
316
|
-
},
|
|
317
|
-
[MEASURE.TRACKED_SESSION_VIEW_PRODUCT_RATE]: {
|
|
318
|
-
title: 'Session View Product Rate',
|
|
319
|
-
description: 'The percentage of sessions that view a product.',
|
|
320
|
-
sumPrefix: '',
|
|
321
|
-
sumSuffix: '%',
|
|
322
|
-
avgPrefix: '',
|
|
323
|
-
avgSuffix: '%',
|
|
324
|
-
icon: 'upstack',
|
|
325
|
-
measure: MEASURE.TRACKED_SESSION_VIEW_PRODUCT_RATE,
|
|
326
|
-
in_development: true,
|
|
327
|
-
},
|
|
328
|
-
[MEASURE.TRACKED_AVG_TIME_ON_PAGE]: {
|
|
329
|
-
title: 'Average Time on Page',
|
|
330
|
-
description: 'The average time spent on a page.',
|
|
331
|
-
sumPrefix: '',
|
|
332
|
-
sumSuffix: 's',
|
|
333
|
-
avgPrefix: '',
|
|
334
|
-
avgSuffix: 's',
|
|
335
|
-
icon: 'upstack',
|
|
336
|
-
measure: MEASURE.TRACKED_AVG_TIME_ON_PAGE,
|
|
337
|
-
in_development: true,
|
|
338
|
-
},
|
|
339
|
-
[MEASURE.TRACKED_BOUNCE_RATE]: {
|
|
340
|
-
title: 'Bounce Rate',
|
|
341
|
-
description: 'The percentage of sessions that bounce.',
|
|
342
|
-
sumPrefix: '',
|
|
343
|
-
sumSuffix: '%',
|
|
344
|
-
avgPrefix: '',
|
|
345
|
-
avgSuffix: '%',
|
|
346
|
-
icon: 'upstack',
|
|
347
|
-
measure: MEASURE.TRACKED_BOUNCE_RATE,
|
|
348
|
-
in_development: true,
|
|
349
|
-
},
|
|
350
|
-
};
|
|
1
|
+
import { MEASURE } from '../measures';
|
|
2
|
+
export const TRACKED_MEASURES_MAP = {
|
|
3
|
+
[MEASURE.TRACKED_PAGE_VIEWS]: {
|
|
4
|
+
title: 'Page Views',
|
|
5
|
+
description: 'The total number of times a page was viewed.',
|
|
6
|
+
sumPrefix: '',
|
|
7
|
+
sumSuffix: '',
|
|
8
|
+
avgPrefix: '',
|
|
9
|
+
avgSuffix: '',
|
|
10
|
+
icon: 'upstack',
|
|
11
|
+
measure: MEASURE.TRACKED_PAGE_VIEWS,
|
|
12
|
+
},
|
|
13
|
+
[MEASURE.TRACKED_VIEW_CONTENTS]: {
|
|
14
|
+
title: 'View Contents',
|
|
15
|
+
description: 'The total number of times a product page was viewed.',
|
|
16
|
+
sumPrefix: '',
|
|
17
|
+
sumSuffix: '',
|
|
18
|
+
avgPrefix: '',
|
|
19
|
+
avgSuffix: '',
|
|
20
|
+
icon: 'upstack',
|
|
21
|
+
measure: MEASURE.TRACKED_VIEW_CONTENTS,
|
|
22
|
+
},
|
|
23
|
+
[MEASURE.TRACKED_ADD_TO_CARTS]: {
|
|
24
|
+
title: 'Add to Carts',
|
|
25
|
+
description: 'The total number of times a product was added to the cart.',
|
|
26
|
+
sumPrefix: '',
|
|
27
|
+
sumSuffix: '',
|
|
28
|
+
avgPrefix: '',
|
|
29
|
+
avgSuffix: '',
|
|
30
|
+
icon: 'upstack',
|
|
31
|
+
measure: MEASURE.TRACKED_ADD_TO_CARTS,
|
|
32
|
+
},
|
|
33
|
+
[MEASURE.TRACKED_INITIATE_CHECKOUTS]: {
|
|
34
|
+
title: 'Initiate Checkouts',
|
|
35
|
+
description: 'The number of times a checkout was initiated.',
|
|
36
|
+
sumPrefix: '',
|
|
37
|
+
sumSuffix: '',
|
|
38
|
+
avgPrefix: '',
|
|
39
|
+
avgSuffix: '',
|
|
40
|
+
icon: 'upstack',
|
|
41
|
+
measure: MEASURE.TRACKED_INITIATE_CHECKOUTS,
|
|
42
|
+
},
|
|
43
|
+
[MEASURE.TRACKED_PURCHASES]: {
|
|
44
|
+
title: 'Purchases',
|
|
45
|
+
description: 'The total number of tracked purchases.',
|
|
46
|
+
sumPrefix: '',
|
|
47
|
+
sumSuffix: '',
|
|
48
|
+
avgPrefix: '',
|
|
49
|
+
avgSuffix: '',
|
|
50
|
+
icon: 'upstack',
|
|
51
|
+
measure: MEASURE.TRACKED_PURCHASES,
|
|
52
|
+
},
|
|
53
|
+
[MEASURE.TRACKED_REVENUE]: {
|
|
54
|
+
title: 'Revenue',
|
|
55
|
+
description: 'The total tracked revenue.',
|
|
56
|
+
sumPrefix: '$',
|
|
57
|
+
sumSuffix: '',
|
|
58
|
+
avgPrefix: '$',
|
|
59
|
+
avgSuffix: '',
|
|
60
|
+
icon: 'upstack',
|
|
61
|
+
measure: MEASURE.TRACKED_REVENUE,
|
|
62
|
+
},
|
|
63
|
+
[MEASURE.TRACKED_SESSION_CONVERSION_RATE]: {
|
|
64
|
+
title: 'Session Conversion Rate',
|
|
65
|
+
description: 'The percentage of sessions that resulted in a conversion.',
|
|
66
|
+
sumPrefix: '',
|
|
67
|
+
sumSuffix: '%',
|
|
68
|
+
avgPrefix: '',
|
|
69
|
+
avgSuffix: '%',
|
|
70
|
+
icon: 'upstack',
|
|
71
|
+
measure: MEASURE.TRACKED_SESSION_CONVERSION_RATE,
|
|
72
|
+
},
|
|
73
|
+
[MEASURE.TRACKED_REVENUE_PER_VISITOR]: {
|
|
74
|
+
title: 'Revenue per Visitor',
|
|
75
|
+
description: 'The average revenue generated per visitor.',
|
|
76
|
+
sumPrefix: '$',
|
|
77
|
+
sumSuffix: '',
|
|
78
|
+
avgPrefix: '$',
|
|
79
|
+
avgSuffix: '',
|
|
80
|
+
icon: 'upstack',
|
|
81
|
+
measure: MEASURE.TRACKED_REVENUE_PER_VISITOR,
|
|
82
|
+
},
|
|
83
|
+
[MEASURE.TRACKED_REVENUE_PER_SESSION]: {
|
|
84
|
+
title: 'Revenue per Session',
|
|
85
|
+
description: 'The average revenue generated per session.',
|
|
86
|
+
sumPrefix: '$',
|
|
87
|
+
sumSuffix: '',
|
|
88
|
+
avgPrefix: '$',
|
|
89
|
+
avgSuffix: '',
|
|
90
|
+
icon: 'upstack',
|
|
91
|
+
measure: MEASURE.TRACKED_REVENUE_PER_SESSION,
|
|
92
|
+
},
|
|
93
|
+
[MEASURE.TRACKED_UNIQUE_SESSIONS]: {
|
|
94
|
+
title: 'Unique Sessions',
|
|
95
|
+
description: 'The number of unique sessions.',
|
|
96
|
+
sumPrefix: '',
|
|
97
|
+
sumSuffix: '',
|
|
98
|
+
avgPrefix: '',
|
|
99
|
+
avgSuffix: '',
|
|
100
|
+
icon: 'upstack',
|
|
101
|
+
measure: MEASURE.TRACKED_UNIQUE_SESSIONS,
|
|
102
|
+
},
|
|
103
|
+
[MEASURE.TRACKED_UNIQUE_VISITORS]: {
|
|
104
|
+
title: 'Unique Visitors',
|
|
105
|
+
description: 'The number of unique visitors.',
|
|
106
|
+
sumPrefix: '',
|
|
107
|
+
sumSuffix: '',
|
|
108
|
+
avgPrefix: '',
|
|
109
|
+
avgSuffix: '',
|
|
110
|
+
icon: 'upstack',
|
|
111
|
+
measure: MEASURE.TRACKED_UNIQUE_VISITORS,
|
|
112
|
+
},
|
|
113
|
+
[MEASURE.TRACKED_ADD_TO_CART_RATE]: {
|
|
114
|
+
title: 'Add to Cart Rate',
|
|
115
|
+
description: 'The percentage of views that resulted in an add to cart.',
|
|
116
|
+
sumPrefix: '',
|
|
117
|
+
sumSuffix: '%',
|
|
118
|
+
avgPrefix: '',
|
|
119
|
+
avgSuffix: '%',
|
|
120
|
+
icon: 'upstack',
|
|
121
|
+
measure: MEASURE.TRACKED_ADD_TO_CART_RATE,
|
|
122
|
+
},
|
|
123
|
+
[MEASURE.TRACKED_VIEW_CONTENT_RATE]: {
|
|
124
|
+
title: 'View Content Rate',
|
|
125
|
+
description: 'The percentage of page views that resulted in a view content.',
|
|
126
|
+
sumPrefix: '',
|
|
127
|
+
sumSuffix: '%',
|
|
128
|
+
avgPrefix: '',
|
|
129
|
+
avgSuffix: '%',
|
|
130
|
+
icon: 'upstack',
|
|
131
|
+
measure: MEASURE.TRACKED_VIEW_CONTENT_RATE,
|
|
132
|
+
},
|
|
133
|
+
[MEASURE.TRACKED_INITIATE_CHECKOUT_RATE]: {
|
|
134
|
+
title: 'Initiate Checkout Rate',
|
|
135
|
+
description: 'The percentage of add to carts that resulted in an initiate checkout.',
|
|
136
|
+
sumPrefix: '',
|
|
137
|
+
sumSuffix: '%',
|
|
138
|
+
avgPrefix: '',
|
|
139
|
+
avgSuffix: '%',
|
|
140
|
+
icon: 'upstack',
|
|
141
|
+
measure: MEASURE.TRACKED_INITIATE_CHECKOUT_RATE,
|
|
142
|
+
},
|
|
143
|
+
[MEASURE.TRACKED_ATC_TO_IC_RATE]: {
|
|
144
|
+
title: 'Add to Cart to Initiate Checkout Rate',
|
|
145
|
+
description: 'The percentage of add to carts that resulted in an initiate checkout.',
|
|
146
|
+
sumPrefix: '',
|
|
147
|
+
sumSuffix: '%',
|
|
148
|
+
avgPrefix: '',
|
|
149
|
+
avgSuffix: '%',
|
|
150
|
+
icon: 'upstack',
|
|
151
|
+
measure: MEASURE.TRACKED_ATC_TO_IC_RATE,
|
|
152
|
+
},
|
|
153
|
+
[MEASURE.TRACKED_IC_TO_PURCHASE_RATE]: {
|
|
154
|
+
title: 'Initiate Checkout to Purchase Rate',
|
|
155
|
+
description: 'The percentage of initiate checkouts that resulted in a purchase.',
|
|
156
|
+
sumPrefix: '',
|
|
157
|
+
sumSuffix: '%',
|
|
158
|
+
avgPrefix: '',
|
|
159
|
+
avgSuffix: '%',
|
|
160
|
+
icon: 'upstack',
|
|
161
|
+
measure: MEASURE.TRACKED_IC_TO_PURCHASE_RATE,
|
|
162
|
+
},
|
|
163
|
+
[MEASURE.TRACKED_TOTAL_EVENTS]: {
|
|
164
|
+
title: 'Total Events',
|
|
165
|
+
description: 'The total number of events processed.',
|
|
166
|
+
sumPrefix: '',
|
|
167
|
+
sumSuffix: '',
|
|
168
|
+
avgPrefix: '',
|
|
169
|
+
avgSuffix: '',
|
|
170
|
+
icon: 'upstack',
|
|
171
|
+
measure: MEASURE.TRACKED_TOTAL_EVENTS,
|
|
172
|
+
},
|
|
173
|
+
[MEASURE.TRACKED_AVG_VIEW_CONTENTS_PER_SESSION]: {
|
|
174
|
+
title: 'Average View Contents per Session',
|
|
175
|
+
description: 'The average number of view contents per session.',
|
|
176
|
+
sumPrefix: '',
|
|
177
|
+
sumSuffix: '',
|
|
178
|
+
avgPrefix: '',
|
|
179
|
+
avgSuffix: '',
|
|
180
|
+
icon: 'upstack',
|
|
181
|
+
measure: MEASURE.TRACKED_AVG_VIEW_CONTENTS_PER_SESSION,
|
|
182
|
+
},
|
|
183
|
+
[MEASURE.TRACKED_AVG_PAGE_VIEWS_PER_SESSION]: {
|
|
184
|
+
title: 'Average Page Views per Session',
|
|
185
|
+
description: 'The average number of page views per session.',
|
|
186
|
+
sumPrefix: '',
|
|
187
|
+
sumSuffix: '',
|
|
188
|
+
avgPrefix: '',
|
|
189
|
+
avgSuffix: '',
|
|
190
|
+
icon: 'upstack',
|
|
191
|
+
measure: MEASURE.TRACKED_AVG_PAGE_VIEWS_PER_SESSION,
|
|
192
|
+
},
|
|
193
|
+
[MEASURE.TRACKED_AVG_SESSIONS_PER_VISITOR]: {
|
|
194
|
+
title: 'Avg. Sessions per Visitor',
|
|
195
|
+
description: 'The number of sessions per visitor.',
|
|
196
|
+
sumPrefix: '',
|
|
197
|
+
sumSuffix: '',
|
|
198
|
+
avgPrefix: '',
|
|
199
|
+
avgSuffix: '',
|
|
200
|
+
icon: 'upstack',
|
|
201
|
+
measure: MEASURE.TRACKED_AVG_SESSIONS_PER_VISITOR,
|
|
202
|
+
},
|
|
203
|
+
[MEASURE.SITE_TTFB]: {
|
|
204
|
+
title: 'Time to First Byte',
|
|
205
|
+
description: 'The time it takes for the server to respond.',
|
|
206
|
+
sumPrefix: '',
|
|
207
|
+
sumSuffix: 'ms',
|
|
208
|
+
avgPrefix: '',
|
|
209
|
+
avgSuffix: 'ms',
|
|
210
|
+
icon: 'upstack',
|
|
211
|
+
measure: MEASURE.SITE_TTFB,
|
|
212
|
+
},
|
|
213
|
+
[MEASURE.SITE_FCP]: {
|
|
214
|
+
title: 'First Contentful Paint',
|
|
215
|
+
description: 'The time it takes for the first content to appear.',
|
|
216
|
+
sumPrefix: '',
|
|
217
|
+
sumSuffix: 'ms',
|
|
218
|
+
avgPrefix: '',
|
|
219
|
+
avgSuffix: 'ms',
|
|
220
|
+
icon: 'upstack',
|
|
221
|
+
measure: MEASURE.SITE_FCP,
|
|
222
|
+
},
|
|
223
|
+
[MEASURE.SITE_LCP]: {
|
|
224
|
+
title: 'Largest Contentful Paint',
|
|
225
|
+
description: 'The time it takes for the largest content to appear.',
|
|
226
|
+
sumPrefix: '',
|
|
227
|
+
sumSuffix: 'ms',
|
|
228
|
+
avgPrefix: '',
|
|
229
|
+
avgSuffix: 'ms',
|
|
230
|
+
icon: 'upstack',
|
|
231
|
+
measure: MEASURE.SITE_LCP,
|
|
232
|
+
},
|
|
233
|
+
[MEASURE.SITE_TIME_ON_SITE]: {
|
|
234
|
+
title: 'Time on Site',
|
|
235
|
+
description: 'The average time spent on the site.',
|
|
236
|
+
sumPrefix: '',
|
|
237
|
+
sumSuffix: 's',
|
|
238
|
+
avgPrefix: '',
|
|
239
|
+
avgSuffix: 's',
|
|
240
|
+
icon: 'upstack',
|
|
241
|
+
measure: MEASURE.SITE_TIME_ON_SITE,
|
|
242
|
+
},
|
|
243
|
+
[MEASURE.TRACKED_AVG_PAGE_VISITS_PER_SESSION]: {
|
|
244
|
+
title: 'Average Page Visits per Session',
|
|
245
|
+
description: 'The average number of page visits per session.',
|
|
246
|
+
sumPrefix: '',
|
|
247
|
+
sumSuffix: '',
|
|
248
|
+
avgPrefix: '',
|
|
249
|
+
avgSuffix: '',
|
|
250
|
+
icon: 'upstack',
|
|
251
|
+
measure: MEASURE.TRACKED_AVG_PAGE_VISITS_PER_SESSION,
|
|
252
|
+
},
|
|
253
|
+
[MEASURE.TRACKED_PV_TO_VC_RATE]: {
|
|
254
|
+
title: 'Page Views to View Contents Rate',
|
|
255
|
+
description: 'The percentage of page views that resulted in a view content.',
|
|
256
|
+
sumPrefix: '',
|
|
257
|
+
sumSuffix: '%',
|
|
258
|
+
avgPrefix: '',
|
|
259
|
+
avgSuffix: '%',
|
|
260
|
+
icon: 'upstack',
|
|
261
|
+
measure: MEASURE.TRACKED_PV_TO_VC_RATE,
|
|
262
|
+
},
|
|
263
|
+
[MEASURE.TRACKED_VC_TO_ATC_RATE]: {
|
|
264
|
+
title: 'View Contents to Add to Cart Rate',
|
|
265
|
+
description: 'The percentage of view contents that resulted in an add to cart.',
|
|
266
|
+
sumPrefix: '',
|
|
267
|
+
sumSuffix: '%',
|
|
268
|
+
avgPrefix: '',
|
|
269
|
+
avgSuffix: '%',
|
|
270
|
+
icon: 'upstack',
|
|
271
|
+
measure: MEASURE.TRACKED_VC_TO_ATC_RATE,
|
|
272
|
+
},
|
|
273
|
+
[MEASURE.TRACKED_NEW_VISITORS]: {
|
|
274
|
+
title: 'New Visitors',
|
|
275
|
+
description: 'The number of new visitors.',
|
|
276
|
+
sumPrefix: '',
|
|
277
|
+
sumSuffix: '',
|
|
278
|
+
avgPrefix: '',
|
|
279
|
+
avgSuffix: '',
|
|
280
|
+
icon: 'upstack',
|
|
281
|
+
measure: MEASURE.TRACKED_NEW_VISITORS,
|
|
282
|
+
in_development: true,
|
|
283
|
+
},
|
|
284
|
+
[MEASURE.TRACKED_NEW_VISITORS_PERCENT]: {
|
|
285
|
+
title: 'New Visitors Percentage',
|
|
286
|
+
description: 'The percentage of visitors that are new visitors.',
|
|
287
|
+
sumPrefix: '',
|
|
288
|
+
sumSuffix: '%',
|
|
289
|
+
avgPrefix: '',
|
|
290
|
+
avgSuffix: '%',
|
|
291
|
+
icon: 'upstack',
|
|
292
|
+
measure: MEASURE.TRACKED_NEW_VISITORS_PERCENT,
|
|
293
|
+
in_development: true,
|
|
294
|
+
},
|
|
295
|
+
[MEASURE.TRACKED_NEW_SESSION_PERCENT]: {
|
|
296
|
+
title: 'New Session Percentage',
|
|
297
|
+
description: 'The percentage of sessions that are new sessions.',
|
|
298
|
+
sumPrefix: '',
|
|
299
|
+
sumSuffix: '%',
|
|
300
|
+
avgPrefix: '',
|
|
301
|
+
avgSuffix: '%',
|
|
302
|
+
icon: 'upstack',
|
|
303
|
+
measure: MEASURE.TRACKED_NEW_SESSION_PERCENT,
|
|
304
|
+
in_development: true,
|
|
305
|
+
},
|
|
306
|
+
[MEASURE.TRACKED_NEW_SESSIONS]: {
|
|
307
|
+
title: 'New Sessions',
|
|
308
|
+
description: 'The number of new sessions.',
|
|
309
|
+
sumPrefix: '',
|
|
310
|
+
sumSuffix: '',
|
|
311
|
+
avgPrefix: '',
|
|
312
|
+
avgSuffix: '',
|
|
313
|
+
icon: 'upstack',
|
|
314
|
+
measure: MEASURE.TRACKED_NEW_SESSIONS,
|
|
315
|
+
in_development: true,
|
|
316
|
+
},
|
|
317
|
+
[MEASURE.TRACKED_SESSION_VIEW_PRODUCT_RATE]: {
|
|
318
|
+
title: 'Session View Product Rate',
|
|
319
|
+
description: 'The percentage of sessions that view a product.',
|
|
320
|
+
sumPrefix: '',
|
|
321
|
+
sumSuffix: '%',
|
|
322
|
+
avgPrefix: '',
|
|
323
|
+
avgSuffix: '%',
|
|
324
|
+
icon: 'upstack',
|
|
325
|
+
measure: MEASURE.TRACKED_SESSION_VIEW_PRODUCT_RATE,
|
|
326
|
+
in_development: true,
|
|
327
|
+
},
|
|
328
|
+
[MEASURE.TRACKED_AVG_TIME_ON_PAGE]: {
|
|
329
|
+
title: 'Average Time on Page',
|
|
330
|
+
description: 'The average time spent on a page.',
|
|
331
|
+
sumPrefix: '',
|
|
332
|
+
sumSuffix: 's',
|
|
333
|
+
avgPrefix: '',
|
|
334
|
+
avgSuffix: 's',
|
|
335
|
+
icon: 'upstack',
|
|
336
|
+
measure: MEASURE.TRACKED_AVG_TIME_ON_PAGE,
|
|
337
|
+
in_development: true,
|
|
338
|
+
},
|
|
339
|
+
[MEASURE.TRACKED_BOUNCE_RATE]: {
|
|
340
|
+
title: 'Bounce Rate',
|
|
341
|
+
description: 'The percentage of sessions that bounce.',
|
|
342
|
+
sumPrefix: '',
|
|
343
|
+
sumSuffix: '%',
|
|
344
|
+
avgPrefix: '',
|
|
345
|
+
avgSuffix: '%',
|
|
346
|
+
icon: 'upstack',
|
|
347
|
+
measure: MEASURE.TRACKED_BOUNCE_RATE,
|
|
348
|
+
in_development: true,
|
|
349
|
+
},
|
|
350
|
+
};
|
|
351
351
|
//# sourceMappingURL=tracked-measure-definitions.js.map
|