@antscorp/antsomi-ui 2.0.102 → 2.0.104

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.
Files changed (172) hide show
  1. package/es/__mocks__/sql-query.json +56 -0
  2. package/es/assets/css/main.scss +2 -2
  3. package/es/components/atoms/App/App.d.ts +7 -0
  4. package/es/components/atoms/App/App.js +5 -0
  5. package/es/components/atoms/App/index.d.ts +1 -0
  6. package/es/components/atoms/App/index.js +1 -0
  7. package/es/components/atoms/Input/Input.d.ts +11 -17
  8. package/es/components/atoms/Input/Input.js +11 -12
  9. package/es/components/atoms/List/List.d.ts +1 -0
  10. package/es/components/atoms/List/List.js +1 -0
  11. package/es/components/atoms/List/index.d.ts +1 -0
  12. package/es/components/atoms/List/index.js +1 -0
  13. package/es/components/atoms/Scrollbars/Scrollbars.d.ts +3 -4
  14. package/es/components/atoms/Scrollbars/Scrollbars.js +2 -1
  15. package/es/components/atoms/SlideBar/SlideBar.js +1 -1
  16. package/es/components/atoms/Tag/Tag.js +1 -1
  17. package/es/components/atoms/index.d.ts +3 -0
  18. package/es/components/atoms/index.js +2 -0
  19. package/es/components/icons/FeedbackOutlinedIcon.d.ts +3 -0
  20. package/es/components/icons/FeedbackOutlinedIcon.js +7 -0
  21. package/es/components/icons/LazyIcon/LazyIcon.d.ts +5 -0
  22. package/es/components/icons/LazyIcon/LazyIcon.js +5 -0
  23. package/es/components/icons/NavigateBeforeIcon.d.ts +3 -0
  24. package/es/components/icons/NavigateBeforeIcon.js +7 -0
  25. package/es/components/icons/NavigateNextIcon.d.ts +3 -0
  26. package/es/components/icons/NavigateNextIcon.js +7 -0
  27. package/es/components/icons/PenSparkIcon.d.ts +3 -0
  28. package/es/components/icons/PenSparkIcon.js +7 -0
  29. package/es/components/icons/StatusSuccessIcon.d.ts +3 -0
  30. package/es/components/icons/StatusSuccessIcon.js +7 -0
  31. package/es/components/icons/SummarizeIconIcon.d.ts +3 -0
  32. package/es/components/icons/SummarizeIconIcon.js +7 -0
  33. package/es/components/icons/index.d.ts +5 -0
  34. package/es/components/icons/index.js +5 -0
  35. package/es/components/index.scss +1 -0
  36. package/es/components/molecules/AddDynamicContent/AddDynamicContent.d.ts +1 -2
  37. package/es/components/molecules/CalendarSelection/constants.d.ts +1 -1
  38. package/es/components/molecules/CalendarSelection/constants.js +1 -1
  39. package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +8 -2
  40. package/es/components/molecules/CaptureScreen/CaptureScreen.js +2 -2
  41. package/es/components/molecules/DrawerDetail/DrawerDetail.js +19 -7
  42. package/es/components/molecules/DrawerDetail/types.d.ts +5 -0
  43. package/es/components/molecules/EditingListV2/components/Loadable.d.ts +1 -1
  44. package/es/components/molecules/EditorScript/EditorScript.d.ts +1 -2
  45. package/es/components/molecules/EditorScript/EditorScript.js +5 -1
  46. package/es/components/molecules/FontSizeInput/index.scss +15 -0
  47. package/es/components/molecules/Select/styled.js +1 -1
  48. package/es/components/molecules/SelectAccount/type.d.ts +1 -1
  49. package/es/components/molecules/TagifyInput/utils.style.js +1 -0
  50. package/es/components/molecules/TemplateSaveAs/hooks/useTemplateSave.d.ts +1 -1
  51. package/es/components/organism/AccountProfile/components/AccountSetting/AccountSetting.js +2 -1
  52. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.d.ts +1 -1
  53. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +1 -1
  54. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -0
  55. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +3059 -0
  56. package/es/components/organism/BasicLogin/BasicLogin.js +1 -10
  57. package/es/components/organism/BasicLogin/components/AuthenticateResult/AuthenticateResult.js +1 -1
  58. package/es/components/organism/BasicLogin/styled.js +1 -1
  59. package/es/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.js +5 -4
  60. package/es/components/organism/Login/Login.js +1 -5
  61. package/es/components/organism/Login/components/LoginWithEmail/styled.js +1 -1
  62. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +1 -1
  63. package/es/components/organism/Login/components/SignIn/styled.js +1 -1
  64. package/es/components/organism/Login/components/WidgetLayout/styled.js +1 -1
  65. package/es/components/organism/Login/styled.d.ts +3 -3
  66. package/es/components/organism/Login/styled.js +11 -11
  67. package/es/components/organism/ModifyColumnModal/styled.d.ts +2 -2
  68. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.d.ts +1 -2
  69. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +3 -1
  70. package/es/components/organism/SQLGeneration/SQLGeneration.d.ts +3 -0
  71. package/es/components/organism/SQLGeneration/SQLGeneration.js +26 -0
  72. package/es/components/organism/SQLGeneration/components/CheckboxShowDiff.d.ts +2 -0
  73. package/es/components/organism/SQLGeneration/components/CheckboxShowDiff.js +16 -0
  74. package/es/components/organism/SQLGeneration/components/EditTableSourcesDrawer.d.ts +2 -0
  75. package/es/components/organism/SQLGeneration/components/EditTableSourcesDrawer.js +56 -0
  76. package/es/components/organism/SQLGeneration/components/ErrorDisplay.d.ts +21 -0
  77. package/es/components/organism/SQLGeneration/components/ErrorDisplay.js +69 -0
  78. package/es/components/organism/SQLGeneration/components/SQLGenerationActions.d.ts +4 -0
  79. package/es/components/organism/SQLGeneration/components/SQLGenerationActions.js +23 -0
  80. package/es/components/organism/SQLGeneration/components/SQLGenerationCodeBlock.d.ts +2 -0
  81. package/es/components/organism/SQLGeneration/components/SQLGenerationCodeBlock.js +22 -0
  82. package/es/components/organism/SQLGeneration/components/SQLGenerationEditPrompt.d.ts +2 -0
  83. package/es/components/organism/SQLGeneration/components/SQLGenerationEditPrompt.js +66 -0
  84. package/es/components/organism/SQLGeneration/components/SQLGenerationHeader.d.ts +2 -0
  85. package/es/components/organism/SQLGeneration/components/SQLGenerationHeader.js +10 -0
  86. package/es/components/organism/SQLGeneration/components/SQLGenerationModal.d.ts +2 -0
  87. package/es/components/organism/SQLGeneration/components/SQLGenerationModal.js +35 -0
  88. package/es/components/organism/SQLGeneration/components/SQLGenerationPagination.d.ts +4 -0
  89. package/es/components/organism/SQLGeneration/components/SQLGenerationPagination.js +13 -0
  90. package/es/components/organism/SQLGeneration/components/SQLGenerationPrompt.d.ts +2 -0
  91. package/es/components/organism/SQLGeneration/components/SQLGenerationPrompt.js +31 -0
  92. package/es/components/organism/SQLGeneration/components/SQLGenerationPromptDisplay.d.ts +2 -0
  93. package/es/components/organism/SQLGeneration/components/SQLGenerationPromptDisplay.js +15 -0
  94. package/es/components/organism/SQLGeneration/components/SQLGenerationQuerySummary.d.ts +2 -0
  95. package/es/components/organism/SQLGeneration/components/SQLGenerationQuerySummary.js +17 -0
  96. package/es/components/organism/SQLGeneration/components/SQLGenerationRefine.d.ts +1 -0
  97. package/es/components/organism/SQLGeneration/components/SQLGenerationRefine.js +55 -0
  98. package/es/components/organism/SQLGeneration/components/SQLGenerationResult.d.ts +5 -0
  99. package/es/components/organism/SQLGeneration/components/SQLGenerationResult.js +29 -0
  100. package/es/components/organism/SQLGeneration/components/index.d.ts +9 -0
  101. package/es/components/organism/SQLGeneration/components/index.js +9 -0
  102. package/es/components/organism/SQLGeneration/components/styled.d.ts +52 -0
  103. package/es/components/organism/SQLGeneration/components/styled.js +382 -0
  104. package/es/components/organism/SQLGeneration/constants.d.ts +48 -0
  105. package/es/components/organism/SQLGeneration/constants.js +48 -0
  106. package/es/components/organism/SQLGeneration/hooks/index.d.ts +1 -0
  107. package/es/components/organism/SQLGeneration/hooks/index.js +1 -0
  108. package/es/components/organism/SQLGeneration/hooks/useKeyboardNavigation.d.ts +14 -0
  109. package/es/components/organism/SQLGeneration/hooks/useKeyboardNavigation.js +123 -0
  110. package/es/components/organism/SQLGeneration/index.d.ts +10 -0
  111. package/es/components/organism/SQLGeneration/index.js +6 -0
  112. package/es/components/organism/SQLGeneration/index.scss +1 -0
  113. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.d.ts +1 -0
  114. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.js +1 -0
  115. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.scss +4 -0
  116. package/es/components/organism/SQLGeneration/integrations/AceEditor/useAceEditor.d.ts +9 -0
  117. package/es/components/organism/SQLGeneration/integrations/AceEditor/useAceEditor.js +24 -0
  118. package/es/components/organism/SQLGeneration/integrations/AceEditor/useEnhancePlaceholder.d.ts +10 -0
  119. package/es/components/organism/SQLGeneration/integrations/AceEditor/useEnhancePlaceholder.js +172 -0
  120. package/es/components/organism/SQLGeneration/integrations/AceEditor/useInsertQuery.d.ts +8 -0
  121. package/es/components/organism/SQLGeneration/integrations/AceEditor/useInsertQuery.js +21 -0
  122. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/index.d.ts +1 -0
  123. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/index.js +1 -0
  124. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/useAntsomiAI.d.ts +1 -0
  125. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/useAntsomiAI.js +35 -0
  126. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/index.d.ts +1 -0
  127. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/index.js +1 -0
  128. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/useAntsomiSqlWS.d.ts +7 -0
  129. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/useAntsomiSqlWS.js +10 -0
  130. package/es/components/organism/SQLGeneration/selectors.d.ts +857 -0
  131. package/es/components/organism/SQLGeneration/selectors.js +61 -0
  132. package/es/components/organism/SQLGeneration/store/index.d.ts +2 -0
  133. package/es/components/organism/SQLGeneration/store/index.js +1 -0
  134. package/es/components/organism/SQLGeneration/store/provider.d.ts +7 -0
  135. package/es/components/organism/SQLGeneration/store/provider.js +40 -0
  136. package/es/components/organism/SQLGeneration/store/store.d.ts +383 -0
  137. package/es/components/organism/SQLGeneration/store/store.js +309 -0
  138. package/es/components/organism/SQLGeneration/store/types.d.ts +97 -0
  139. package/es/components/organism/SQLGeneration/store/types.js +1 -0
  140. package/es/components/organism/SQLGeneration/types.d.ts +29 -0
  141. package/es/components/organism/SQLGeneration/types.js +1 -0
  142. package/es/components/organism/index.d.ts +1 -0
  143. package/es/components/organism/index.js +1 -0
  144. package/es/components/organism/index.scss +1 -0
  145. package/es/components/template/TemplateListing/hooks/useTemplateListing.d.ts +3 -4
  146. package/es/hooks/index.d.ts +1 -0
  147. package/es/hooks/index.js +1 -0
  148. package/es/hooks/useFocusManagement.d.ts +14 -0
  149. package/es/hooks/useFocusManagement.js +124 -0
  150. package/es/locales/ja/google-sheet.json +2 -2
  151. package/es/providers/ConfigProvider/ConfigProvider.js +4 -1
  152. package/es/providers/ConfigProvider/GlobalStyle.js +153 -46
  153. package/es/queries/AI/index.d.ts +23 -0
  154. package/es/queries/AI/index.js +4 -0
  155. package/es/queries/AI/useSqlGeneration.d.ts +25 -0
  156. package/es/queries/AI/useSqlGeneration.js +13 -0
  157. package/es/queries/TemplateListing/index.d.ts +2 -2
  158. package/es/queries/index.d.ts +1 -0
  159. package/es/queries/index.js +1 -0
  160. package/es/services/AI/index.d.ts +15 -0
  161. package/es/services/AI/index.js +15 -0
  162. package/es/types/auth.d.ts +25 -0
  163. package/es/types/auth.js +1 -0
  164. package/es/types/index.d.ts +1 -0
  165. package/es/types/index.js +1 -0
  166. package/es/utils/common.d.ts +1 -0
  167. package/es/utils/common.js +16 -1
  168. package/es/utils/web.d.ts +16 -3
  169. package/es/utils/web.js +36 -3
  170. package/es/utils/zustand.d.ts +10 -0
  171. package/es/utils/zustand.js +8 -0
  172. package/package.json +15 -10
@@ -0,0 +1,3059 @@
1
+ {
2
+ "default": [
3
+ {
4
+ "sectionKey": "pageview_797849619979802",
5
+ "etype": "pageview",
6
+ "eventCategoryId": -20,
7
+ "insightPropertyId": 556300706,
8
+ "timestamp": 1726048587000,
9
+ "trackedDateTimeUTC": "2024-09-11 09:56:27",
10
+ "lastTimestamp": 1726048587000,
11
+ "lastTrackedDateTimeUTC": "2024-09-11 09:56:27",
12
+ "data": {
13
+ "sessionStartTimestamp": 1726048587000,
14
+ "firstActivities": [
15
+ {
16
+ "pageType": "view",
17
+ "insightPropertyId": 556300706,
18
+ "eventCategoryId": -20,
19
+ "eventActionId": -102,
20
+ "timestamp": 1726048587000,
21
+ "trackedDateTimeUTC": "2024-09-11 09:56:27",
22
+ "value": 0,
23
+ "url": "",
24
+ "urlName": "",
25
+ "userId": "1256187161",
26
+ "items": [
27
+ {
28
+ "name": "",
29
+ "url": "https://sandbox-magento.antsomi.com/"
30
+ }
31
+ ],
32
+ "extra": {
33
+ "prop_id": "556300706",
34
+ "utm_type": "referrer",
35
+ "page_title": "Home Page",
36
+ "utm_medium": "referrer",
37
+ "atm_type": "on_session",
38
+ "ip_address": "14.161.37.191",
39
+ "is_webview": false,
40
+ "page_view_order": 3,
41
+ "is_stream_evt": false,
42
+ "is_batch_evt": false,
43
+ "location_url": "https://sandbox-magento.antsomi.com/",
44
+ "device_brand": "Unknown",
45
+ "click_id": "1256187161b1724237350",
46
+ "ss_time": 5665,
47
+ "page_cate": "Home",
48
+ "page_path": "/",
49
+ "is_rt_evt": false,
50
+ "identify_type": "predict",
51
+ "utm_source": "google.com",
52
+ "visitor_type": "returning",
53
+ "click_bc": "1256187161b1724237350",
54
+ "users": {
55
+ "fb_uid": "fb.1.1723618150894.718581077124049320"
56
+ },
57
+ "customers": {
58
+ "customer_id": "211"
59
+ },
60
+ "title": ""
61
+ },
62
+ "context": {
63
+ "country": "vn",
64
+ "os": "Windows NT",
65
+ "city": "Ho Chi Minh City",
66
+ "ip": "14.161.37.191",
67
+ "http_node": "1019801128193",
68
+ "sys_reqid": "cde3e4b9-06a9-4581-b7f8-e03219c3f2ab",
69
+ "is_stream_evt": false,
70
+ "is_batch_evt": false,
71
+ "province_id": 29,
72
+ "browser": "Chrome",
73
+ "is_rt_evt": false,
74
+ "kk_topic": "cdp-events",
75
+ "dev_type": "Personal computer",
76
+ "page": {
77
+ "id": "1499856168299659680",
78
+ "title": "",
79
+ "url": "https://sandbox-magento.antsomi.com/"
80
+ }
81
+ }
82
+ }
83
+ ],
84
+ "totalActivityCount": 1,
85
+ "hasMoreActivities": false
86
+ }
87
+ },
88
+ {
89
+ "sectionKey": "pageview_1260993692956175",
90
+ "etype": "pageview",
91
+ "eventCategoryId": -20,
92
+ "insightPropertyId": 564990245,
93
+ "timestamp": 1724297443000,
94
+ "trackedDateTimeUTC": "2024-08-22 03:30:43",
95
+ "lastTimestamp": 1724297474000,
96
+ "lastTrackedDateTimeUTC": "2024-08-22 03:31:14",
97
+ "data": {
98
+ "sessionStartTimestamp": 1724297443000,
99
+ "firstActivities": [
100
+ {
101
+ "pageType": "view",
102
+ "insightPropertyId": 564990245,
103
+ "eventCategoryId": -20,
104
+ "eventActionId": -102,
105
+ "timestamp": 1724297474000,
106
+ "trackedDateTimeUTC": "2024-08-22 03:31:14",
107
+ "value": 0,
108
+ "url": "",
109
+ "urlName": "",
110
+ "userId": "1588654245",
111
+ "items": [
112
+ {
113
+ "name": "",
114
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
115
+ }
116
+ ],
117
+ "extra": {
118
+ "prop_id": "564990245",
119
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
120
+ "atm_type": "on_session",
121
+ "ip_address": "14.161.37.191",
122
+ "is_webview": false,
123
+ "page_view_order": 4,
124
+ "is_stream_evt": false,
125
+ "is_batch_evt": false,
126
+ "location_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
127
+ "device_brand": "Unknown",
128
+ "click_id": "1588654245b1724214484",
129
+ "ss_time": 24243,
130
+ "page_cate": "customer/lp/ngay-doi-9-9",
131
+ "page_path": "/customer/lp/ngay-doi-9-9",
132
+ "is_rt_evt": false,
133
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
134
+ "identify_type": "exact",
135
+ "visitor_type": "returning",
136
+ "click_bc": "1588654245b1724214484",
137
+ "users": {
138
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
139
+ },
140
+ "customers": {
141
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
142
+ },
143
+ "title": ""
144
+ },
145
+ "context": {
146
+ "country": "vn",
147
+ "os": "Windows NT",
148
+ "city": "Ho Chi Minh City",
149
+ "ip": "14.161.37.191",
150
+ "http_node": "102000118193",
151
+ "sys_reqid": "0ff1174e-bfc2-4448-a25e-aa1bc6350b08",
152
+ "is_stream_evt": false,
153
+ "is_batch_evt": false,
154
+ "province_id": 29,
155
+ "browser": "Chrome",
156
+ "is_rt_evt": false,
157
+ "kk_topic": "cdp-events-v2",
158
+ "dev_type": "Personal computer",
159
+ "page": {
160
+ "id": "6761007672782067977",
161
+ "title": "",
162
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
163
+ }
164
+ }
165
+ },
166
+ {
167
+ "pageType": "view",
168
+ "insightPropertyId": 564990245,
169
+ "eventCategoryId": -20,
170
+ "eventActionId": -102,
171
+ "timestamp": 1724297468000,
172
+ "trackedDateTimeUTC": "2024-08-22 03:31:08",
173
+ "value": 0,
174
+ "url": "",
175
+ "urlName": "",
176
+ "userId": "1588654245",
177
+ "items": [
178
+ {
179
+ "name": "",
180
+ "url": "https://www.storefront.stage.pnj.io/customer/otp/verify"
181
+ }
182
+ ],
183
+ "extra": {
184
+ "prop_id": "564990245",
185
+ "page_title": "MyPNJ - Login",
186
+ "atm_type": "on_session",
187
+ "ip_address": "14.161.37.191",
188
+ "is_webview": false,
189
+ "page_view_order": 3,
190
+ "is_stream_evt": false,
191
+ "is_batch_evt": false,
192
+ "location_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
193
+ "device_brand": "Unknown",
194
+ "click_id": "1588654245b1724214484",
195
+ "ss_time": 17639,
196
+ "page_cate": "customer/otp/verify",
197
+ "page_path": "/customer/otp/verify",
198
+ "is_rt_evt": false,
199
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/login",
200
+ "identify_type": "predict",
201
+ "visitor_type": "returning",
202
+ "click_bc": "1588654245b1724214484",
203
+ "users": {
204
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
205
+ },
206
+ "customers": {
207
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
208
+ },
209
+ "title": ""
210
+ },
211
+ "context": {
212
+ "country": "vn",
213
+ "os": "Windows NT",
214
+ "city": "Ho Chi Minh City",
215
+ "ip": "14.161.37.191",
216
+ "http_node": "10200018193",
217
+ "sys_reqid": "7cc4135d-c7ba-4e30-94c7-1e53ad320ab2",
218
+ "is_stream_evt": false,
219
+ "is_batch_evt": false,
220
+ "province_id": 29,
221
+ "browser": "Chrome",
222
+ "is_rt_evt": false,
223
+ "kk_topic": "cdp-events-v2",
224
+ "dev_type": "Personal computer",
225
+ "page": {
226
+ "id": "6958840898782652958",
227
+ "title": "",
228
+ "url": "https://www.storefront.stage.pnj.io/customer/otp/verify"
229
+ }
230
+ }
231
+ },
232
+ {
233
+ "pageType": "view",
234
+ "insightPropertyId": 564990245,
235
+ "eventCategoryId": -20,
236
+ "eventActionId": -102,
237
+ "timestamp": 1724297462000,
238
+ "trackedDateTimeUTC": "2024-08-22 03:31:02",
239
+ "value": 0,
240
+ "url": "",
241
+ "urlName": "",
242
+ "userId": "1588654245",
243
+ "items": [
244
+ {
245
+ "name": "",
246
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
247
+ }
248
+ ],
249
+ "extra": {
250
+ "prop_id": "564990245",
251
+ "page_title": "MyPNJ - Login",
252
+ "atm_type": "on_session",
253
+ "ip_address": "14.161.37.191",
254
+ "is_webview": false,
255
+ "page_view_order": 2,
256
+ "is_stream_evt": false,
257
+ "is_batch_evt": false,
258
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
259
+ "device_brand": "Unknown",
260
+ "click_id": "1588654245b1724214484",
261
+ "ss_time": 0,
262
+ "page_cate": "customer/login",
263
+ "page_path": "/customer/login",
264
+ "is_rt_evt": false,
265
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/login",
266
+ "identify_type": "predict",
267
+ "visitor_type": "returning",
268
+ "click_bc": "1588654245b1724214484",
269
+ "users": {
270
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
271
+ },
272
+ "customers": {
273
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
274
+ },
275
+ "title": ""
276
+ },
277
+ "context": {
278
+ "country": "vn",
279
+ "os": "Windows NT",
280
+ "city": "Ho Chi Minh City",
281
+ "ip": "14.161.37.191",
282
+ "http_node": "10200018193",
283
+ "sys_reqid": "134707df-28b7-4daf-9652-9d9f036d8606",
284
+ "is_stream_evt": false,
285
+ "is_batch_evt": false,
286
+ "province_id": 29,
287
+ "browser": "Chrome",
288
+ "is_rt_evt": false,
289
+ "kk_topic": "cdp-events-v2",
290
+ "dev_type": "Personal computer",
291
+ "page": {
292
+ "id": "2950580810606373048",
293
+ "title": "",
294
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
295
+ }
296
+ }
297
+ },
298
+ {
299
+ "pageType": "view",
300
+ "insightPropertyId": 564990245,
301
+ "eventCategoryId": -20,
302
+ "eventActionId": -102,
303
+ "timestamp": 1724297443000,
304
+ "trackedDateTimeUTC": "2024-08-22 03:30:43",
305
+ "value": 0,
306
+ "url": "",
307
+ "urlName": "",
308
+ "userId": "1588654245",
309
+ "items": [
310
+ {
311
+ "name": "",
312
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
313
+ }
314
+ ],
315
+ "extra": {
316
+ "prop_id": "564990245",
317
+ "page_title": "MyPNJ - Login",
318
+ "atm_type": "on_session",
319
+ "ip_address": "14.161.37.191",
320
+ "is_webview": false,
321
+ "page_view_order": 7,
322
+ "is_stream_evt": false,
323
+ "is_batch_evt": false,
324
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
325
+ "device_brand": "Unknown",
326
+ "click_id": "1588654245b1724214484",
327
+ "ss_time": 88241,
328
+ "page_cate": "customer/login",
329
+ "page_path": "/customer/login",
330
+ "is_rt_evt": false,
331
+ "identify_type": "predict",
332
+ "visitor_type": "returning",
333
+ "click_bc": "1588654245b1724214484",
334
+ "users": {
335
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
336
+ },
337
+ "customers": {
338
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
339
+ },
340
+ "title": ""
341
+ },
342
+ "context": {
343
+ "country": "vn",
344
+ "os": "Windows NT",
345
+ "city": "Ho Chi Minh City",
346
+ "ip": "14.161.37.191",
347
+ "http_node": "10200018193",
348
+ "sys_reqid": "8a5c438d-2ebf-4afc-96fe-e467f07b8d58",
349
+ "is_stream_evt": false,
350
+ "is_batch_evt": false,
351
+ "province_id": 29,
352
+ "browser": "Chrome",
353
+ "is_rt_evt": false,
354
+ "kk_topic": "cdp-events-v2",
355
+ "dev_type": "Personal computer",
356
+ "page": {
357
+ "id": "2950580810606373048",
358
+ "title": "",
359
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
360
+ }
361
+ }
362
+ }
363
+ ],
364
+ "totalActivityCount": 4,
365
+ "hasMoreActivities": false
366
+ }
367
+ },
368
+ {
369
+ "sectionKey": "pageview_5406421932206489",
370
+ "etype": "pageview",
371
+ "eventCategoryId": -20,
372
+ "insightPropertyId": 564990245,
373
+ "timestamp": 1724295721000,
374
+ "trackedDateTimeUTC": "2024-08-22 03:02:01",
375
+ "lastTimestamp": 1724295809000,
376
+ "lastTrackedDateTimeUTC": "2024-08-22 03:03:29",
377
+ "data": {
378
+ "sessionStartTimestamp": 1724295721000,
379
+ "firstActivities": [
380
+ {
381
+ "pageType": "view",
382
+ "insightPropertyId": 564990245,
383
+ "eventCategoryId": -20,
384
+ "eventActionId": -102,
385
+ "timestamp": 1724295809000,
386
+ "trackedDateTimeUTC": "2024-08-22 03:03:29",
387
+ "value": 0,
388
+ "url": "",
389
+ "urlName": "",
390
+ "userId": "1588654245",
391
+ "items": [
392
+ {
393
+ "name": "",
394
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
395
+ }
396
+ ],
397
+ "extra": {
398
+ "prop_id": "564990245",
399
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
400
+ "atm_type": "on_session",
401
+ "ip_address": "14.161.37.191",
402
+ "is_webview": false,
403
+ "page_view_order": 6,
404
+ "is_stream_evt": false,
405
+ "is_batch_evt": false,
406
+ "location_url": "https://www.storefront.stage.pnj.io/customer/promotions",
407
+ "device_brand": "Unknown",
408
+ "click_id": "1588654245b1724214484",
409
+ "ss_time": 31872,
410
+ "page_cate": "customer/promotions",
411
+ "page_path": "/customer/promotions",
412
+ "is_rt_evt": false,
413
+ "identify_type": "exact",
414
+ "visitor_type": "returning",
415
+ "click_bc": "1588654245b1724214484",
416
+ "users": {
417
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
418
+ },
419
+ "customers": {
420
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
421
+ },
422
+ "title": ""
423
+ },
424
+ "context": {
425
+ "country": "vn",
426
+ "os": "Windows NT",
427
+ "city": "Ho Chi Minh City",
428
+ "ip": "14.161.37.191",
429
+ "http_node": "102000118193",
430
+ "sys_reqid": "93f4dfc6-3c25-4541-9072-f72b81f1c40b",
431
+ "is_stream_evt": false,
432
+ "is_batch_evt": false,
433
+ "province_id": 29,
434
+ "browser": "Chrome",
435
+ "is_rt_evt": false,
436
+ "kk_topic": "cdp-events-v2",
437
+ "dev_type": "Personal computer",
438
+ "page": {
439
+ "id": "5209570360832756757",
440
+ "title": "",
441
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
442
+ }
443
+ }
444
+ },
445
+ {
446
+ "pageType": "view",
447
+ "insightPropertyId": 564990245,
448
+ "eventCategoryId": -20,
449
+ "eventActionId": -102,
450
+ "timestamp": 1724295752000,
451
+ "trackedDateTimeUTC": "2024-08-22 03:02:32",
452
+ "value": 0,
453
+ "url": "",
454
+ "urlName": "",
455
+ "userId": "1588654245",
456
+ "items": [
457
+ {
458
+ "name": "",
459
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
460
+ }
461
+ ],
462
+ "extra": {
463
+ "prop_id": "564990245",
464
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
465
+ "atm_type": "on_session",
466
+ "ip_address": "14.161.37.191",
467
+ "is_webview": false,
468
+ "page_view_order": 5,
469
+ "is_stream_evt": false,
470
+ "is_batch_evt": false,
471
+ "location_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
472
+ "device_brand": "Unknown",
473
+ "click_id": "1588654245b1724214484",
474
+ "ss_time": 27255,
475
+ "page_cate": "customer/lp/ngay-doi-9-9",
476
+ "page_path": "/customer/lp/ngay-doi-9-9",
477
+ "is_rt_evt": false,
478
+ "identify_type": "exact",
479
+ "visitor_type": "returning",
480
+ "click_bc": "1588654245b1724214484",
481
+ "users": {
482
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
483
+ },
484
+ "customers": {
485
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
486
+ },
487
+ "title": ""
488
+ },
489
+ "context": {
490
+ "country": "vn",
491
+ "os": "Windows NT",
492
+ "city": "Ho Chi Minh City",
493
+ "ip": "14.161.37.191",
494
+ "http_node": "10200048193",
495
+ "sys_reqid": "a8256fbe-435c-4263-932c-7a2ed4dba91c",
496
+ "is_stream_evt": false,
497
+ "is_batch_evt": false,
498
+ "province_id": 29,
499
+ "browser": "Chrome",
500
+ "is_rt_evt": false,
501
+ "kk_topic": "cdp-events-v2",
502
+ "dev_type": "Personal computer",
503
+ "page": {
504
+ "id": "6761007672782067977",
505
+ "title": "",
506
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
507
+ }
508
+ }
509
+ },
510
+ {
511
+ "pageType": "view",
512
+ "insightPropertyId": 564990245,
513
+ "eventCategoryId": -20,
514
+ "eventActionId": -102,
515
+ "timestamp": 1724295748000,
516
+ "trackedDateTimeUTC": "2024-08-22 03:02:28",
517
+ "value": 0,
518
+ "url": "",
519
+ "urlName": "",
520
+ "userId": "1588654245",
521
+ "items": [
522
+ {
523
+ "name": "",
524
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
525
+ }
526
+ ],
527
+ "extra": {
528
+ "prop_id": "564990245",
529
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
530
+ "atm_type": "on_session",
531
+ "ip_address": "14.161.37.191",
532
+ "is_webview": false,
533
+ "page_view_order": 4,
534
+ "is_stream_evt": false,
535
+ "is_batch_evt": false,
536
+ "location_url": "https://www.storefront.stage.pnj.io/customer/promotions",
537
+ "device_brand": "Unknown",
538
+ "click_id": "1588654245b1724214484",
539
+ "ss_time": 22628,
540
+ "page_cate": "customer/promotions",
541
+ "page_path": "/customer/promotions",
542
+ "is_rt_evt": false,
543
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
544
+ "identify_type": "exact",
545
+ "visitor_type": "returning",
546
+ "click_bc": "1588654245b1724214484",
547
+ "users": {
548
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
549
+ },
550
+ "customers": {
551
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
552
+ },
553
+ "title": ""
554
+ },
555
+ "context": {
556
+ "country": "vn",
557
+ "os": "Windows NT",
558
+ "city": "Ho Chi Minh City",
559
+ "ip": "14.161.37.191",
560
+ "http_node": "10200048193",
561
+ "sys_reqid": "59a8619c-e59a-4bd9-a802-57c7e18be2fb",
562
+ "is_stream_evt": false,
563
+ "is_batch_evt": false,
564
+ "province_id": 29,
565
+ "browser": "Chrome",
566
+ "is_rt_evt": false,
567
+ "kk_topic": "cdp-events-v2",
568
+ "dev_type": "Personal computer",
569
+ "page": {
570
+ "id": "5209570360832756757",
571
+ "title": "",
572
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
573
+ }
574
+ }
575
+ },
576
+ {
577
+ "pageType": "view",
578
+ "insightPropertyId": 564990245,
579
+ "eventCategoryId": -20,
580
+ "eventActionId": -102,
581
+ "timestamp": 1724295743000,
582
+ "trackedDateTimeUTC": "2024-08-22 03:02:23",
583
+ "value": 0,
584
+ "url": "",
585
+ "urlName": "",
586
+ "userId": "1588654245",
587
+ "items": [
588
+ {
589
+ "name": "",
590
+ "url": "https://www.storefront.stage.pnj.io/customer/otp/verify"
591
+ }
592
+ ],
593
+ "extra": {
594
+ "prop_id": "564990245",
595
+ "page_title": "MyPNJ - Login",
596
+ "atm_type": "on_session",
597
+ "ip_address": "14.161.37.191",
598
+ "is_webview": false,
599
+ "page_view_order": 3,
600
+ "is_stream_evt": false,
601
+ "is_batch_evt": false,
602
+ "location_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
603
+ "device_brand": "Unknown",
604
+ "click_id": "1588654245b1724214484",
605
+ "ss_time": 146,
606
+ "page_cate": "customer/otp/verify",
607
+ "page_path": "/customer/otp/verify",
608
+ "is_rt_evt": false,
609
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/login",
610
+ "identify_type": "predict",
611
+ "visitor_type": "returning",
612
+ "click_bc": "1588654245b1724214484",
613
+ "users": {
614
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
615
+ },
616
+ "customers": {
617
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
618
+ },
619
+ "title": ""
620
+ },
621
+ "context": {
622
+ "country": "vn",
623
+ "os": "Windows NT",
624
+ "city": "Ho Chi Minh City",
625
+ "ip": "14.161.37.191",
626
+ "http_node": "102000118193",
627
+ "sys_reqid": "970aad1e-2f57-4170-af0b-8b9049f7ea33",
628
+ "is_stream_evt": false,
629
+ "is_batch_evt": false,
630
+ "province_id": 29,
631
+ "browser": "Chrome",
632
+ "is_rt_evt": false,
633
+ "kk_topic": "cdp-events-v2",
634
+ "dev_type": "Personal computer",
635
+ "page": {
636
+ "id": "6958840898782652958",
637
+ "title": "",
638
+ "url": "https://www.storefront.stage.pnj.io/customer/otp/verify"
639
+ }
640
+ }
641
+ },
642
+ {
643
+ "pageType": "view",
644
+ "insightPropertyId": 564990245,
645
+ "eventCategoryId": -20,
646
+ "eventActionId": -102,
647
+ "timestamp": 1724295721000,
648
+ "trackedDateTimeUTC": "2024-08-22 03:02:01",
649
+ "value": 0,
650
+ "url": "",
651
+ "urlName": "",
652
+ "userId": "1588654245",
653
+ "items": [
654
+ {
655
+ "name": "",
656
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
657
+ }
658
+ ],
659
+ "extra": {
660
+ "prop_id": "564990245",
661
+ "page_title": "MyPNJ - Login",
662
+ "atm_type": "on_session",
663
+ "ip_address": "14.161.37.191",
664
+ "is_webview": false,
665
+ "page_view_order": 4,
666
+ "is_stream_evt": false,
667
+ "is_batch_evt": false,
668
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
669
+ "device_brand": "Unknown",
670
+ "click_id": "1588654245b1724214484",
671
+ "ss_time": 19939,
672
+ "page_cate": "customer/login",
673
+ "page_path": "/customer/login",
674
+ "is_rt_evt": false,
675
+ "identify_type": "predict",
676
+ "visitor_type": "returning",
677
+ "click_bc": "1588654245b1724214484",
678
+ "users": {
679
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
680
+ },
681
+ "customers": {
682
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
683
+ },
684
+ "title": ""
685
+ },
686
+ "context": {
687
+ "country": "vn",
688
+ "os": "Windows NT",
689
+ "city": "Ho Chi Minh City",
690
+ "ip": "14.161.37.191",
691
+ "http_node": "10200018193",
692
+ "sys_reqid": "4a620b84-8d53-4075-bd13-a4a3e31825a1",
693
+ "is_stream_evt": false,
694
+ "is_batch_evt": false,
695
+ "province_id": 29,
696
+ "browser": "Chrome",
697
+ "is_rt_evt": false,
698
+ "kk_topic": "cdp-events-v2",
699
+ "dev_type": "Personal computer",
700
+ "page": {
701
+ "id": "2950580810606373048",
702
+ "title": "",
703
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
704
+ }
705
+ }
706
+ }
707
+ ],
708
+ "totalActivityCount": 5,
709
+ "hasMoreActivities": false
710
+ }
711
+ },
712
+ {
713
+ "sectionKey": "pageview_6989107390639059",
714
+ "etype": "pageview",
715
+ "eventCategoryId": -20,
716
+ "insightPropertyId": 564990245,
717
+ "timestamp": 1724292596000,
718
+ "trackedDateTimeUTC": "2024-08-22 02:09:56",
719
+ "lastTimestamp": 1724292951000,
720
+ "lastTrackedDateTimeUTC": "2024-08-22 02:15:51",
721
+ "data": {
722
+ "sessionStartTimestamp": 1724292596000,
723
+ "firstActivities": [
724
+ {
725
+ "pageType": "view",
726
+ "insightPropertyId": 564990245,
727
+ "eventCategoryId": -20,
728
+ "eventActionId": -102,
729
+ "timestamp": 1724292951000,
730
+ "trackedDateTimeUTC": "2024-08-22 02:15:51",
731
+ "value": 0,
732
+ "url": "",
733
+ "urlName": "",
734
+ "userId": "1590490129",
735
+ "items": [
736
+ {
737
+ "name": "",
738
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
739
+ }
740
+ ],
741
+ "extra": {
742
+ "prop_id": "564990245",
743
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
744
+ "atm_type": "on_session",
745
+ "ip_address": "14.161.37.191",
746
+ "is_webview": false,
747
+ "page_view_order": 6,
748
+ "is_stream_evt": false,
749
+ "is_batch_evt": false,
750
+ "location_url": "https://www.storefront.stage.pnj.io/customer/promotions",
751
+ "device_brand": "Unknown",
752
+ "ss_time": 343669,
753
+ "page_cate": "customer/promotions",
754
+ "page_path": "/customer/promotions",
755
+ "is_rt_evt": false,
756
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
757
+ "identify_type": "exact",
758
+ "visitor_type": "new",
759
+ "users": {
760
+ "fb_uid": "fb.1.1724292598104.933238764938587573"
761
+ },
762
+ "customers": {
763
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
764
+ },
765
+ "title": ""
766
+ },
767
+ "context": {
768
+ "country": "vn",
769
+ "os": "Windows NT",
770
+ "city": "Ho Chi Minh City",
771
+ "ip": "14.161.37.191",
772
+ "http_node": "10200018193",
773
+ "sys_reqid": "29daad6c-b507-4643-a05d-1519c74e987d",
774
+ "is_stream_evt": false,
775
+ "is_batch_evt": false,
776
+ "province_id": 29,
777
+ "browser": "Chrome",
778
+ "is_rt_evt": false,
779
+ "kk_topic": "cdp-events-v2",
780
+ "dev_type": "Personal computer",
781
+ "page": {
782
+ "id": "5209570360832756757",
783
+ "title": "",
784
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
785
+ }
786
+ }
787
+ },
788
+ {
789
+ "pageType": "view",
790
+ "insightPropertyId": 564990245,
791
+ "eventCategoryId": -20,
792
+ "eventActionId": -102,
793
+ "timestamp": 1724292939000,
794
+ "trackedDateTimeUTC": "2024-08-22 02:15:39",
795
+ "value": 0,
796
+ "url": "",
797
+ "urlName": "",
798
+ "userId": "1590490129",
799
+ "items": [
800
+ {
801
+ "name": "",
802
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
803
+ }
804
+ ],
805
+ "extra": {
806
+ "prop_id": "564990245",
807
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
808
+ "atm_type": "on_session",
809
+ "ip_address": "14.161.37.191",
810
+ "is_webview": false,
811
+ "page_view_order": 5,
812
+ "is_stream_evt": false,
813
+ "is_batch_evt": false,
814
+ "location_url": "https://www.storefront.stage.pnj.io/customer/promotions",
815
+ "device_brand": "Unknown",
816
+ "ss_time": 47275,
817
+ "page_cate": "customer/promotions",
818
+ "page_path": "/customer/promotions",
819
+ "is_rt_evt": false,
820
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
821
+ "identify_type": "exact",
822
+ "visitor_type": "new",
823
+ "users": {
824
+ "fb_uid": "fb.1.1724292598104.933238764938587573"
825
+ },
826
+ "customers": {
827
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
828
+ },
829
+ "title": ""
830
+ },
831
+ "context": {
832
+ "country": "vn",
833
+ "os": "Windows NT",
834
+ "city": "Ho Chi Minh City",
835
+ "ip": "14.161.37.191",
836
+ "http_node": "102000118193",
837
+ "sys_reqid": "b44cf73e-0b5a-4321-87fa-ec96592f5cd8",
838
+ "is_stream_evt": false,
839
+ "is_batch_evt": false,
840
+ "province_id": 29,
841
+ "browser": "Chrome",
842
+ "is_rt_evt": false,
843
+ "kk_topic": "cdp-events-v2",
844
+ "dev_type": "Personal computer",
845
+ "page": {
846
+ "id": "5209570360832756757",
847
+ "title": "",
848
+ "url": "https://www.storefront.stage.pnj.io/customer/promotions"
849
+ }
850
+ }
851
+ },
852
+ {
853
+ "pageType": "view",
854
+ "insightPropertyId": 564990245,
855
+ "eventCategoryId": -20,
856
+ "eventActionId": -102,
857
+ "timestamp": 1724292643000,
858
+ "trackedDateTimeUTC": "2024-08-22 02:10:43",
859
+ "value": 0,
860
+ "url": "",
861
+ "urlName": "",
862
+ "userId": "1590490129",
863
+ "items": [
864
+ {
865
+ "name": "",
866
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
867
+ }
868
+ ],
869
+ "extra": {
870
+ "prop_id": "564990245",
871
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
872
+ "atm_type": "on_session",
873
+ "ip_address": "14.161.37.191",
874
+ "is_webview": false,
875
+ "page_view_order": 4,
876
+ "is_stream_evt": false,
877
+ "is_batch_evt": false,
878
+ "location_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
879
+ "device_brand": "Unknown",
880
+ "ss_time": 35806,
881
+ "page_cate": "customer/lp/ngay-doi-9-9",
882
+ "page_path": "/customer/lp/ngay-doi-9-9",
883
+ "is_rt_evt": false,
884
+ "identify_type": "exact",
885
+ "visitor_type": "new",
886
+ "users": {
887
+ "fb_uid": "fb.1.1724292598104.933238764938587573"
888
+ },
889
+ "customers": {
890
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
891
+ },
892
+ "title": ""
893
+ },
894
+ "context": {
895
+ "country": "vn",
896
+ "os": "Windows NT",
897
+ "city": "Ho Chi Minh City",
898
+ "ip": "14.161.37.191",
899
+ "http_node": "10200018193",
900
+ "sys_reqid": "2d0f5308-e8ae-42da-882f-046ca63781cb",
901
+ "is_stream_evt": false,
902
+ "is_batch_evt": false,
903
+ "province_id": 29,
904
+ "browser": "Chrome",
905
+ "is_rt_evt": false,
906
+ "kk_topic": "cdp-events-v2",
907
+ "dev_type": "Personal computer",
908
+ "page": {
909
+ "id": "6761007672782067977",
910
+ "title": "",
911
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
912
+ }
913
+ }
914
+ },
915
+ {
916
+ "pageType": "view",
917
+ "insightPropertyId": 564990245,
918
+ "eventCategoryId": -20,
919
+ "eventActionId": -102,
920
+ "timestamp": 1724292632000,
921
+ "trackedDateTimeUTC": "2024-08-22 02:10:32",
922
+ "value": 0,
923
+ "url": "",
924
+ "urlName": "",
925
+ "userId": "1590490129",
926
+ "items": [
927
+ {
928
+ "name": "",
929
+ "url": "https://www.storefront.stage.pnj.io/customer/home"
930
+ }
931
+ ],
932
+ "extra": {
933
+ "prop_id": "564990245",
934
+ "page_title": "MyPNJ - Thông tin tài khoản",
935
+ "atm_type": "on_session",
936
+ "ip_address": "14.161.37.191",
937
+ "is_webview": false,
938
+ "page_view_order": 3,
939
+ "is_stream_evt": false,
940
+ "is_batch_evt": false,
941
+ "location_url": "https://www.storefront.stage.pnj.io/customer/home",
942
+ "device_brand": "Unknown",
943
+ "ss_time": 18140,
944
+ "page_cate": "customer/home",
945
+ "page_path": "/customer/home",
946
+ "is_rt_evt": false,
947
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
948
+ "identify_type": "exact",
949
+ "visitor_type": "new",
950
+ "users": {
951
+ "fb_uid": "fb.1.1724292598104.933238764938587573"
952
+ },
953
+ "customers": {
954
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
955
+ },
956
+ "title": ""
957
+ },
958
+ "context": {
959
+ "country": "vn",
960
+ "os": "Windows NT",
961
+ "city": "Ho Chi Minh City",
962
+ "ip": "14.161.37.191",
963
+ "http_node": "10200018193",
964
+ "sys_reqid": "c125c09e-e60e-4530-94df-ab6cec46d1b2",
965
+ "is_stream_evt": false,
966
+ "is_batch_evt": false,
967
+ "province_id": 29,
968
+ "browser": "Chrome",
969
+ "is_rt_evt": false,
970
+ "kk_topic": "cdp-events-v2",
971
+ "dev_type": "Personal computer",
972
+ "page": {
973
+ "id": "3355729515763431918",
974
+ "title": "",
975
+ "url": "https://www.storefront.stage.pnj.io/customer/home"
976
+ }
977
+ }
978
+ },
979
+ {
980
+ "pageType": "view",
981
+ "insightPropertyId": 564990245,
982
+ "eventCategoryId": -20,
983
+ "eventActionId": -102,
984
+ "timestamp": 1724292613000,
985
+ "trackedDateTimeUTC": "2024-08-22 02:10:13",
986
+ "value": 0,
987
+ "url": "",
988
+ "urlName": "",
989
+ "userId": "1590490129",
990
+ "items": [
991
+ {
992
+ "name": "",
993
+ "url": "https://www.storefront.stage.pnj.io/customer/otp/verify"
994
+ }
995
+ ],
996
+ "extra": {
997
+ "prop_id": "564990245",
998
+ "page_title": "MyPNJ - Login",
999
+ "atm_type": "on_session",
1000
+ "ip_address": "14.161.37.191",
1001
+ "is_webview": false,
1002
+ "page_view_order": 2,
1003
+ "is_stream_evt": false,
1004
+ "is_batch_evt": false,
1005
+ "location_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
1006
+ "device_brand": "Unknown",
1007
+ "ss_time": 0,
1008
+ "page_cate": "customer/otp/verify",
1009
+ "page_path": "/customer/otp/verify",
1010
+ "is_rt_evt": false,
1011
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/login",
1012
+ "visitor_type": "new",
1013
+ "users": {
1014
+ "fb_uid": "fb.1.1724292598104.933238764938587573"
1015
+ },
1016
+ "title": ""
1017
+ },
1018
+ "context": {
1019
+ "country": "vn",
1020
+ "os": "Windows NT",
1021
+ "city": "Ho Chi Minh City",
1022
+ "ip": "14.161.37.191",
1023
+ "http_node": "10200048193",
1024
+ "sys_reqid": "6e0ce432-f1d6-4c3e-be1d-b1ccb2785876",
1025
+ "is_stream_evt": false,
1026
+ "is_batch_evt": false,
1027
+ "province_id": 29,
1028
+ "browser": "Chrome",
1029
+ "is_rt_evt": false,
1030
+ "kk_topic": "cdp-events-v2",
1031
+ "dev_type": "Personal computer",
1032
+ "page": {
1033
+ "id": "6958840898782652958",
1034
+ "title": "",
1035
+ "url": "https://www.storefront.stage.pnj.io/customer/otp/verify"
1036
+ }
1037
+ }
1038
+ },
1039
+ {
1040
+ "pageType": "view",
1041
+ "insightPropertyId": 564990245,
1042
+ "eventCategoryId": -20,
1043
+ "eventActionId": -102,
1044
+ "timestamp": 1724292596000,
1045
+ "trackedDateTimeUTC": "2024-08-22 02:09:56",
1046
+ "value": 0,
1047
+ "url": "",
1048
+ "urlName": "",
1049
+ "userId": "1590490129",
1050
+ "items": [
1051
+ {
1052
+ "name": "",
1053
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1054
+ }
1055
+ ],
1056
+ "extra": {
1057
+ "prop_id": "564990245",
1058
+ "page_title": "MyPNJ - Login",
1059
+ "ip_address": "14.161.37.191",
1060
+ "is_webview": false,
1061
+ "page_view_order": 1,
1062
+ "is_stream_evt": false,
1063
+ "is_batch_evt": false,
1064
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
1065
+ "device_brand": "Unknown",
1066
+ "ss_time": 0,
1067
+ "page_cate": "customer/login",
1068
+ "page_path": "/customer/login",
1069
+ "is_rt_evt": false,
1070
+ "visitor_type": "new",
1071
+ "users": {},
1072
+ "title": ""
1073
+ },
1074
+ "context": {
1075
+ "country": "vn",
1076
+ "os": "Windows NT",
1077
+ "city": "Ho Chi Minh City",
1078
+ "ip": "14.161.37.191",
1079
+ "http_node": "10200048193",
1080
+ "sys_reqid": "d2185cbf-67ab-4919-a88d-53f568bb7e14",
1081
+ "is_stream_evt": false,
1082
+ "is_batch_evt": false,
1083
+ "province_id": 29,
1084
+ "browser": "Chrome",
1085
+ "is_rt_evt": false,
1086
+ "kk_topic": "cdp-events-v2",
1087
+ "dev_type": "Personal computer",
1088
+ "page": {
1089
+ "id": "2950580810606373048",
1090
+ "title": "",
1091
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1092
+ }
1093
+ }
1094
+ }
1095
+ ],
1096
+ "totalActivityCount": 6,
1097
+ "hasMoreActivities": false
1098
+ }
1099
+ },
1100
+ {
1101
+ "sectionKey": "pageview_7194729547325048",
1102
+ "etype": "pageview",
1103
+ "eventCategoryId": -20,
1104
+ "insightPropertyId": 564990245,
1105
+ "timestamp": 1724292565000,
1106
+ "trackedDateTimeUTC": "2024-08-22 02:09:25",
1107
+ "lastTimestamp": 1724292585000,
1108
+ "lastTrackedDateTimeUTC": "2024-08-22 02:09:45",
1109
+ "data": {
1110
+ "sessionStartTimestamp": 1724292565000,
1111
+ "firstActivities": [
1112
+ {
1113
+ "pageType": "view",
1114
+ "insightPropertyId": 564990245,
1115
+ "eventCategoryId": -20,
1116
+ "eventActionId": -102,
1117
+ "timestamp": 1724292585000,
1118
+ "trackedDateTimeUTC": "2024-08-22 02:09:45",
1119
+ "value": 0,
1120
+ "url": "",
1121
+ "urlName": "",
1122
+ "userId": "1588654245",
1123
+ "items": [
1124
+ {
1125
+ "name": "",
1126
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1127
+ }
1128
+ ],
1129
+ "extra": {
1130
+ "prop_id": "564990245",
1131
+ "page_title": "MyPNJ - Login",
1132
+ "atm_type": "on_session",
1133
+ "ip_address": "14.161.37.191",
1134
+ "is_webview": false,
1135
+ "page_view_order": 3,
1136
+ "is_stream_evt": false,
1137
+ "is_batch_evt": false,
1138
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
1139
+ "device_brand": "Unknown",
1140
+ "click_id": "1588654245b1724214484",
1141
+ "ss_time": 10862,
1142
+ "page_cate": "customer/login",
1143
+ "page_path": "/customer/login",
1144
+ "is_rt_evt": false,
1145
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/login",
1146
+ "identify_type": "predict",
1147
+ "visitor_type": "returning",
1148
+ "click_bc": "1588654245b1724214484",
1149
+ "users": {
1150
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
1151
+ },
1152
+ "customers": {
1153
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
1154
+ },
1155
+ "title": ""
1156
+ },
1157
+ "context": {
1158
+ "country": "vn",
1159
+ "os": "Windows NT",
1160
+ "city": "Ho Chi Minh City",
1161
+ "ip": "14.161.37.191",
1162
+ "http_node": "10200048193",
1163
+ "sys_reqid": "5f6bd5fd-69a5-47c9-8f76-2171733bc28c",
1164
+ "is_stream_evt": false,
1165
+ "is_batch_evt": false,
1166
+ "province_id": 29,
1167
+ "browser": "Chrome",
1168
+ "is_rt_evt": false,
1169
+ "kk_topic": "cdp-events-v2",
1170
+ "dev_type": "Personal computer",
1171
+ "page": {
1172
+ "id": "2950580810606373048",
1173
+ "title": "",
1174
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1175
+ }
1176
+ }
1177
+ },
1178
+ {
1179
+ "pageType": "view",
1180
+ "insightPropertyId": 564990245,
1181
+ "eventCategoryId": -20,
1182
+ "eventActionId": -102,
1183
+ "timestamp": 1724292576000,
1184
+ "trackedDateTimeUTC": "2024-08-22 02:09:36",
1185
+ "value": 0,
1186
+ "url": "",
1187
+ "urlName": "",
1188
+ "userId": "1588654245",
1189
+ "items": [
1190
+ {
1191
+ "name": "",
1192
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1193
+ }
1194
+ ],
1195
+ "extra": {
1196
+ "prop_id": "564990245",
1197
+ "page_title": "MyPNJ - Login",
1198
+ "atm_type": "on_session",
1199
+ "ip_address": "14.161.37.191",
1200
+ "is_webview": false,
1201
+ "page_view_order": 2,
1202
+ "is_stream_evt": false,
1203
+ "is_batch_evt": false,
1204
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
1205
+ "device_brand": "Unknown",
1206
+ "click_id": "1588654245b1724214484",
1207
+ "ss_time": 0,
1208
+ "page_cate": "customer/login",
1209
+ "page_path": "/customer/login",
1210
+ "is_rt_evt": false,
1211
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/login",
1212
+ "identify_type": "predict",
1213
+ "visitor_type": "returning",
1214
+ "click_bc": "1588654245b1724214484",
1215
+ "users": {
1216
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
1217
+ },
1218
+ "customers": {
1219
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
1220
+ },
1221
+ "title": ""
1222
+ },
1223
+ "context": {
1224
+ "country": "vn",
1225
+ "os": "Windows NT",
1226
+ "city": "Ho Chi Minh City",
1227
+ "ip": "14.161.37.191",
1228
+ "http_node": "10200018193",
1229
+ "sys_reqid": "3d526cbc-d10b-4dee-9cdb-b90232ce45ea",
1230
+ "is_stream_evt": false,
1231
+ "is_batch_evt": false,
1232
+ "province_id": 29,
1233
+ "browser": "Chrome",
1234
+ "is_rt_evt": false,
1235
+ "kk_topic": "cdp-events-v2",
1236
+ "dev_type": "Personal computer",
1237
+ "page": {
1238
+ "id": "2950580810606373048",
1239
+ "title": "",
1240
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1241
+ }
1242
+ }
1243
+ },
1244
+ {
1245
+ "pageType": "view",
1246
+ "insightPropertyId": 564990245,
1247
+ "eventCategoryId": -20,
1248
+ "eventActionId": -102,
1249
+ "timestamp": 1724292565000,
1250
+ "trackedDateTimeUTC": "2024-08-22 02:09:25",
1251
+ "value": 0,
1252
+ "url": "",
1253
+ "urlName": "",
1254
+ "userId": "1588654245",
1255
+ "items": [
1256
+ {
1257
+ "name": "",
1258
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1259
+ }
1260
+ ],
1261
+ "extra": {
1262
+ "prop_id": "564990245",
1263
+ "page_title": "MyPNJ - Login",
1264
+ "atm_type": "on_session",
1265
+ "ip_address": "14.161.37.191",
1266
+ "is_webview": false,
1267
+ "page_view_order": 3,
1268
+ "is_stream_evt": false,
1269
+ "is_batch_evt": false,
1270
+ "location_url": "https://www.storefront.stage.pnj.io/customer/login",
1271
+ "device_brand": "Unknown",
1272
+ "click_id": "1588654245b1724214484",
1273
+ "ss_time": 56526,
1274
+ "page_cate": "customer/login",
1275
+ "page_path": "/customer/login",
1276
+ "is_rt_evt": false,
1277
+ "identify_type": "predict",
1278
+ "visitor_type": "returning",
1279
+ "click_bc": "1588654245b1724214484",
1280
+ "users": {
1281
+ "fb_uid": "fb.1.1724139114824.4628708072593156"
1282
+ },
1283
+ "customers": {
1284
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
1285
+ },
1286
+ "title": ""
1287
+ },
1288
+ "context": {
1289
+ "country": "vn",
1290
+ "os": "Windows NT",
1291
+ "city": "Ho Chi Minh City",
1292
+ "ip": "14.161.37.191",
1293
+ "http_node": "10200048193",
1294
+ "sys_reqid": "ad2167d1-1249-4f39-8ef7-0df2b57c6e81",
1295
+ "is_stream_evt": false,
1296
+ "is_batch_evt": false,
1297
+ "province_id": 29,
1298
+ "browser": "Chrome",
1299
+ "is_rt_evt": false,
1300
+ "kk_topic": "cdp-events-v2",
1301
+ "dev_type": "Personal computer",
1302
+ "page": {
1303
+ "id": "2950580810606373048",
1304
+ "title": "",
1305
+ "url": "https://www.storefront.stage.pnj.io/customer/login"
1306
+ }
1307
+ }
1308
+ }
1309
+ ],
1310
+ "totalActivityCount": 3,
1311
+ "hasMoreActivities": false
1312
+ }
1313
+ },
1314
+ {
1315
+ "sectionKey": "pageview_1586917564486764",
1316
+ "etype": "pageview",
1317
+ "eventCategoryId": -20,
1318
+ "insightPropertyId": 564990245,
1319
+ "timestamp": 1724236672000,
1320
+ "trackedDateTimeUTC": "2024-08-21 10:37:52",
1321
+ "lastTimestamp": 1724237645000,
1322
+ "lastTrackedDateTimeUTC": "2024-08-21 10:54:05",
1323
+ "data": {
1324
+ "sessionStartTimestamp": 1724236672000,
1325
+ "firstActivities": [
1326
+ {
1327
+ "pageType": "view",
1328
+ "insightPropertyId": 564990245,
1329
+ "eventCategoryId": -20,
1330
+ "eventActionId": -102,
1331
+ "timestamp": 1724237645000,
1332
+ "trackedDateTimeUTC": "2024-08-21 10:54:05",
1333
+ "value": 0,
1334
+ "url": "",
1335
+ "urlName": "",
1336
+ "userId": "1589544069_2",
1337
+ "items": [
1338
+ {
1339
+ "name": "",
1340
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
1341
+ }
1342
+ ],
1343
+ "extra": {
1344
+ "prop_id": "564990245",
1345
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
1346
+ "atm_type": "on_session",
1347
+ "ip_address": "14.161.37.191",
1348
+ "is_webview": false,
1349
+ "page_view_order": 5,
1350
+ "is_stream_evt": false,
1351
+ "is_batch_evt": false,
1352
+ "location_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
1353
+ "device_brand": "Unknown",
1354
+ "ss_time": 29641,
1355
+ "page_cate": "customer/lp/ngay-doi-9-9",
1356
+ "page_path": "/customer/lp/ngay-doi-9-9",
1357
+ "is_rt_evt": false,
1358
+ "identify_type": "exact",
1359
+ "visitor_type": "returning",
1360
+ "users": {
1361
+ "fb_uid": "fb.1.1724214396433.970678992347240461"
1362
+ },
1363
+ "customers": {
1364
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
1365
+ },
1366
+ "title": ""
1367
+ },
1368
+ "context": {
1369
+ "country": "vn",
1370
+ "os": "Windows NT",
1371
+ "city": "Ho Chi Minh City",
1372
+ "ip": "14.161.37.191",
1373
+ "http_node": "10200048193",
1374
+ "sys_reqid": "4e6627db-3e9a-49a2-ac8e-e1b14f1906db",
1375
+ "is_stream_evt": false,
1376
+ "is_batch_evt": false,
1377
+ "province_id": 29,
1378
+ "browser": "Chrome",
1379
+ "is_rt_evt": false,
1380
+ "kk_topic": "cdp-events-v2",
1381
+ "dev_type": "Personal computer",
1382
+ "page": {
1383
+ "id": "6761007672782067977",
1384
+ "title": "",
1385
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
1386
+ }
1387
+ }
1388
+ },
1389
+ {
1390
+ "pageType": "view",
1391
+ "insightPropertyId": 564990245,
1392
+ "eventCategoryId": -20,
1393
+ "eventActionId": -102,
1394
+ "timestamp": 1724236672000,
1395
+ "trackedDateTimeUTC": "2024-08-21 10:37:52",
1396
+ "value": 0,
1397
+ "url": "",
1398
+ "urlName": "",
1399
+ "userId": "1589544069_2",
1400
+ "items": [
1401
+ {
1402
+ "name": "",
1403
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
1404
+ }
1405
+ ],
1406
+ "extra": {
1407
+ "prop_id": "564990245",
1408
+ "page_title": "MyPNJ - Mã giảm giá của tôi",
1409
+ "atm_type": "on_session",
1410
+ "ip_address": "14.161.37.191",
1411
+ "is_webview": false,
1412
+ "page_view_order": 4,
1413
+ "is_stream_evt": false,
1414
+ "is_batch_evt": false,
1415
+ "location_url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9",
1416
+ "device_brand": "Unknown",
1417
+ "ss_time": 24599,
1418
+ "page_cate": "customer/lp/ngay-doi-9-9",
1419
+ "page_path": "/customer/lp/ngay-doi-9-9",
1420
+ "is_rt_evt": false,
1421
+ "referrer_url": "https://www.storefront.stage.pnj.io/customer/otp/verify",
1422
+ "identify_type": "exact",
1423
+ "visitor_type": "returning",
1424
+ "users": {
1425
+ "fb_uid": "fb.1.1724214396433.970678992347240461"
1426
+ },
1427
+ "customers": {
1428
+ "customer_id": "C5472333F9D132310DF948B9250A3250989B656C47AED668F90F583EFF776E0B"
1429
+ },
1430
+ "title": ""
1431
+ },
1432
+ "context": {
1433
+ "country": "vn",
1434
+ "os": "Windows NT",
1435
+ "city": "Ho Chi Minh City",
1436
+ "ip": "14.161.37.191",
1437
+ "http_node": "102000118193",
1438
+ "sys_reqid": "5449b8aa-c81c-4c5c-a8f2-0be654ebf56c",
1439
+ "is_stream_evt": false,
1440
+ "is_batch_evt": false,
1441
+ "province_id": 29,
1442
+ "browser": "Chrome",
1443
+ "is_rt_evt": false,
1444
+ "kk_topic": "cdp-events-v2",
1445
+ "dev_type": "Personal computer",
1446
+ "page": {
1447
+ "id": "6761007672782067977",
1448
+ "title": "",
1449
+ "url": "https://www.storefront.stage.pnj.io/customer/lp/ngay-doi-9-9"
1450
+ }
1451
+ }
1452
+ }
1453
+ ],
1454
+ "totalActivityCount": 2,
1455
+ "hasMoreActivities": false
1456
+ }
1457
+ }
1458
+ ],
1459
+ "search_product": [
1460
+ {
1461
+ "sectionKey": "browsing_7624865371847722",
1462
+ "etype": "browsing",
1463
+ "eventCategoryId": 8,
1464
+ "insightPropertyId": 556300706,
1465
+ "timestamp": 1718250101000,
1466
+ "trackedDateTimeUTC": "2024-06-13 03:41:41",
1467
+ "lastTimestamp": 1718250101000,
1468
+ "lastTrackedDateTimeUTC": "2024-06-13 03:41:41",
1469
+ "data": {
1470
+ "sessionStartTimestamp": 1718250101000,
1471
+ "firstActivities": [
1472
+ {
1473
+ "pageType": "product_search",
1474
+ "insightPropertyId": 556300706,
1475
+ "eventCategoryId": 8,
1476
+ "eventActionId": 10,
1477
+ "timestamp": 1718250101000,
1478
+ "trackedDateTimeUTC": "2024-06-13 03:41:41",
1479
+ "value": 0,
1480
+ "url": "",
1481
+ "urlName": "",
1482
+ "userId": "1256187161",
1483
+ "items": [
1484
+ {
1485
+ "item_type": "product",
1486
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1487
+ "id": "469",
1488
+ "type": "product",
1489
+ "sale_price": 32,
1490
+ "item_quantity": 10,
1491
+ "quantity": 11,
1492
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1493
+ "last_updated": "2024-08-01 17:08:02",
1494
+ "image_url": "https://www.antsomi.com/wp-content/uploads/2021/04/Antsomi_Infinity_Marketing_Framework_CDP365.png",
1495
+ "date_created": "2023-03-06 17:29:11",
1496
+ "category_level_1": "Tops",
1497
+ "category_level_2": "Tees",
1498
+ "price": 32,
1499
+ "variant": "",
1500
+ "main_category": "Men",
1501
+ "currency": "USD",
1502
+ "brand": "",
1503
+ "item_id": 1,
1504
+ "url": ""
1505
+ },
1506
+ {
1507
+ "item_type": "product",
1508
+ "name": "MINERVA LUMATECH™ V-TEE",
1509
+ "id": "1483",
1510
+ "type": "product",
1511
+ "sale_price": 32,
1512
+ "item_quantity": 1,
1513
+ "quantity": 1,
1514
+ "page_url": "https://sandbox-magento.antsomi.com/minerva-lumatech-trade-v-tee.html",
1515
+ "last_updated": "2024-06-13 13:41:37",
1516
+ "image_url": "https://www.antsomi.com/wp-content/uploads/2021/05/Media-coverage-DAVI-Antsomi-21_Apr_2021-455x1024.png",
1517
+ "date_created": "2023-03-06 17:29:11",
1518
+ "category_level_1": "Tops",
1519
+ "category_level_2": "Tees",
1520
+ "price": 32,
1521
+ "variant": "",
1522
+ "main_category": "Women",
1523
+ "currency": "USD",
1524
+ "brand": "",
1525
+ "item_id": 1,
1526
+ "url": ""
1527
+ },
1528
+ {
1529
+ "item_type": "product",
1530
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
1531
+ "id": "565",
1532
+ "type": "product",
1533
+ "sale_price": 28,
1534
+ "item_quantity": 24,
1535
+ "quantity": 52,
1536
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1537
+ "last_updated": "2024-07-31 19:47:26",
1538
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1539
+ "date_created": "2023-03-06 17:29:11",
1540
+ "category_level_1": "Tops",
1541
+ "category_level_2": "Tees",
1542
+ "price": 28,
1543
+ "variant": "",
1544
+ "main_category": "Men",
1545
+ "currency": "USD",
1546
+ "brand": "",
1547
+ "item_id": 1,
1548
+ "url": ""
1549
+ },
1550
+ {
1551
+ "item_type": "product",
1552
+ "name": "VIKTOR LUMATECH™ PANT",
1553
+ "id": "744",
1554
+ "type": "product",
1555
+ "sale_price": 46,
1556
+ "item_quantity": 1,
1557
+ "quantity": 1,
1558
+ "page_url": "https://sandbox-magento.antsomi.com/viktor-lumatech-trade-pant.html",
1559
+ "last_updated": "2024-07-29 15:07:51",
1560
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/p/mp02-gray_main_2.jpg",
1561
+ "date_created": "2023-03-06 17:29:11",
1562
+ "category_level_1": "Bottoms",
1563
+ "category_level_2": "Pants",
1564
+ "price": 46,
1565
+ "variant": "",
1566
+ "main_category": "Men",
1567
+ "currency": "USD",
1568
+ "brand": "",
1569
+ "item_id": 1,
1570
+ "url": ""
1571
+ },
1572
+ {
1573
+ "item_type": "product",
1574
+ "name": "SELENE YOGA HOODIE",
1575
+ "id": "1099",
1576
+ "type": "product",
1577
+ "sale_price": 42,
1578
+ "item_quantity": 1,
1579
+ "quantity": 1,
1580
+ "page_url": "https://sandbox-magento.antsomi.com/selene-yoga-hoodie.html",
1581
+ "last_updated": "2024-07-29 21:30:03",
1582
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/h/wh05-white_main_1.jpg",
1583
+ "date_created": "2023-03-06 17:29:11",
1584
+ "category_level_1": "Tops",
1585
+ "category_level_2": "Hoodies & Sweatshirts",
1586
+ "price": 42,
1587
+ "variant": "",
1588
+ "main_category": "Women",
1589
+ "currency": "USD",
1590
+ "brand": "",
1591
+ "item_id": 1,
1592
+ "url": ""
1593
+ }
1594
+ ],
1595
+ "extra": {
1596
+ "src_search_term": "luma yoga for life",
1597
+ "page_type": "search",
1598
+ "prop_id": "556300706",
1599
+ "utm_type": "referrer",
1600
+ "utm_medium": "referrer",
1601
+ "atm_type": "on_session",
1602
+ "ip_address": "14.161.37.191",
1603
+ "is_webview": false,
1604
+ "is_stream_evt": true,
1605
+ "is_batch_evt": false,
1606
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=luma+yoga+for+life",
1607
+ "device_brand": "Unknown",
1608
+ "click_id": "1256190613b1712652301",
1609
+ "ss_time": 352309,
1610
+ "is_rt_evt": false,
1611
+ "referrer_url": "https://sandbox-magento.antsomi.com/training.html?donkho15thJune_webper",
1612
+ "visitor_type": "returning",
1613
+ "click_bc": "1256190613b1712652301",
1614
+ "utm_source": "google.com",
1615
+ "total_items_quantity": 5,
1616
+ "title": ""
1617
+ },
1618
+ "context": {
1619
+ "country": "vn",
1620
+ "os": "Windows NT",
1621
+ "city": "Ho Chi Minh City",
1622
+ "ip": "14.161.37.191",
1623
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1624
+ "http_node": "101980198195",
1625
+ "sys_reqid": "3b6bc26c-9e84-4256-9db2-19ecb4cd967f",
1626
+ "is_stream_evt": true,
1627
+ "is_batch_evt": false,
1628
+ "province_id": 29,
1629
+ "browser": "Chrome",
1630
+ "is_rt_evt": false,
1631
+ "kk_topic": "streaming-in",
1632
+ "dev_type": "Personal computer",
1633
+ "page": {
1634
+ "id": "1980498639736604985",
1635
+ "title": "",
1636
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=luma+yoga+for+life"
1637
+ }
1638
+ }
1639
+ }
1640
+ ],
1641
+ "totalActivityCount": 1,
1642
+ "hasMoreActivities": false
1643
+ }
1644
+ },
1645
+ {
1646
+ "sectionKey": "browsing_6332819818182682",
1647
+ "etype": "browsing",
1648
+ "eventCategoryId": 8,
1649
+ "insightPropertyId": 556300706,
1650
+ "timestamp": 1717655901000,
1651
+ "trackedDateTimeUTC": "2024-06-06 06:38:21",
1652
+ "lastTimestamp": 1717655901000,
1653
+ "lastTrackedDateTimeUTC": "2024-06-06 06:38:21",
1654
+ "data": {
1655
+ "sessionStartTimestamp": 1717655901000,
1656
+ "firstActivities": [
1657
+ {
1658
+ "pageType": "product_search",
1659
+ "insightPropertyId": 556300706,
1660
+ "eventCategoryId": 8,
1661
+ "eventActionId": 10,
1662
+ "timestamp": 1717655901000,
1663
+ "trackedDateTimeUTC": "2024-06-06 06:38:21",
1664
+ "value": 0,
1665
+ "url": "",
1666
+ "urlName": "",
1667
+ "userId": "4314438765926934483",
1668
+ "items": [
1669
+ {
1670
+ "item_type": "product",
1671
+ "name": "FUSION BACKPACK",
1672
+ "id": "6",
1673
+ "type": "product",
1674
+ "sale_price": 59,
1675
+ "item_quantity": 1,
1676
+ "quantity": 1,
1677
+ "page_url": "https://sandbox-magento.antsomi.com/gear/fusion-backpack.html",
1678
+ "last_updated": "2024-07-29 15:10:35",
1679
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/b/mb02-gray-0.jpg",
1680
+ "date_created": "2023-03-06 17:29:11",
1681
+ "category_level_1": "",
1682
+ "category_level_2": "",
1683
+ "price": 59,
1684
+ "variant": "",
1685
+ "main_category": "Gear",
1686
+ "currency": "USD",
1687
+ "brand": "",
1688
+ "item_id": 1,
1689
+ "url": ""
1690
+ },
1691
+ {
1692
+ "item_type": "product",
1693
+ "name": "ADVANCED PILATES & YOGA (STRENGTH)",
1694
+ "id": "50",
1695
+ "type": "product",
1696
+ "sale_price": 18,
1697
+ "item_quantity": 1,
1698
+ "quantity": 1,
1699
+ "page_url": "https://sandbox-magento.antsomi.com/advanced-pilates-yoga-strength.html",
1700
+ "last_updated": "2024-07-29 15:07:51",
1701
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/l/t/lt05.jpg",
1702
+ "date_created": "2023-03-06 17:29:11",
1703
+ "category_level_1": "",
1704
+ "category_level_2": "",
1705
+ "price": 18,
1706
+ "variant": "",
1707
+ "main_category": "Training",
1708
+ "currency": "USD",
1709
+ "brand": "",
1710
+ "item_id": 1,
1711
+ "url": ""
1712
+ },
1713
+ {
1714
+ "item_type": "product",
1715
+ "name": "SOLO POWER CIRCUIT",
1716
+ "id": "49",
1717
+ "type": "product",
1718
+ "sale_price": 14,
1719
+ "item_quantity": 1,
1720
+ "quantity": 1,
1721
+ "page_url": "https://sandbox-magento.antsomi.com/solo-power-circuit.html",
1722
+ "last_updated": "2024-07-29 15:07:51",
1723
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/l/t/lt04.jpg",
1724
+ "date_created": "2023-03-06 17:29:11",
1725
+ "category_level_1": "",
1726
+ "category_level_2": "",
1727
+ "price": 14,
1728
+ "variant": "",
1729
+ "main_category": "Training",
1730
+ "currency": "USD",
1731
+ "brand": "",
1732
+ "item_id": 1,
1733
+ "url": ""
1734
+ }
1735
+ ],
1736
+ "extra": {
1737
+ "src_search_term": "Fusion",
1738
+ "page_type": "search",
1739
+ "prop_id": "556300706",
1740
+ "atm_type": "on_session",
1741
+ "ip_address": "14.161.37.191",
1742
+ "is_webview": false,
1743
+ "is_stream_evt": true,
1744
+ "is_batch_evt": false,
1745
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Fusion",
1746
+ "device_brand": "Unknown",
1747
+ "ss_time": 14971,
1748
+ "is_rt_evt": false,
1749
+ "customer_id": "230",
1750
+ "referrer_url": "https://sandbox-magento.antsomi.com/",
1751
+ "identify_type": "exact",
1752
+ "visitor_type": "returning",
1753
+ "total_items_quantity": 3,
1754
+ "customers": {
1755
+ "customer_id": "230"
1756
+ },
1757
+ "title": ""
1758
+ },
1759
+ "context": {
1760
+ "country": "vn",
1761
+ "os": "Windows NT",
1762
+ "city": "Ho Chi Minh City",
1763
+ "ip": "14.161.37.191",
1764
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1765
+ "http_node": "101980198195",
1766
+ "sys_reqid": "038ce34c-9e24-4514-bd24-de65198576d6",
1767
+ "is_stream_evt": true,
1768
+ "is_batch_evt": false,
1769
+ "province_id": 29,
1770
+ "browser": "Chrome",
1771
+ "is_rt_evt": false,
1772
+ "kk_topic": "streaming-in",
1773
+ "dev_type": "Personal computer",
1774
+ "page": {
1775
+ "id": "98481573310254788",
1776
+ "title": "",
1777
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Fusion"
1778
+ }
1779
+ }
1780
+ }
1781
+ ],
1782
+ "totalActivityCount": 1,
1783
+ "hasMoreActivities": false
1784
+ }
1785
+ },
1786
+ {
1787
+ "sectionKey": "browsing_8331668133559196",
1788
+ "etype": "browsing",
1789
+ "eventCategoryId": 8,
1790
+ "insightPropertyId": 556300706,
1791
+ "timestamp": 1717650652000,
1792
+ "trackedDateTimeUTC": "2024-06-06 05:10:52",
1793
+ "lastTimestamp": 1717650694000,
1794
+ "lastTrackedDateTimeUTC": "2024-06-06 05:11:34",
1795
+ "data": {
1796
+ "sessionStartTimestamp": 1717650652000,
1797
+ "firstActivities": [
1798
+ {
1799
+ "pageType": "product_search",
1800
+ "insightPropertyId": 556300706,
1801
+ "eventCategoryId": 8,
1802
+ "eventActionId": 10,
1803
+ "timestamp": 1717650694000,
1804
+ "trackedDateTimeUTC": "2024-06-06 05:11:34",
1805
+ "value": 0,
1806
+ "url": "",
1807
+ "urlName": "",
1808
+ "userId": "4314438765926934483",
1809
+ "items": [
1810
+ {
1811
+ "item_type": "product",
1812
+ "name": "ARGUS ALL-WEATHER TANK",
1813
+ "id": "695",
1814
+ "type": "product",
1815
+ "sale_price": 22,
1816
+ "item_quantity": 1,
1817
+ "quantity": 1,
1818
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1819
+ "last_updated": "2024-08-15 12:32:02",
1820
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1821
+ "date_created": "2023-03-06 17:29:11",
1822
+ "category_level_1": "Tops",
1823
+ "category_level_2": "Tanks",
1824
+ "price": 22,
1825
+ "variant": "",
1826
+ "main_category": "Men",
1827
+ "currency": "USD",
1828
+ "brand": "",
1829
+ "item_id": 1,
1830
+ "url": ""
1831
+ }
1832
+ ],
1833
+ "extra": {
1834
+ "src_search_term": "argus",
1835
+ "page_type": "search",
1836
+ "prop_id": "556300706",
1837
+ "atm_type": "on_session",
1838
+ "ip_address": "14.161.37.191",
1839
+ "is_webview": false,
1840
+ "is_stream_evt": true,
1841
+ "is_batch_evt": false,
1842
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
1843
+ "device_brand": "Unknown",
1844
+ "ss_time": 41900,
1845
+ "is_rt_evt": false,
1846
+ "customer_id": "230",
1847
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
1848
+ "identify_type": "exact",
1849
+ "visitor_type": "returning",
1850
+ "total_items_quantity": 1,
1851
+ "customers": {
1852
+ "customer_id": "230"
1853
+ },
1854
+ "title": ""
1855
+ },
1856
+ "context": {
1857
+ "country": "vn",
1858
+ "os": "Windows NT",
1859
+ "city": "Ho Chi Minh City",
1860
+ "ip": "14.161.37.191",
1861
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1862
+ "http_node": "101980198195",
1863
+ "sys_reqid": "df7109ea-df92-46d4-b2c5-11ed0c71dbc9",
1864
+ "is_stream_evt": true,
1865
+ "is_batch_evt": false,
1866
+ "province_id": 29,
1867
+ "browser": "Chrome",
1868
+ "is_rt_evt": false,
1869
+ "kk_topic": "streaming-in",
1870
+ "dev_type": "Personal computer",
1871
+ "page": {
1872
+ "id": "7843208653210498662",
1873
+ "title": "",
1874
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus"
1875
+ }
1876
+ }
1877
+ },
1878
+ {
1879
+ "pageType": "product_search",
1880
+ "insightPropertyId": 556300706,
1881
+ "eventCategoryId": 8,
1882
+ "eventActionId": 10,
1883
+ "timestamp": 1717650652000,
1884
+ "trackedDateTimeUTC": "2024-06-06 05:10:52",
1885
+ "value": 0,
1886
+ "url": "",
1887
+ "urlName": "",
1888
+ "userId": "4314438765926934483",
1889
+ "items": [
1890
+ {
1891
+ "item_type": "product",
1892
+ "name": "ARGUS ALL-WEATHER TANK",
1893
+ "id": "695",
1894
+ "type": "product",
1895
+ "sale_price": 22,
1896
+ "item_quantity": 1,
1897
+ "quantity": 1,
1898
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1899
+ "last_updated": "2024-08-15 12:32:02",
1900
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1901
+ "date_created": "2023-03-06 17:29:11",
1902
+ "category_level_1": "Tops",
1903
+ "category_level_2": "Tanks",
1904
+ "price": 22,
1905
+ "variant": "",
1906
+ "main_category": "Men",
1907
+ "currency": "USD",
1908
+ "brand": "",
1909
+ "item_id": 1,
1910
+ "url": ""
1911
+ }
1912
+ ],
1913
+ "extra": {
1914
+ "src_search_term": "argu",
1915
+ "page_type": "search",
1916
+ "prop_id": "556300706",
1917
+ "atm_type": "on_session",
1918
+ "ip_address": "14.161.37.191",
1919
+ "is_webview": false,
1920
+ "is_stream_evt": true,
1921
+ "is_batch_evt": false,
1922
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
1923
+ "device_brand": "Unknown",
1924
+ "ss_time": 0,
1925
+ "is_rt_evt": false,
1926
+ "customer_id": "230",
1927
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
1928
+ "identify_type": "exact",
1929
+ "visitor_type": "returning",
1930
+ "total_items_quantity": 1,
1931
+ "customers": {
1932
+ "customer_id": "230"
1933
+ },
1934
+ "title": ""
1935
+ },
1936
+ "context": {
1937
+ "os": {
1938
+ "name": "Windows NT",
1939
+ "id": 39
1940
+ },
1941
+ "ip": "14.161.37.191",
1942
+ "dev_type": {
1943
+ "name": "Personal computer",
1944
+ "id": 1
1945
+ },
1946
+ "page": {
1947
+ "id": "4033728027556416644",
1948
+ "title": "",
1949
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
1950
+ }
1951
+ }
1952
+ }
1953
+ ],
1954
+ "totalActivityCount": 2,
1955
+ "hasMoreActivities": false
1956
+ }
1957
+ },
1958
+ {
1959
+ "sectionKey": "browsing_8782642063776940",
1960
+ "etype": "browsing",
1961
+ "eventCategoryId": 8,
1962
+ "insightPropertyId": 556300706,
1963
+ "timestamp": 1717649996000,
1964
+ "trackedDateTimeUTC": "2024-06-06 04:59:56",
1965
+ "lastTimestamp": 1717649996000,
1966
+ "lastTrackedDateTimeUTC": "2024-06-06 04:59:56",
1967
+ "data": {
1968
+ "sessionStartTimestamp": 1717649996000,
1969
+ "firstActivities": [
1970
+ {
1971
+ "pageType": "product_search",
1972
+ "insightPropertyId": 556300706,
1973
+ "eventCategoryId": 8,
1974
+ "eventActionId": 10,
1975
+ "timestamp": 1717649996000,
1976
+ "trackedDateTimeUTC": "2024-06-06 04:59:56",
1977
+ "value": 0,
1978
+ "url": "",
1979
+ "urlName": "",
1980
+ "userId": "4314438765926934483",
1981
+ "items": [
1982
+ {
1983
+ "item_type": "product",
1984
+ "name": "ARGUS ALL-WEATHER TANK",
1985
+ "id": "695",
1986
+ "type": "product",
1987
+ "sale_price": 22,
1988
+ "item_quantity": 1,
1989
+ "quantity": 1,
1990
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1991
+ "last_updated": "2024-08-15 12:32:02",
1992
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1993
+ "date_created": "2023-03-06 17:29:11",
1994
+ "category_level_1": "Tops",
1995
+ "category_level_2": "Tanks",
1996
+ "price": 22,
1997
+ "variant": "",
1998
+ "main_category": "Men",
1999
+ "currency": "USD",
2000
+ "brand": "",
2001
+ "item_id": 1,
2002
+ "url": ""
2003
+ }
2004
+ ],
2005
+ "extra": {
2006
+ "src_search_term": "argu",
2007
+ "page_type": "search",
2008
+ "prop_id": "556300706",
2009
+ "atm_type": "on_session",
2010
+ "ip_address": "14.161.37.191",
2011
+ "is_webview": false,
2012
+ "is_stream_evt": true,
2013
+ "is_batch_evt": false,
2014
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
2015
+ "device_brand": "Unknown",
2016
+ "ss_time": 0,
2017
+ "is_rt_evt": false,
2018
+ "customer_id": "230",
2019
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
2020
+ "identify_type": "exact",
2021
+ "visitor_type": "returning",
2022
+ "total_items_quantity": 1,
2023
+ "customers": {
2024
+ "customer_id": "230"
2025
+ },
2026
+ "title": ""
2027
+ },
2028
+ "context": {
2029
+ "country": "vn",
2030
+ "os": "Windows NT",
2031
+ "city": "Ho Chi Minh City",
2032
+ "ip": "14.161.37.191",
2033
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2034
+ "http_node": "101980198195",
2035
+ "sys_reqid": "9eb7937f-955c-49ff-992c-9741fa117ff6",
2036
+ "is_stream_evt": true,
2037
+ "is_batch_evt": false,
2038
+ "province_id": 29,
2039
+ "browser": "Chrome",
2040
+ "is_rt_evt": false,
2041
+ "kk_topic": "streaming-in",
2042
+ "dev_type": "Personal computer",
2043
+ "page": {
2044
+ "id": "4033728027556416644",
2045
+ "title": "",
2046
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
2047
+ }
2048
+ }
2049
+ }
2050
+ ],
2051
+ "totalActivityCount": 1,
2052
+ "hasMoreActivities": false
2053
+ }
2054
+ },
2055
+ {
2056
+ "sectionKey": "browsing_955765008660170",
2057
+ "etype": "browsing",
2058
+ "eventCategoryId": 8,
2059
+ "insightPropertyId": 556300706,
2060
+ "timestamp": 1717646936000,
2061
+ "trackedDateTimeUTC": "2024-06-06 04:08:56",
2062
+ "lastTimestamp": 1717646936000,
2063
+ "lastTrackedDateTimeUTC": "2024-06-06 04:08:56",
2064
+ "data": {
2065
+ "sessionStartTimestamp": 1717646936000,
2066
+ "firstActivities": [
2067
+ {
2068
+ "pageType": "product_search",
2069
+ "insightPropertyId": 556300706,
2070
+ "eventCategoryId": 8,
2071
+ "eventActionId": 10,
2072
+ "timestamp": 1717646936000,
2073
+ "trackedDateTimeUTC": "2024-06-06 04:08:56",
2074
+ "value": 0,
2075
+ "url": "",
2076
+ "urlName": "",
2077
+ "userId": "4314438765926934483",
2078
+ "items": [
2079
+ {
2080
+ "item_type": "product",
2081
+ "name": "ARGUS ALL-WEATHER TANK",
2082
+ "id": "695",
2083
+ "type": "product",
2084
+ "sale_price": 22,
2085
+ "item_quantity": 1,
2086
+ "quantity": 1,
2087
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
2088
+ "last_updated": "2024-08-15 12:32:02",
2089
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
2090
+ "date_created": "2023-03-06 17:29:11",
2091
+ "category_level_1": "Tops",
2092
+ "category_level_2": "Tanks",
2093
+ "price": 22,
2094
+ "variant": "",
2095
+ "main_category": "Men",
2096
+ "currency": "USD",
2097
+ "brand": "",
2098
+ "item_id": 1,
2099
+ "url": ""
2100
+ }
2101
+ ],
2102
+ "extra": {
2103
+ "src_search_term": "argu",
2104
+ "page_type": "search",
2105
+ "prop_id": "556300706",
2106
+ "atm_type": "on_session",
2107
+ "ip_address": "14.161.37.191",
2108
+ "is_webview": false,
2109
+ "is_stream_evt": true,
2110
+ "is_batch_evt": false,
2111
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
2112
+ "device_brand": "Unknown",
2113
+ "ss_time": 0,
2114
+ "is_rt_evt": false,
2115
+ "customer_id": "230",
2116
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
2117
+ "identify_type": "exact",
2118
+ "visitor_type": "returning",
2119
+ "total_items_quantity": 1,
2120
+ "customers": {
2121
+ "customer_id": "230"
2122
+ },
2123
+ "title": ""
2124
+ },
2125
+ "context": {
2126
+ "country": "vn",
2127
+ "os": "Windows NT",
2128
+ "city": "Ho Chi Minh City",
2129
+ "ip": "14.161.37.191",
2130
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2131
+ "http_node": "101980198195",
2132
+ "sys_reqid": "1f8da06c-d2d7-4a14-b382-1b31128092ce",
2133
+ "is_stream_evt": true,
2134
+ "is_batch_evt": false,
2135
+ "province_id": 29,
2136
+ "browser": "Chrome",
2137
+ "is_rt_evt": false,
2138
+ "kk_topic": "streaming-in",
2139
+ "dev_type": "Personal computer",
2140
+ "page": {
2141
+ "id": "4033728027556416644",
2142
+ "title": "",
2143
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
2144
+ }
2145
+ }
2146
+ }
2147
+ ],
2148
+ "totalActivityCount": 1,
2149
+ "hasMoreActivities": false
2150
+ }
2151
+ },
2152
+ {
2153
+ "sectionKey": "browsing_5123727662177298",
2154
+ "etype": "browsing",
2155
+ "eventCategoryId": 8,
2156
+ "insightPropertyId": 556300706,
2157
+ "timestamp": 1717641493000,
2158
+ "trackedDateTimeUTC": "2024-06-06 02:38:13",
2159
+ "lastTimestamp": 1717642283000,
2160
+ "lastTrackedDateTimeUTC": "2024-06-06 02:51:23",
2161
+ "data": {
2162
+ "sessionStartTimestamp": 1717641493000,
2163
+ "firstActivities": [
2164
+ {
2165
+ "pageType": "product_search",
2166
+ "insightPropertyId": 556300706,
2167
+ "eventCategoryId": 8,
2168
+ "eventActionId": 10,
2169
+ "timestamp": 1717642283000,
2170
+ "trackedDateTimeUTC": "2024-06-06 02:51:23",
2171
+ "value": 0,
2172
+ "url": "",
2173
+ "urlName": "",
2174
+ "userId": "4314438765926934483",
2175
+ "items": [
2176
+ {
2177
+ "item_type": "product",
2178
+ "name": "ARGUS ALL-WEATHER TANK",
2179
+ "id": "695",
2180
+ "type": "product",
2181
+ "sale_price": 22,
2182
+ "item_quantity": 1,
2183
+ "quantity": 1,
2184
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
2185
+ "last_updated": "2024-08-15 12:32:02",
2186
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
2187
+ "date_created": "2023-03-06 17:29:11",
2188
+ "category_level_1": "Tops",
2189
+ "category_level_2": "Tanks",
2190
+ "price": 22,
2191
+ "variant": "",
2192
+ "main_category": "Men",
2193
+ "currency": "USD",
2194
+ "brand": "",
2195
+ "item_id": 1,
2196
+ "url": ""
2197
+ }
2198
+ ],
2199
+ "extra": {
2200
+ "src_search_term": "argus",
2201
+ "page_type": "search",
2202
+ "prop_id": "556300706",
2203
+ "atm_type": "on_session",
2204
+ "ip_address": "14.161.37.191",
2205
+ "is_webview": false,
2206
+ "is_stream_evt": true,
2207
+ "is_batch_evt": false,
2208
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
2209
+ "device_brand": "Unknown",
2210
+ "ss_time": 790293,
2211
+ "is_rt_evt": false,
2212
+ "customer_id": "230",
2213
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus",
2214
+ "identify_type": "exact",
2215
+ "visitor_type": "returning",
2216
+ "total_items_quantity": 1,
2217
+ "customers": {
2218
+ "customer_id": "230"
2219
+ },
2220
+ "title": ""
2221
+ },
2222
+ "context": {
2223
+ "country": "vn",
2224
+ "os": "Windows NT",
2225
+ "city": "Ho Chi Minh City",
2226
+ "ip": "14.161.37.191",
2227
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2228
+ "http_node": "101980198195",
2229
+ "sys_reqid": "9b9f6ff9-9b1c-47c3-84ac-6a4c092c187e",
2230
+ "is_stream_evt": true,
2231
+ "is_batch_evt": false,
2232
+ "province_id": 29,
2233
+ "browser": "Chrome",
2234
+ "is_rt_evt": false,
2235
+ "kk_topic": "streaming-in",
2236
+ "dev_type": "Personal computer",
2237
+ "page": {
2238
+ "id": "7843208653210498662",
2239
+ "title": "",
2240
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus"
2241
+ }
2242
+ }
2243
+ },
2244
+ {
2245
+ "pageType": "product_search",
2246
+ "insightPropertyId": 556300706,
2247
+ "eventCategoryId": 8,
2248
+ "eventActionId": 10,
2249
+ "timestamp": 1717641493000,
2250
+ "trackedDateTimeUTC": "2024-06-06 02:38:13",
2251
+ "value": 0,
2252
+ "url": "",
2253
+ "urlName": "",
2254
+ "userId": "4314438765926934483",
2255
+ "items": [
2256
+ {
2257
+ "item_type": "product",
2258
+ "name": "ARGUS ALL-WEATHER TANK",
2259
+ "id": "695",
2260
+ "type": "product",
2261
+ "sale_price": 22,
2262
+ "item_quantity": 1,
2263
+ "quantity": 1,
2264
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
2265
+ "last_updated": "2024-08-15 12:32:02",
2266
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
2267
+ "date_created": "2023-03-06 17:29:11",
2268
+ "category_level_1": "Tops",
2269
+ "category_level_2": "Tanks",
2270
+ "price": 22,
2271
+ "variant": "",
2272
+ "main_category": "Men",
2273
+ "currency": "USD",
2274
+ "brand": "",
2275
+ "item_id": 1,
2276
+ "url": ""
2277
+ }
2278
+ ],
2279
+ "extra": {
2280
+ "src_search_term": "Argus",
2281
+ "page_type": "search",
2282
+ "prop_id": "556300706",
2283
+ "atm_type": "on_session",
2284
+ "ip_address": "14.161.37.191",
2285
+ "is_webview": false,
2286
+ "is_stream_evt": true,
2287
+ "is_batch_evt": false,
2288
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus",
2289
+ "device_brand": "Unknown",
2290
+ "ss_time": 0,
2291
+ "is_rt_evt": false,
2292
+ "customer_id": "230",
2293
+ "referrer_url": "https://sandbox-magento.antsomi.com/",
2294
+ "identify_type": "exact",
2295
+ "visitor_type": "returning",
2296
+ "total_items_quantity": 1,
2297
+ "customers": {
2298
+ "customer_id": "230"
2299
+ },
2300
+ "title": ""
2301
+ },
2302
+ "context": {
2303
+ "country": "vn",
2304
+ "os": "Windows NT",
2305
+ "city": "Ho Chi Minh City",
2306
+ "ip": "14.161.37.191",
2307
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2308
+ "http_node": "101980198195",
2309
+ "sys_reqid": "ef30a014-a59a-495d-865d-6c168a6b239c",
2310
+ "is_stream_evt": true,
2311
+ "is_batch_evt": false,
2312
+ "province_id": 29,
2313
+ "browser": "Chrome",
2314
+ "is_rt_evt": false,
2315
+ "kk_topic": "streaming-in",
2316
+ "dev_type": "Personal computer",
2317
+ "page": {
2318
+ "id": "6061673146755269607",
2319
+ "title": "",
2320
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus"
2321
+ }
2322
+ }
2323
+ }
2324
+ ],
2325
+ "totalActivityCount": 2,
2326
+ "hasMoreActivities": false
2327
+ }
2328
+ },
2329
+ {
2330
+ "sectionKey": "browsing_4764212617018634",
2331
+ "etype": "browsing",
2332
+ "eventCategoryId": 8,
2333
+ "insightPropertyId": 556300706,
2334
+ "timestamp": 1717471037000,
2335
+ "trackedDateTimeUTC": "2024-06-04 03:17:17",
2336
+ "lastTimestamp": 1717471037000,
2337
+ "lastTrackedDateTimeUTC": "2024-06-04 03:17:17",
2338
+ "data": {
2339
+ "sessionStartTimestamp": 1717471037000,
2340
+ "firstActivities": [
2341
+ {
2342
+ "pageType": "product_search",
2343
+ "insightPropertyId": 556300706,
2344
+ "eventCategoryId": 8,
2345
+ "eventActionId": 10,
2346
+ "timestamp": 1717471037000,
2347
+ "trackedDateTimeUTC": "2024-06-04 03:17:17",
2348
+ "value": 0,
2349
+ "url": "",
2350
+ "urlName": "",
2351
+ "userId": "4314438765926934483",
2352
+ "items": [
2353
+ {
2354
+ "item_type": "product",
2355
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
2356
+ "id": "469",
2357
+ "type": "product",
2358
+ "sale_price": 32,
2359
+ "item_quantity": 1,
2360
+ "quantity": 1,
2361
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
2362
+ "last_updated": "2024-08-01 17:08:02",
2363
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
2364
+ "date_created": "2023-03-06 17:29:11",
2365
+ "category_level_1": "Tops",
2366
+ "category_level_2": "Tees",
2367
+ "price": 32,
2368
+ "variant": "",
2369
+ "main_category": "Men",
2370
+ "currency": "USD",
2371
+ "brand": "",
2372
+ "item_id": 1,
2373
+ "url": ""
2374
+ },
2375
+ {
2376
+ "item_type": "product",
2377
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
2378
+ "id": "565",
2379
+ "type": "product",
2380
+ "sale_price": 28,
2381
+ "item_quantity": 1,
2382
+ "quantity": 1,
2383
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
2384
+ "last_updated": "2024-07-31 19:47:26",
2385
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
2386
+ "date_created": "2023-03-06 17:29:11",
2387
+ "category_level_1": "Tops",
2388
+ "category_level_2": "Tees",
2389
+ "price": 28,
2390
+ "variant": "",
2391
+ "main_category": "Men",
2392
+ "currency": "USD",
2393
+ "brand": "",
2394
+ "item_id": 1,
2395
+ "url": ""
2396
+ },
2397
+ {
2398
+ "item_type": "product",
2399
+ "name": "MINERVA LUMATECH™ V-TEE",
2400
+ "id": "1483",
2401
+ "type": "product",
2402
+ "sale_price": 32,
2403
+ "item_quantity": 1,
2404
+ "quantity": 1,
2405
+ "page_url": "https://sandbox-magento.antsomi.com/minerva-lumatech-trade-v-tee.html",
2406
+ "last_updated": "2024-06-13 13:41:37",
2407
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws08-blue_main_1.jpg",
2408
+ "date_created": "2023-03-06 17:29:11",
2409
+ "category_level_1": "Tops",
2410
+ "category_level_2": "Tees",
2411
+ "price": 32,
2412
+ "variant": "",
2413
+ "main_category": "Women",
2414
+ "currency": "USD",
2415
+ "brand": "",
2416
+ "item_id": 1,
2417
+ "url": ""
2418
+ },
2419
+ {
2420
+ "item_type": "product",
2421
+ "name": "VIKTOR LUMATECH™ PANT",
2422
+ "id": "744",
2423
+ "type": "product",
2424
+ "sale_price": 46,
2425
+ "item_quantity": 1,
2426
+ "quantity": 1,
2427
+ "page_url": "https://sandbox-magento.antsomi.com/viktor-lumatech-trade-pant.html",
2428
+ "last_updated": "2024-07-29 15:07:51",
2429
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/p/mp02-gray_main_2.jpg",
2430
+ "date_created": "2023-03-06 17:29:11",
2431
+ "category_level_1": "Bottoms",
2432
+ "category_level_2": "Pants",
2433
+ "price": 46,
2434
+ "variant": "",
2435
+ "main_category": "Men",
2436
+ "currency": "USD",
2437
+ "brand": "",
2438
+ "item_id": 1,
2439
+ "url": ""
2440
+ },
2441
+ {
2442
+ "item_type": "product",
2443
+ "name": "KARISSA V-NECK TEE",
2444
+ "id": "1515",
2445
+ "type": "product",
2446
+ "sale_price": 32,
2447
+ "item_quantity": 1,
2448
+ "quantity": 1,
2449
+ "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
2450
+ "last_updated": "2024-07-29 15:35:55",
2451
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
2452
+ "date_created": "2023-03-06 17:29:11",
2453
+ "category_level_1": "Tops",
2454
+ "category_level_2": "Tees",
2455
+ "price": 32,
2456
+ "variant": "",
2457
+ "main_category": "Women",
2458
+ "currency": "USD",
2459
+ "brand": "",
2460
+ "item_id": 1,
2461
+ "url": ""
2462
+ }
2463
+ ],
2464
+ "extra": {
2465
+ "src_search_term": "RYKER LUMATECH™ TEE (V-NECK)",
2466
+ "page_type": "search",
2467
+ "prop_id": "556300706",
2468
+ "atm_type": "on_session",
2469
+ "ip_address": "14.161.37.191",
2470
+ "is_webview": false,
2471
+ "is_stream_evt": true,
2472
+ "is_batch_evt": false,
2473
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+RYKER+LUMATECH™+TEE+(V-NECK)",
2474
+ "device_brand": "Unknown",
2475
+ "ss_time": 1001537,
2476
+ "is_rt_evt": false,
2477
+ "customer_id": "230",
2478
+ "referrer_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
2479
+ "identify_type": "exact",
2480
+ "visitor_type": "returning",
2481
+ "total_items_quantity": 5,
2482
+ "customers": {
2483
+ "customer_id": "230"
2484
+ },
2485
+ "title": ""
2486
+ },
2487
+ "context": {
2488
+ "country": "vn",
2489
+ "os": "Windows NT",
2490
+ "city": "Ho Chi Minh City",
2491
+ "ip": "14.161.37.191",
2492
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2493
+ "http_node": "101980198195",
2494
+ "sys_reqid": "500301f7-6e29-41f3-b05e-c8c9fa2bc870",
2495
+ "is_stream_evt": true,
2496
+ "is_batch_evt": false,
2497
+ "province_id": 29,
2498
+ "browser": "Chrome",
2499
+ "is_rt_evt": false,
2500
+ "kk_topic": "streaming-in",
2501
+ "dev_type": "Personal computer",
2502
+ "page": {
2503
+ "id": "7282744711663876142",
2504
+ "title": "",
2505
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+RYKER+LUMATECH™+TEE+(V-NECK)"
2506
+ }
2507
+ }
2508
+ }
2509
+ ],
2510
+ "totalActivityCount": 1,
2511
+ "hasMoreActivities": false
2512
+ }
2513
+ },
2514
+ {
2515
+ "sectionKey": "browsing_5215129097733974",
2516
+ "etype": "browsing",
2517
+ "eventCategoryId": 8,
2518
+ "insightPropertyId": 556300706,
2519
+ "timestamp": 1717468336000,
2520
+ "trackedDateTimeUTC": "2024-06-04 02:32:16",
2521
+ "lastTimestamp": 1717468336000,
2522
+ "lastTrackedDateTimeUTC": "2024-06-04 02:32:16",
2523
+ "data": {
2524
+ "sessionStartTimestamp": 1717468336000,
2525
+ "firstActivities": [
2526
+ {
2527
+ "pageType": "product_search",
2528
+ "insightPropertyId": 556300706,
2529
+ "eventCategoryId": 8,
2530
+ "eventActionId": 10,
2531
+ "timestamp": 1717468336000,
2532
+ "trackedDateTimeUTC": "2024-06-04 02:32:16",
2533
+ "value": 0,
2534
+ "url": "",
2535
+ "urlName": "",
2536
+ "userId": "4314438765926934483",
2537
+ "items": [
2538
+ {
2539
+ "item_type": "product",
2540
+ "name": "KARISSA V-NECK TEE",
2541
+ "id": "1515",
2542
+ "type": "product",
2543
+ "sale_price": 32,
2544
+ "item_quantity": 1,
2545
+ "quantity": 1,
2546
+ "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
2547
+ "last_updated": "2024-07-29 15:35:55",
2548
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
2549
+ "date_created": "2023-03-06 17:29:11",
2550
+ "category_level_1": "Tops",
2551
+ "category_level_2": "Tees",
2552
+ "price": 32,
2553
+ "variant": "",
2554
+ "main_category": "Women",
2555
+ "currency": "USD",
2556
+ "brand": "",
2557
+ "item_id": 1,
2558
+ "url": ""
2559
+ },
2560
+ {
2561
+ "item_type": "product",
2562
+ "name": "ATOMIC ENDURANCE RUNNING TEE (CREW-NECK)",
2563
+ "id": "501",
2564
+ "type": "product",
2565
+ "sale_price": 29,
2566
+ "item_quantity": 1,
2567
+ "quantity": 1,
2568
+ "page_url": "https://sandbox-magento.antsomi.com/atomic-endurance-running-tee-crew-neck.html",
2569
+ "last_updated": "2024-08-14 14:12:31",
2570
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms12-red_main_1.jpg",
2571
+ "date_created": "2023-03-06 17:29:11",
2572
+ "category_level_1": "Tops",
2573
+ "category_level_2": "Tees",
2574
+ "price": 29,
2575
+ "variant": "",
2576
+ "main_category": "Men",
2577
+ "currency": "USD",
2578
+ "brand": "",
2579
+ "item_id": 1,
2580
+ "url": ""
2581
+ },
2582
+ {
2583
+ "item_type": "product",
2584
+ "name": "ATOMIC ENDURANCE RUNNING TEE (V-NECK)",
2585
+ "id": "485",
2586
+ "type": "product",
2587
+ "sale_price": 28,
2588
+ "item_quantity": 1,
2589
+ "quantity": 1,
2590
+ "page_url": "",
2591
+ "last_updated": "2024-08-01 17:08:02",
2592
+ "image_url": "",
2593
+ "date_created": "2023-03-06 17:29:11",
2594
+ "category_level_1": "Tops",
2595
+ "category_level_2": "Tees",
2596
+ "price": 28,
2597
+ "variant": "",
2598
+ "main_category": "Men",
2599
+ "currency": "USD",
2600
+ "brand": "",
2601
+ "item_id": 1,
2602
+ "url": ""
2603
+ },
2604
+ {
2605
+ "item_type": "product",
2606
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
2607
+ "id": "469",
2608
+ "type": "product",
2609
+ "sale_price": 32,
2610
+ "item_quantity": 1,
2611
+ "quantity": 1,
2612
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
2613
+ "last_updated": "2024-08-01 17:08:02",
2614
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
2615
+ "date_created": "2023-03-06 17:29:11",
2616
+ "category_level_1": "Tops",
2617
+ "category_level_2": "Tees",
2618
+ "price": 32,
2619
+ "variant": "",
2620
+ "main_category": "Men",
2621
+ "currency": "USD",
2622
+ "brand": "",
2623
+ "item_id": 1,
2624
+ "url": ""
2625
+ },
2626
+ {
2627
+ "item_type": "product",
2628
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
2629
+ "id": "565",
2630
+ "type": "product",
2631
+ "sale_price": 28,
2632
+ "item_quantity": 1,
2633
+ "quantity": 1,
2634
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
2635
+ "last_updated": "2024-07-31 19:47:26",
2636
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
2637
+ "date_created": "2023-03-06 17:29:11",
2638
+ "category_level_1": "Tops",
2639
+ "category_level_2": "Tees",
2640
+ "price": 28,
2641
+ "variant": "",
2642
+ "main_category": "Men",
2643
+ "currency": "USD",
2644
+ "brand": "",
2645
+ "item_id": 1,
2646
+ "url": ""
2647
+ }
2648
+ ],
2649
+ "extra": {
2650
+ "src_search_term": "ARISSA V-NECK TEE",
2651
+ "page_type": "search",
2652
+ "prop_id": "556300706",
2653
+ "atm_type": "on_session",
2654
+ "ip_address": "14.161.37.191",
2655
+ "is_webview": false,
2656
+ "is_stream_evt": true,
2657
+ "is_batch_evt": false,
2658
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE",
2659
+ "device_brand": "Unknown",
2660
+ "ss_time": 0,
2661
+ "is_rt_evt": false,
2662
+ "customer_id": "230",
2663
+ "referrer_url": "https://sandbox-magento.antsomi.com/hero-hoodie.html",
2664
+ "identify_type": "exact",
2665
+ "visitor_type": "returning",
2666
+ "total_items_quantity": 5,
2667
+ "customers": {
2668
+ "customer_id": "230"
2669
+ },
2670
+ "title": ""
2671
+ },
2672
+ "context": {
2673
+ "country": "vn",
2674
+ "os": "Windows NT",
2675
+ "city": "Ho Chi Minh City",
2676
+ "ip": "14.161.37.191",
2677
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2678
+ "http_node": "101980198195",
2679
+ "sys_reqid": "019780fd-8ad8-4c0d-a31f-a9c648b4aa14",
2680
+ "is_stream_evt": true,
2681
+ "is_batch_evt": false,
2682
+ "province_id": 29,
2683
+ "browser": "Chrome",
2684
+ "is_rt_evt": false,
2685
+ "kk_topic": "streaming-in",
2686
+ "dev_type": "Personal computer",
2687
+ "page": {
2688
+ "id": "632362928562282508",
2689
+ "title": "",
2690
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE"
2691
+ }
2692
+ }
2693
+ }
2694
+ ],
2695
+ "totalActivityCount": 1,
2696
+ "hasMoreActivities": false
2697
+ }
2698
+ },
2699
+ {
2700
+ "sectionKey": "browsing_6525168000375612",
2701
+ "etype": "browsing",
2702
+ "eventCategoryId": 8,
2703
+ "insightPropertyId": 556300706,
2704
+ "timestamp": 1717467750000,
2705
+ "trackedDateTimeUTC": "2024-06-04 02:22:30",
2706
+ "lastTimestamp": 1717467750000,
2707
+ "lastTrackedDateTimeUTC": "2024-06-04 02:22:30",
2708
+ "data": {
2709
+ "sessionStartTimestamp": 1717467750000,
2710
+ "firstActivities": [
2711
+ {
2712
+ "pageType": "product_search",
2713
+ "insightPropertyId": 556300706,
2714
+ "eventCategoryId": 8,
2715
+ "eventActionId": 10,
2716
+ "timestamp": 1717467750000,
2717
+ "trackedDateTimeUTC": "2024-06-04 02:22:30",
2718
+ "value": 0,
2719
+ "url": "",
2720
+ "urlName": "",
2721
+ "userId": "4314438765926934483",
2722
+ "items": [
2723
+ {
2724
+ "item_type": "product",
2725
+ "name": "KARISSA V-NECK TEE",
2726
+ "id": "1515",
2727
+ "type": "product",
2728
+ "sale_price": 32,
2729
+ "item_quantity": 1,
2730
+ "quantity": 1,
2731
+ "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
2732
+ "last_updated": "2024-07-29 15:35:55",
2733
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
2734
+ "date_created": "2023-03-06 17:29:11",
2735
+ "category_level_1": "Tops",
2736
+ "category_level_2": "Tees",
2737
+ "price": 32,
2738
+ "variant": "",
2739
+ "main_category": "Women",
2740
+ "currency": "USD",
2741
+ "brand": "",
2742
+ "item_id": 1,
2743
+ "url": ""
2744
+ },
2745
+ {
2746
+ "item_type": "product",
2747
+ "name": "ATOMIC ENDURANCE RUNNING TEE (CREW-NECK)",
2748
+ "id": "501",
2749
+ "type": "product",
2750
+ "sale_price": 29,
2751
+ "item_quantity": 1,
2752
+ "quantity": 1,
2753
+ "page_url": "https://sandbox-magento.antsomi.com/atomic-endurance-running-tee-crew-neck.html",
2754
+ "last_updated": "2024-08-14 14:12:31",
2755
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms12-red_main_1.jpg",
2756
+ "date_created": "2023-03-06 17:29:11",
2757
+ "category_level_1": "Tops",
2758
+ "category_level_2": "Tees",
2759
+ "price": 29,
2760
+ "variant": "",
2761
+ "main_category": "Men",
2762
+ "currency": "USD",
2763
+ "brand": "",
2764
+ "item_id": 1,
2765
+ "url": ""
2766
+ },
2767
+ {
2768
+ "item_type": "product",
2769
+ "name": "ATOMIC ENDURANCE RUNNING TEE (V-NECK)",
2770
+ "id": "485",
2771
+ "type": "product",
2772
+ "sale_price": 28,
2773
+ "item_quantity": 1,
2774
+ "quantity": 1,
2775
+ "page_url": "",
2776
+ "last_updated": "2024-08-01 17:08:02",
2777
+ "image_url": "",
2778
+ "date_created": "2023-03-06 17:29:11",
2779
+ "category_level_1": "Tops",
2780
+ "category_level_2": "Tees",
2781
+ "price": 28,
2782
+ "variant": "",
2783
+ "main_category": "Men",
2784
+ "currency": "USD",
2785
+ "brand": "",
2786
+ "item_id": 1,
2787
+ "url": ""
2788
+ },
2789
+ {
2790
+ "item_type": "product",
2791
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
2792
+ "id": "469",
2793
+ "type": "product",
2794
+ "sale_price": 32,
2795
+ "item_quantity": 1,
2796
+ "quantity": 1,
2797
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
2798
+ "last_updated": "2024-08-01 17:08:02",
2799
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
2800
+ "date_created": "2023-03-06 17:29:11",
2801
+ "category_level_1": "Tops",
2802
+ "category_level_2": "Tees",
2803
+ "price": 32,
2804
+ "variant": "",
2805
+ "main_category": "Men",
2806
+ "currency": "USD",
2807
+ "brand": "",
2808
+ "item_id": 1,
2809
+ "url": ""
2810
+ },
2811
+ {
2812
+ "item_type": "product",
2813
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
2814
+ "id": "565",
2815
+ "type": "product",
2816
+ "sale_price": 28,
2817
+ "item_quantity": 1,
2818
+ "quantity": 1,
2819
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
2820
+ "last_updated": "2024-07-31 19:47:26",
2821
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
2822
+ "date_created": "2023-03-06 17:29:11",
2823
+ "category_level_1": "Tops",
2824
+ "category_level_2": "Tees",
2825
+ "price": 28,
2826
+ "variant": "",
2827
+ "main_category": "Men",
2828
+ "currency": "USD",
2829
+ "brand": "",
2830
+ "item_id": 1,
2831
+ "url": ""
2832
+ }
2833
+ ],
2834
+ "extra": {
2835
+ "src_search_term": "ARISSA V-NECK TEE",
2836
+ "page_type": "search",
2837
+ "prop_id": "556300706",
2838
+ "atm_type": "on_session",
2839
+ "ip_address": "14.161.37.191",
2840
+ "is_webview": false,
2841
+ "is_stream_evt": true,
2842
+ "is_batch_evt": false,
2843
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE",
2844
+ "device_brand": "Unknown",
2845
+ "ss_time": 1164155,
2846
+ "is_rt_evt": false,
2847
+ "customer_id": "230",
2848
+ "referrer_url": "https://sandbox-magento.antsomi.com/hero-hoodie.html",
2849
+ "identify_type": "exact",
2850
+ "visitor_type": "returning",
2851
+ "total_items_quantity": 5,
2852
+ "customers": {
2853
+ "customer_id": "230"
2854
+ },
2855
+ "title": ""
2856
+ },
2857
+ "context": {
2858
+ "country": "vn",
2859
+ "os": "Windows NT",
2860
+ "city": "Ho Chi Minh City",
2861
+ "ip": "14.161.37.191",
2862
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
2863
+ "http_node": "101980198195",
2864
+ "sys_reqid": "7c14c660-6458-4c01-ac63-75cc1f9f8f92",
2865
+ "is_stream_evt": true,
2866
+ "is_batch_evt": false,
2867
+ "province_id": 29,
2868
+ "browser": "Chrome",
2869
+ "is_rt_evt": false,
2870
+ "kk_topic": "streaming-in",
2871
+ "dev_type": "Personal computer",
2872
+ "page": {
2873
+ "id": "632362928562282508",
2874
+ "title": "",
2875
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE"
2876
+ }
2877
+ }
2878
+ }
2879
+ ],
2880
+ "totalActivityCount": 1,
2881
+ "hasMoreActivities": false
2882
+ }
2883
+ }
2884
+ ],
2885
+ "whatsapp_promotion_code_send": [
2886
+ {
2887
+ "sectionKey": "promotion_code_3785779825907206",
2888
+ "etype": "promotion_code",
2889
+ "eventCategoryId": 5405,
2890
+ "insightPropertyId": 564993252,
2891
+ "timestamp": 1747667502000,
2892
+ "trackedDateTimeUTC": "2025-05-19 15:11:42",
2893
+ "lastTimestamp": 1747667502000,
2894
+ "lastTrackedDateTimeUTC": "2025-05-19 15:11:42",
2895
+ "data": {
2896
+ "sessionStartTimestamp": 1747667502000,
2897
+ "firstActivities": [
2898
+ {
2899
+ "pageType": "sent",
2900
+ "insightPropertyId": 564993252,
2901
+ "eventCategoryId": 5405,
2902
+ "eventActionId": 44,
2903
+ "timestamp": 1747667502000,
2904
+ "trackedDateTimeUTC": "2025-05-19 15:11:42",
2905
+ "value": 0,
2906
+ "url": "",
2907
+ "urlName": "",
2908
+ "userId": "84389014572",
2909
+ "items": [
2910
+ {
2911
+ "item_type": "promotion_code",
2912
+ "name": "CDP_RZIKDS",
2913
+ "id": "CDP_RZIKDS",
2914
+ "type": "promotion_code",
2915
+ "item_quantity": 1,
2916
+ "item_id": -100,
2917
+ "url": ""
2918
+ }
2919
+ ],
2920
+ "extra": {
2921
+ "delivery_address": "",
2922
+ "device_brand": "Apple",
2923
+ "delivery_channel": "whatsapp",
2924
+ "is_rt_evt": false,
2925
+ "ip_address": "13.251.4.242",
2926
+ "customer_id": "84389014572",
2927
+ "is_webview": false,
2928
+ "request_id": "647b62f7-6ef1-4673-903b-a99057bfecd1",
2929
+ "is_stream_evt": false,
2930
+ "is_batch_evt": false,
2931
+ "total_items_quantity": 1,
2932
+ "title": "",
2933
+ "story": {
2934
+ "id": "37749511",
2935
+ "storyName": "Send Antsomi Whatsapp Message",
2936
+ "channelId": 13
2937
+ },
2938
+ "campaign": {
2939
+ "id": "37750647"
2940
+ },
2941
+ "variant": {
2942
+ "id": "37750648"
2943
+ },
2944
+ "destination": {
2945
+ "id": "37302177"
2946
+ },
2947
+ "promotion_pool": {
2948
+ "id": "7573480"
2949
+ },
2950
+ "channel": {
2951
+ "id": 13,
2952
+ "channelName": "WhatsApp"
2953
+ }
2954
+ },
2955
+ "context": {
2956
+ "os": {
2957
+ "name": "Mac OS",
2958
+ "id": 23
2959
+ },
2960
+ "ip": "13.251.4.242",
2961
+ "dev_type": {
2962
+ "name": "Personal computer",
2963
+ "id": 1
2964
+ }
2965
+ }
2966
+ }
2967
+ ],
2968
+ "totalActivityCount": 1,
2969
+ "hasMoreActivities": false
2970
+ }
2971
+ },
2972
+ {
2973
+ "sectionKey": "promotion_code_5860317053489504",
2974
+ "etype": "promotion_code",
2975
+ "eventCategoryId": 5405,
2976
+ "insightPropertyId": 564993252,
2977
+ "timestamp": 1747665780000,
2978
+ "trackedDateTimeUTC": "2025-05-19 14:43:00",
2979
+ "lastTimestamp": 1747665780000,
2980
+ "lastTrackedDateTimeUTC": "2025-05-19 14:43:00",
2981
+ "data": {
2982
+ "sessionStartTimestamp": 1747665780000,
2983
+ "firstActivities": [
2984
+ {
2985
+ "pageType": "sent",
2986
+ "insightPropertyId": 564993252,
2987
+ "eventCategoryId": 5405,
2988
+ "eventActionId": 44,
2989
+ "timestamp": 1747665780000,
2990
+ "trackedDateTimeUTC": "2025-05-19 14:43:00",
2991
+ "value": 0,
2992
+ "url": "",
2993
+ "urlName": "",
2994
+ "userId": "84389014572",
2995
+ "items": [
2996
+ {
2997
+ "item_type": "promotion_code",
2998
+ "name": "CDP_RZIKDS",
2999
+ "id": "CDP_RZIKDS",
3000
+ "type": "promotion_code",
3001
+ "item_quantity": 1,
3002
+ "item_id": -100,
3003
+ "url": ""
3004
+ }
3005
+ ],
3006
+ "extra": {
3007
+ "delivery_address": "",
3008
+ "device_brand": "Apple",
3009
+ "delivery_channel": "whatsapp",
3010
+ "is_rt_evt": false,
3011
+ "ip_address": "13.251.4.242",
3012
+ "customer_id": "84389014572",
3013
+ "is_webview": false,
3014
+ "request_id": "3f38c63a-52a6-4a61-be1c-c6759a7292a9",
3015
+ "is_stream_evt": false,
3016
+ "is_batch_evt": false,
3017
+ "total_items_quantity": 1,
3018
+ "title": "",
3019
+ "story": {
3020
+ "id": "37749511",
3021
+ "storyName": "Send Antsomi Whatsapp Message",
3022
+ "channelId": 13
3023
+ },
3024
+ "campaign": {
3025
+ "id": "37750647"
3026
+ },
3027
+ "variant": {
3028
+ "id": "37750648"
3029
+ },
3030
+ "destination": {
3031
+ "id": "37302177"
3032
+ },
3033
+ "promotion_pool": {
3034
+ "id": "7573480"
3035
+ },
3036
+ "channel": {
3037
+ "id": 13,
3038
+ "channelName": "WhatsApp"
3039
+ }
3040
+ },
3041
+ "context": {
3042
+ "os": {
3043
+ "name": "Mac OS",
3044
+ "id": 23
3045
+ },
3046
+ "ip": "13.251.4.242",
3047
+ "dev_type": {
3048
+ "name": "Personal computer",
3049
+ "id": 1
3050
+ }
3051
+ }
3052
+ }
3053
+ ],
3054
+ "totalActivityCount": 1,
3055
+ "hasMoreActivities": false
3056
+ }
3057
+ }
3058
+ ]
3059
+ }