@antscorp/antsomi-ui 2.0.114 → 2.0.115

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 (287) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/README.md +78 -78
  3. package/es/__mocks__/1000_city.json +802 -802
  4. package/es/__mocks__/sql-query.json +56 -56
  5. package/es/assets/css/main.scss +8 -8
  6. package/es/assets/images/feedback.svg +3 -3
  7. package/es/assets/svg/mobile-frame.svg +3 -3
  8. package/es/assets/svg/warning-icon.svg +5 -5
  9. package/es/components/atoms/Alert/Alert.js +28 -28
  10. package/es/components/atoms/ContentEditable/styled.js +16 -16
  11. package/es/components/atoms/DividerPure/styled.js +35 -35
  12. package/es/components/atoms/Eyedropper/styled.js +39 -39
  13. package/es/components/atoms/Icon/index.js +19 -19
  14. package/es/components/atoms/Iframe/Iframe.js +18 -18
  15. package/es/components/atoms/Input/styled.js +104 -104
  16. package/es/components/atoms/InputDynamic/styled.js +284 -284
  17. package/es/components/atoms/MobileBrandingBar/styled.js +21 -21
  18. package/es/components/atoms/MobileFrame/styled.js +30 -30
  19. package/es/components/atoms/MobileFrameV2/styled.js +42 -42
  20. package/es/components/atoms/MobileFrameV3/styled.js +31 -31
  21. package/es/components/atoms/NotificationStatus/styled.js +10 -10
  22. package/es/components/atoms/PreviewTabs/styled.js +69 -69
  23. package/es/components/atoms/Radio/index.js +16 -16
  24. package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
  25. package/es/components/atoms/ReactIframe/styled.js +9 -9
  26. package/es/components/atoms/RequiredLabel/styled.js +3 -3
  27. package/es/components/atoms/ScrollBox/index.js +5 -5
  28. package/es/components/atoms/Scrollbars/styled.js +21 -21
  29. package/es/components/atoms/SelectAssociatedTag/SelectAssociatedTag.d.ts +5 -0
  30. package/es/components/atoms/SelectAssociatedTag/SelectAssociatedTag.js +15 -0
  31. package/es/components/atoms/SelectAssociatedTag/SelectTag.d.ts +4 -0
  32. package/es/components/atoms/SelectAssociatedTag/SelectTag.js +26 -0
  33. package/es/components/atoms/SelectAssociatedTag/constants.d.ts +11 -0
  34. package/es/components/atoms/SelectAssociatedTag/constants.js +42 -0
  35. package/es/components/atoms/SelectAssociatedTag/index.d.ts +3 -0
  36. package/es/components/atoms/SelectAssociatedTag/index.js +2 -0
  37. package/es/components/atoms/SelectAssociatedTag/styled.d.ts +7 -0
  38. package/es/components/atoms/SelectAssociatedTag/styled.js +60 -0
  39. package/es/components/atoms/SelectAssociatedTag/types.d.ts +76 -0
  40. package/es/components/atoms/SelectAssociatedTag/types.js +1 -0
  41. package/es/components/atoms/SlideBar/styled.js +194 -194
  42. package/es/components/atoms/Slider/styled.js +31 -31
  43. package/es/components/atoms/Space/Space.js +4 -4
  44. package/es/components/atoms/Spin/styled.js +11 -11
  45. package/es/components/atoms/Steps/styled.js +244 -244
  46. package/es/components/atoms/Switch/styled.js +56 -56
  47. package/es/components/atoms/Tag/Tag.js +10 -10
  48. package/es/components/atoms/Text/styled.js +34 -34
  49. package/es/components/atoms/index.d.ts +1 -0
  50. package/es/components/atoms/index.js +1 -0
  51. package/es/components/icons/CircleInfoIcon.js +2 -2
  52. package/es/components/icons/DomainManagementIcon.js +1 -1
  53. package/es/components/icons/LazyIcon/LazyIcon.d.ts +2 -0
  54. package/es/components/icons/LazyIcon/LazyIcon.js +2 -0
  55. package/es/components/icons/LoadingIcon.js +33 -33
  56. package/es/components/icons/document/styled.js +43 -43
  57. package/es/components/index.scss +2 -2
  58. package/es/components/molecules/AccessDenied/styled.js +28 -28
  59. package/es/components/molecules/AccountSelection/styled.js +110 -110
  60. package/es/components/molecules/AddDynamicContent/styled.js +23 -23
  61. package/es/components/molecules/AlignSetting/styled.js +4 -4
  62. package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
  63. package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
  64. package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
  65. package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
  66. package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
  67. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
  68. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
  69. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
  70. package/es/components/molecules/CalendarSelection/styled.js +8 -8
  71. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
  72. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
  73. package/es/components/molecules/CaptureScreen/styled.js +240 -240
  74. package/es/components/molecules/ChartTab/components/styled.js +24 -24
  75. package/es/components/molecules/ChartTab/styled.js +20 -20
  76. package/es/components/molecules/ChatBox/AntsomiAI.js +8 -8
  77. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -9
  78. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +365 -365
  79. package/es/components/molecules/ChatBox/styled.js +324 -324
  80. package/es/components/molecules/CodeStructure/styled.js +5 -5
  81. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
  82. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
  83. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
  84. package/es/components/molecules/ColorPicker/styled.js +7 -7
  85. package/es/components/molecules/ColorSetting/styled.js +39 -39
  86. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
  87. package/es/components/molecules/DatePickerV2/styled.js +6 -6
  88. package/es/components/molecules/DisplayFormat/styled.js +12 -12
  89. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
  90. package/es/components/molecules/DrawerDetail/styled.js +109 -109
  91. package/es/components/molecules/Dropdown/style.scss +11 -11
  92. package/es/components/molecules/Dropdown/styled.js +28 -28
  93. package/es/components/molecules/EdgeSetting/styled.js +10 -10
  94. package/es/components/molecules/EditableName/styled.js +70 -70
  95. package/es/components/molecules/EditingList/styled.js +29 -29
  96. package/es/components/molecules/EditingListV2/components/List/List.js +9 -9
  97. package/es/components/molecules/EditorTab/styled.js +156 -156
  98. package/es/components/molecules/EmojiCollections/styled.js +22 -22
  99. package/es/components/molecules/EmojiPopover/styled.js +4 -4
  100. package/es/components/molecules/EmptyData/styled.js +53 -53
  101. package/es/components/molecules/EyedropperButton/styled.js +19 -19
  102. package/es/components/molecules/FontSizeInput/index.scss +15 -15
  103. package/es/components/molecules/FontSizeInput/styled.js +31 -31
  104. package/es/components/molecules/GradientSetting/styled.js +57 -57
  105. package/es/components/molecules/HeaderV2/styled.js +70 -70
  106. package/es/components/molecules/IconSelection/styled.js +69 -69
  107. package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
  108. package/es/components/molecules/ImageEditor/styled.js +5 -5
  109. package/es/components/molecules/ImagePreview/styled.js +3 -3
  110. package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
  111. package/es/components/molecules/InputSearch/styled.js +41 -41
  112. package/es/components/molecules/InputSelectAttribute/index.d.ts +25 -0
  113. package/es/components/molecules/InputSelectAttribute/index.js +124 -0
  114. package/es/components/molecules/InputSelectAttribute/styled.d.ts +14 -0
  115. package/es/components/molecules/InputSelectAttribute/styled.js +33 -0
  116. package/es/components/molecules/ItemNotFound/styled.js +26 -26
  117. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +8 -8
  118. package/es/components/molecules/MatchAnySelect/styled.js +247 -247
  119. package/es/components/molecules/Modal/styled.js +63 -63
  120. package/es/components/molecules/ModalSelect/styled.js +152 -152
  121. package/es/components/molecules/ModalV2/styled.js +27 -27
  122. package/es/components/molecules/PopupDraggable/styled.js +57 -57
  123. package/es/components/molecules/PreviewModal/styled.js +26 -26
  124. package/es/components/molecules/ProcessLoading/styled.js +2 -2
  125. package/es/components/molecules/QuillEditor/CustomToolbar.js +3165 -3165
  126. package/es/components/molecules/QuillEditor/EditorToolbar.js +7 -7
  127. package/es/components/molecules/QuillEditor/styled.js +25 -25
  128. package/es/components/molecules/RadioGroup/styled.js +9 -9
  129. package/es/components/molecules/RequestAccess/styled.js +38 -38
  130. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
  131. package/es/components/molecules/ResizeGrid/styled.js +50 -50
  132. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
  133. package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
  134. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
  135. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
  136. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
  137. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
  138. package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +36 -36
  139. package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +7 -7
  140. package/es/components/molecules/SearchPopover/styled.js +32 -32
  141. package/es/components/molecules/Select/styled.js +32 -32
  142. package/es/components/molecules/SelectAccount/styled.js +147 -147
  143. package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
  144. package/es/components/molecules/SelectMulti/styled.js +62 -62
  145. package/es/components/molecules/SelectV2/styled.d.ts +3 -1
  146. package/es/components/molecules/SelectV2/styled.js +124 -124
  147. package/es/components/molecules/SettingWrapper/styled.js +12 -12
  148. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
  149. package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
  150. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
  151. package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
  152. package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
  153. package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
  154. package/es/components/molecules/Tabs/Tabs.js +11 -11
  155. package/es/components/molecules/TagifyInput/TagifyInput.js +209 -121
  156. package/es/components/molecules/TagifyInput/constants.d.ts +24 -2
  157. package/es/components/molecules/TagifyInput/constants.js +25 -2
  158. package/es/components/molecules/TagifyInput/patternHandlers.d.ts +12 -6
  159. package/es/components/molecules/TagifyInput/patternHandlers.js +88 -43
  160. package/es/components/molecules/TagifyInput/styled.js +37 -37
  161. package/es/components/molecules/TagifyInput/types.d.ts +24 -3
  162. package/es/components/molecules/TagifyInput/utils.d.ts +10 -1
  163. package/es/components/molecules/TagifyInput/utils.js +94 -16
  164. package/es/components/molecules/TagifyInput/utils.style.js +246 -261
  165. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
  166. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
  167. package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
  168. package/es/components/molecules/ThumbnailCard/styled.js +92 -92
  169. package/es/components/molecules/Tree/styled.js +38 -38
  170. package/es/components/molecules/UnsubscribePreferences/styled.js +7 -7
  171. package/es/components/molecules/UnsubscribePreview/components/styled.js +53 -53
  172. package/es/components/molecules/UnsubscribePreview/styled.js +48 -48
  173. package/es/components/molecules/UploadImage/styled.js +114 -114
  174. package/es/components/molecules/VirtualizedMenu/styled.js +103 -103
  175. package/es/components/molecules/index.d.ts +1 -0
  176. package/es/components/molecules/index.js +1 -0
  177. package/es/components/molecules/index.scss +1 -1
  178. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
  179. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
  180. package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
  181. package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
  182. package/es/components/organism/AccountSharing/AccountSharing.js +18 -10
  183. package/es/components/organism/AccountSharing/styled.js +336 -336
  184. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -1290
  185. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +1896 -1896
  186. package/es/components/organism/ActivityTimeline/components/ActionHistory/styled.js +28 -28
  187. package/es/components/organism/ActivityTimeline/components/CardMember/styled.js +60 -60
  188. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/styled.js +4 -4
  189. package/es/components/organism/ActivityTimeline/components/List/styled.js +77 -77
  190. package/es/components/organism/ActivityTimeline/components/ListItem/styled.js +37 -37
  191. package/es/components/organism/ActivityTimeline/components/ProductCard/styled.js +92 -92
  192. package/es/components/organism/ActivityTimeline/components/Redeem/styled.js +7 -7
  193. package/es/components/organism/ActivityTimeline/components/Slide/styled.js +20 -20
  194. package/es/components/organism/ActivityTimeline/components/TimeLineTitle/styled.js +7 -7
  195. package/es/components/organism/ActivityTimeline/components/TimelineSection/styled.js +69 -69
  196. package/es/components/organism/ActivityTimeline/styled.js +43 -43
  197. package/es/components/organism/ActivityTimeline/utils.js +168 -2
  198. package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
  199. package/es/components/organism/BasicLogin/components/ChooseMethod/styled.js +19 -19
  200. package/es/components/organism/BasicLogin/components/LoginWithEmail/styled.js +3 -3
  201. package/es/components/organism/BasicLogin/components/LoginWithGG/styled.js +3 -3
  202. package/es/components/organism/BasicLogin/components/SignIn/styled.js +8 -8
  203. package/es/components/organism/BasicLogin/components/WidgetLayout/styled.js +18 -18
  204. package/es/components/organism/BasicLogin/styled.js +107 -107
  205. package/es/components/organism/ContentSources/styled.js +50 -50
  206. package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
  207. package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
  208. package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
  209. package/es/components/organism/DataTable/components/Table/styled.js +135 -135
  210. package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
  211. package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
  212. package/es/components/organism/DataTable/styled/index.js +84 -84
  213. package/es/components/organism/Filter/components/FilterCondition/styled.js +34 -34
  214. package/es/components/organism/Filter/styled.js +109 -109
  215. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
  216. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
  217. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
  218. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
  219. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
  220. package/es/components/organism/FilterSetting/styled.js +19 -19
  221. package/es/components/organism/Help/styled.js +267 -267
  222. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
  223. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
  224. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
  225. package/es/components/organism/LeftMenu/hooks/usePermission.js +1 -1
  226. package/es/components/organism/LeftMenu/styled.js +214 -214
  227. package/es/components/organism/LeftMenu/utils/index.js +1 -1
  228. package/es/components/organism/Login/components/ChooseMethod/styled.js +19 -19
  229. package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
  230. package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +31 -31
  231. package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
  232. package/es/components/organism/Login/components/LoginWithEmail/styled.js +3 -3
  233. package/es/components/organism/Login/components/LoginWithGG/styled.js +3 -3
  234. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +7 -7
  235. package/es/components/organism/Login/components/SignIn/styled.js +8 -8
  236. package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
  237. package/es/components/organism/Login/components/WidgetLayout/styled.js +18 -18
  238. package/es/components/organism/Login/styled.js +115 -115
  239. package/es/components/organism/Menu/styled.js +6 -6
  240. package/es/components/organism/ModifyColumnModal/styled.js +132 -132
  241. package/es/components/organism/Notification/styled.js +155 -155
  242. package/es/components/organism/PreviewCollections/Messages/SkeletonMessage/styled.js +14 -14
  243. package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/styled.js +63 -63
  244. package/es/components/organism/PreviewCollections/constants.js +50 -50
  245. package/es/components/organism/PreviewCollections/styled.js +16 -16
  246. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
  247. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
  248. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
  249. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +77 -77
  250. package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
  251. package/es/components/organism/SQLGeneration/components/styled.js +354 -354
  252. package/es/components/organism/SQLGeneration/index.scss +1 -1
  253. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.scss +4 -4
  254. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
  255. package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
  256. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
  257. package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
  258. package/es/components/organism/TextEditor/__mocks__/text-contennt.js +44 -44
  259. package/es/components/organism/TextEditor/index.scss +65 -65
  260. package/es/components/organism/TextEditor/stories/WithOldDynAndLink/froala-legacy-format.settings.json +95 -95
  261. package/es/components/organism/TextEditor/styled.js +54 -54
  262. package/es/components/organism/TextEditor/ui/Button/Button.js +22 -22
  263. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.js +13 -13
  264. package/es/components/organism/TextEditor/ui/FontPopover/styled.js +32 -32
  265. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.js +54 -54
  266. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.js +9 -9
  267. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.js +11 -11
  268. package/es/components/organism/TicketEditor/styled.js +850 -850
  269. package/es/components/organism/TicketEditorV2/styled.js +839 -839
  270. package/es/components/organism/index.scss +2 -2
  271. package/es/components/template/Layout/Layout.js +10 -10
  272. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
  273. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
  274. package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
  275. package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
  276. package/es/components/template/Layout/styled.js +84 -84
  277. package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
  278. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
  279. package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
  280. package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
  281. package/es/components/template/TemplateListing/styled/index.js +40 -40
  282. package/es/providers/ConfigProvider/GlobalStyle.js +1249 -1249
  283. package/es/styled/common.js +51 -51
  284. package/es/tests/styled.js +4 -4
  285. package/es/utils/cookie.js +9 -0
  286. package/es/utils/variables.js +7 -7
  287. package/package.json +276 -276
@@ -1,1896 +1,1896 @@
1
- {
2
- "default": [
3
- {
4
- "sectionKey": "pageview_7198448542431608",
5
- "etype": "pageview",
6
- "eventCategoryId": -20,
7
- "insightPropertyId": 556300706,
8
- "timestamp": 1759721884000,
9
- "trackedDateTimeUTC": "2025-10-06 03:38:04",
10
- "lastTimestamp": 1759722315000,
11
- "lastTrackedDateTimeUTC": "2025-10-06 03:45:15",
12
- "data": {
13
- "sessionStartTimestamp": 1759721884000,
14
- "firstActivities": [
15
- {
16
- "pageType": "view",
17
- "insightPropertyId": 556300706,
18
- "insightPropertyName": "Website",
19
- "eventCategoryId": -20,
20
- "eventActionId": -102,
21
- "timestamp": 1759722315000,
22
- "trackedDateTimeUTC": "2025-10-06 03:45:15",
23
- "value": 0,
24
- "url": "",
25
- "urlName": "",
26
- "userId": "649768253871692231",
27
- "items": [
28
- {
29
- "name": "",
30
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
31
- }
32
- ],
33
- "extra": {
34
- "prop_id": "556300706",
35
- "page_title": "Home Page",
36
- "atm_type": "on_session",
37
- "ip_address": "14.161.37.191",
38
- "is_webview": false,
39
- "page_view_order": 5,
40
- "is_stream_evt": false,
41
- "is_batch_evt": false,
42
- "location_url": "",
43
- "device_brand": "Unknown",
44
- "ss_time": 48516,
45
- "page_path": "/",
46
- "is_rt_evt": false,
47
- "visitor_type": "returning",
48
- "title": "",
49
- "users": {
50
- "fb_uid": "fb.1.1758764676034.803239755259413250"
51
- }
52
- },
53
- "context": {
54
- "os": {
55
- "name": "Windows NT",
56
- "id": 39
57
- },
58
- "ip": "14.161.37.191",
59
- "dev_type": {
60
- "name": "Personal computer",
61
- "id": 1
62
- },
63
- "page": {
64
- "id": "7550674394250490733",
65
- "title": "",
66
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
67
- }
68
- }
69
- },
70
- {
71
- "pageType": "view",
72
- "insightPropertyId": 556300706,
73
- "insightPropertyName": "Website",
74
- "eventCategoryId": -20,
75
- "eventActionId": -102,
76
- "timestamp": 1759721933000,
77
- "trackedDateTimeUTC": "2025-10-06 03:38:53",
78
- "value": 0,
79
- "url": "",
80
- "urlName": "",
81
- "userId": "649768253871692231",
82
- "items": [
83
- {
84
- "name": "",
85
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
86
- }
87
- ],
88
- "extra": {
89
- "prop_id": "556300706",
90
- "page_title": "Home Page",
91
- "atm_type": "on_session",
92
- "ip_address": "14.161.37.191",
93
- "is_webview": false,
94
- "page_view_order": 4,
95
- "is_stream_evt": false,
96
- "is_batch_evt": false,
97
- "location_url": "https://sandbox-magento.antsomi.com/?demo-signature",
98
- "device_brand": "Unknown",
99
- "ss_time": 18611,
100
- "page_path": "/",
101
- "is_rt_evt": false,
102
- "visitor_type": "returning",
103
- "title": "",
104
- "users": {
105
- "fb_uid": "fb.1.1758764676034.803239755259413250"
106
- }
107
- },
108
- "context": {
109
- "os": {
110
- "name": "Windows NT",
111
- "id": 39
112
- },
113
- "ip": "14.161.37.191",
114
- "dev_type": {
115
- "name": "Personal computer",
116
- "id": 1
117
- },
118
- "page": {
119
- "id": "7550674394250490733",
120
- "title": "",
121
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
122
- }
123
- }
124
- },
125
- {
126
- "pageType": "view",
127
- "insightPropertyId": 556300706,
128
- "insightPropertyName": "Website",
129
- "eventCategoryId": -20,
130
- "eventActionId": -102,
131
- "timestamp": 1759721903000,
132
- "trackedDateTimeUTC": "2025-10-06 03:38:23",
133
- "value": 0,
134
- "url": "",
135
- "urlName": "",
136
- "userId": "649768253871692231",
137
- "items": [
138
- {
139
- "name": "",
140
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
141
- }
142
- ],
143
- "extra": {
144
- "prop_id": "556300706",
145
- "page_title": "Home Page",
146
- "atm_type": "on_session",
147
- "ip_address": "14.161.37.191",
148
- "is_webview": false,
149
- "page_view_order": 3,
150
- "is_stream_evt": false,
151
- "is_batch_evt": false,
152
- "location_url": "https://sandbox-magento.antsomi.com/?demo-signature",
153
- "device_brand": "Unknown",
154
- "ss_time": 13660,
155
- "page_path": "/",
156
- "is_rt_evt": false,
157
- "visitor_type": "returning",
158
- "title": "",
159
- "users": {
160
- "fb_uid": "fb.1.1758764676034.803239755259413250"
161
- }
162
- },
163
- "context": {
164
- "os": {
165
- "name": "Windows NT",
166
- "id": 39
167
- },
168
- "ip": "14.161.37.191",
169
- "dev_type": {
170
- "name": "Personal computer",
171
- "id": 1
172
- },
173
- "page": {
174
- "id": "7550674394250490733",
175
- "title": "",
176
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
177
- }
178
- }
179
- },
180
- {
181
- "pageType": "view",
182
- "insightPropertyId": 556300706,
183
- "insightPropertyName": "Website",
184
- "eventCategoryId": -20,
185
- "eventActionId": -102,
186
- "timestamp": 1759721898000,
187
- "trackedDateTimeUTC": "2025-10-06 03:38:18",
188
- "value": 0,
189
- "url": "",
190
- "urlName": "",
191
- "userId": "649768253871692231",
192
- "items": [
193
- {
194
- "name": "",
195
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
196
- }
197
- ],
198
- "extra": {
199
- "prop_id": "556300706",
200
- "page_title": "Home Page",
201
- "atm_type": "on_session",
202
- "ip_address": "14.161.37.191",
203
- "is_webview": false,
204
- "page_view_order": 2,
205
- "is_stream_evt": false,
206
- "is_batch_evt": false,
207
- "location_url": "https://sandbox-magento.antsomi.com/?demo-signature",
208
- "device_brand": "Unknown",
209
- "ss_time": 0,
210
- "page_path": "/",
211
- "is_rt_evt": false,
212
- "visitor_type": "returning",
213
- "title": "",
214
- "users": {
215
- "fb_uid": "fb.1.1758764676034.803239755259413250"
216
- }
217
- },
218
- "context": {
219
- "os": {
220
- "name": "Windows NT",
221
- "id": 39
222
- },
223
- "ip": "14.161.37.191",
224
- "dev_type": {
225
- "name": "Personal computer",
226
- "id": 1
227
- },
228
- "page": {
229
- "id": "7550674394250490733",
230
- "title": "",
231
- "url": "https://sandbox-magento.antsomi.com/?demo-signature"
232
- }
233
- }
234
- },
235
- {
236
- "pageType": "view",
237
- "insightPropertyId": 556300706,
238
- "insightPropertyName": "Website",
239
- "eventCategoryId": -20,
240
- "eventActionId": -102,
241
- "timestamp": 1759721884000,
242
- "trackedDateTimeUTC": "2025-10-06 03:38:04",
243
- "value": 0,
244
- "url": "",
245
- "urlName": "",
246
- "userId": "649768253871692231",
247
- "items": [
248
- {
249
- "name": "",
250
- "url": "https://sandbox-magento.antsomi.com/?demo-template-1"
251
- }
252
- ],
253
- "extra": {
254
- "prop_id": "556300706",
255
- "page_title": "Home Page",
256
- "atm_type": "on_session",
257
- "ip_address": "14.161.37.191",
258
- "is_webview": false,
259
- "page_view_order": 3,
260
- "is_stream_evt": false,
261
- "is_batch_evt": false,
262
- "location_url": "https://sandbox-magento.antsomi.com/?demo-template-1",
263
- "device_brand": "Unknown",
264
- "ss_time": 36552,
265
- "page_path": "/",
266
- "is_rt_evt": false,
267
- "visitor_type": "returning",
268
- "title": "",
269
- "users": {
270
- "fb_uid": "fb.1.1758764676034.803239755259413250"
271
- }
272
- },
273
- "context": {
274
- "os": {
275
- "name": "Windows NT",
276
- "id": 39
277
- },
278
- "ip": "14.161.37.191",
279
- "dev_type": {
280
- "name": "Personal computer",
281
- "id": 1
282
- },
283
- "page": {
284
- "id": "6245134914825447507",
285
- "title": "",
286
- "url": "https://sandbox-magento.antsomi.com/?demo-template-1"
287
- }
288
- }
289
- }
290
- ],
291
- "totalActivityCount": 5,
292
- "hasMoreActivities": false
293
- }
294
- }
295
- ],
296
- "search_product": [
297
- {
298
- "sectionKey": "browsing_7624865371847722",
299
- "etype": "browsing",
300
- "eventCategoryId": 8,
301
- "insightPropertyId": 556300706,
302
- "timestamp": 1718250101000,
303
- "trackedDateTimeUTC": "2024-06-13 03:41:41",
304
- "lastTimestamp": 1718250101000,
305
- "lastTrackedDateTimeUTC": "2024-06-13 03:41:41",
306
- "data": {
307
- "sessionStartTimestamp": 1718250101000,
308
- "firstActivities": [
309
- {
310
- "pageType": "product_search",
311
- "insightPropertyId": 556300706,
312
- "eventCategoryId": 8,
313
- "eventActionId": 10,
314
- "timestamp": 1718250101000,
315
- "trackedDateTimeUTC": "2024-06-13 03:41:41",
316
- "value": 0,
317
- "url": "",
318
- "urlName": "",
319
- "userId": "1256187161",
320
- "items": [
321
- {
322
- "item_type": "product",
323
- "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
324
- "id": "469",
325
- "type": "product",
326
- "sale_price": 32,
327
- "item_quantity": 10,
328
- "quantity": 11,
329
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
330
- "last_updated": "2024-08-01 17:08:02",
331
- "image_url": "https://www.antsomi.com/wp-content/uploads/2021/04/Antsomi_Infinity_Marketing_Framework_CDP365.png",
332
- "date_created": "2023-03-06 17:29:11",
333
- "category_level_1": "Tops",
334
- "category_level_2": "Tees",
335
- "price": 32,
336
- "variant": "",
337
- "main_category": "Men",
338
- "currency": "USD",
339
- "brand": "",
340
- "item_id": 1,
341
- "url": ""
342
- },
343
- {
344
- "item_type": "product",
345
- "name": "MINERVA LUMATECH™ V-TEE",
346
- "id": "1483",
347
- "type": "product",
348
- "sale_price": 32,
349
- "item_quantity": 1,
350
- "quantity": 1,
351
- "page_url": "https://sandbox-magento.antsomi.com/minerva-lumatech-trade-v-tee.html",
352
- "last_updated": "2024-06-13 13:41:37",
353
- "image_url": "https://www.antsomi.com/wp-content/uploads/2021/05/Media-coverage-DAVI-Antsomi-21_Apr_2021-455x1024.png",
354
- "date_created": "2023-03-06 17:29:11",
355
- "category_level_1": "Tops",
356
- "category_level_2": "Tees",
357
- "price": 32,
358
- "variant": "",
359
- "main_category": "Women",
360
- "currency": "USD",
361
- "brand": "",
362
- "item_id": 1,
363
- "url": ""
364
- },
365
- {
366
- "item_type": "product",
367
- "name": "RYKER LUMATECH™ TEE (V-NECK)",
368
- "id": "565",
369
- "type": "product",
370
- "sale_price": 28,
371
- "item_quantity": 24,
372
- "quantity": 52,
373
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
374
- "last_updated": "2024-07-31 19:47:26",
375
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
376
- "date_created": "2023-03-06 17:29:11",
377
- "category_level_1": "Tops",
378
- "category_level_2": "Tees",
379
- "price": 28,
380
- "variant": "",
381
- "main_category": "Men",
382
- "currency": "USD",
383
- "brand": "",
384
- "item_id": 1,
385
- "url": ""
386
- },
387
- {
388
- "item_type": "product",
389
- "name": "VIKTOR LUMATECH™ PANT",
390
- "id": "744",
391
- "type": "product",
392
- "sale_price": 46,
393
- "item_quantity": 1,
394
- "quantity": 1,
395
- "page_url": "https://sandbox-magento.antsomi.com/viktor-lumatech-trade-pant.html",
396
- "last_updated": "2024-07-29 15:07:51",
397
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/p/mp02-gray_main_2.jpg",
398
- "date_created": "2023-03-06 17:29:11",
399
- "category_level_1": "Bottoms",
400
- "category_level_2": "Pants",
401
- "price": 46,
402
- "variant": "",
403
- "main_category": "Men",
404
- "currency": "USD",
405
- "brand": "",
406
- "item_id": 1,
407
- "url": ""
408
- },
409
- {
410
- "item_type": "product",
411
- "name": "SELENE YOGA HOODIE",
412
- "id": "1099",
413
- "type": "product",
414
- "sale_price": 42,
415
- "item_quantity": 1,
416
- "quantity": 1,
417
- "page_url": "https://sandbox-magento.antsomi.com/selene-yoga-hoodie.html",
418
- "last_updated": "2024-07-29 21:30:03",
419
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/h/wh05-white_main_1.jpg",
420
- "date_created": "2023-03-06 17:29:11",
421
- "category_level_1": "Tops",
422
- "category_level_2": "Hoodies & Sweatshirts",
423
- "price": 42,
424
- "variant": "",
425
- "main_category": "Women",
426
- "currency": "USD",
427
- "brand": "",
428
- "item_id": 1,
429
- "url": ""
430
- }
431
- ],
432
- "extra": {
433
- "src_search_term": "luma yoga for life",
434
- "page_type": "search",
435
- "prop_id": "556300706",
436
- "utm_type": "referrer",
437
- "utm_medium": "referrer",
438
- "atm_type": "on_session",
439
- "ip_address": "14.161.37.191",
440
- "is_webview": false,
441
- "is_stream_evt": true,
442
- "is_batch_evt": false,
443
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=luma+yoga+for+life",
444
- "device_brand": "Unknown",
445
- "click_id": "1256190613b1712652301",
446
- "ss_time": 352309,
447
- "is_rt_evt": false,
448
- "referrer_url": "https://sandbox-magento.antsomi.com/training.html?donkho15thJune_webper",
449
- "visitor_type": "returning",
450
- "click_bc": "1256190613b1712652301",
451
- "utm_source": "google.com",
452
- "total_items_quantity": 5,
453
- "title": ""
454
- },
455
- "context": {
456
- "country": "vn",
457
- "os": "Windows NT",
458
- "city": "Ho Chi Minh City",
459
- "ip": "14.161.37.191",
460
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
461
- "http_node": "101980198195",
462
- "sys_reqid": "3b6bc26c-9e84-4256-9db2-19ecb4cd967f",
463
- "is_stream_evt": true,
464
- "is_batch_evt": false,
465
- "province_id": 29,
466
- "browser": "Chrome",
467
- "is_rt_evt": false,
468
- "kk_topic": "streaming-in",
469
- "dev_type": "Personal computer",
470
- "page": {
471
- "id": "1980498639736604985",
472
- "title": "",
473
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=luma+yoga+for+life"
474
- }
475
- }
476
- }
477
- ],
478
- "totalActivityCount": 1,
479
- "hasMoreActivities": false
480
- }
481
- },
482
- {
483
- "sectionKey": "browsing_6332819818182682",
484
- "etype": "browsing",
485
- "eventCategoryId": 8,
486
- "insightPropertyId": 556300706,
487
- "timestamp": 1717655901000,
488
- "trackedDateTimeUTC": "2024-06-06 06:38:21",
489
- "lastTimestamp": 1717655901000,
490
- "lastTrackedDateTimeUTC": "2024-06-06 06:38:21",
491
- "data": {
492
- "sessionStartTimestamp": 1717655901000,
493
- "firstActivities": [
494
- {
495
- "pageType": "product_search",
496
- "insightPropertyId": 556300706,
497
- "eventCategoryId": 8,
498
- "eventActionId": 10,
499
- "timestamp": 1717655901000,
500
- "trackedDateTimeUTC": "2024-06-06 06:38:21",
501
- "value": 0,
502
- "url": "",
503
- "urlName": "",
504
- "userId": "4314438765926934483",
505
- "items": [
506
- {
507
- "item_type": "product",
508
- "name": "FUSION BACKPACK",
509
- "id": "6",
510
- "type": "product",
511
- "sale_price": 59,
512
- "item_quantity": 1,
513
- "quantity": 1,
514
- "page_url": "https://sandbox-magento.antsomi.com/gear/fusion-backpack.html",
515
- "last_updated": "2024-07-29 15:10:35",
516
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/b/mb02-gray-0.jpg",
517
- "date_created": "2023-03-06 17:29:11",
518
- "category_level_1": "",
519
- "category_level_2": "",
520
- "price": 59,
521
- "variant": "",
522
- "main_category": "Gear",
523
- "currency": "USD",
524
- "brand": "",
525
- "item_id": 1,
526
- "url": ""
527
- },
528
- {
529
- "item_type": "product",
530
- "name": "ADVANCED PILATES & YOGA (STRENGTH)",
531
- "id": "50",
532
- "type": "product",
533
- "sale_price": 18,
534
- "item_quantity": 1,
535
- "quantity": 1,
536
- "page_url": "https://sandbox-magento.antsomi.com/advanced-pilates-yoga-strength.html",
537
- "last_updated": "2024-07-29 15:07:51",
538
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/l/t/lt05.jpg",
539
- "date_created": "2023-03-06 17:29:11",
540
- "category_level_1": "",
541
- "category_level_2": "",
542
- "price": 18,
543
- "variant": "",
544
- "main_category": "Training",
545
- "currency": "USD",
546
- "brand": "",
547
- "item_id": 1,
548
- "url": ""
549
- },
550
- {
551
- "item_type": "product",
552
- "name": "SOLO POWER CIRCUIT",
553
- "id": "49",
554
- "type": "product",
555
- "sale_price": 14,
556
- "item_quantity": 1,
557
- "quantity": 1,
558
- "page_url": "https://sandbox-magento.antsomi.com/solo-power-circuit.html",
559
- "last_updated": "2024-07-29 15:07:51",
560
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/l/t/lt04.jpg",
561
- "date_created": "2023-03-06 17:29:11",
562
- "category_level_1": "",
563
- "category_level_2": "",
564
- "price": 14,
565
- "variant": "",
566
- "main_category": "Training",
567
- "currency": "USD",
568
- "brand": "",
569
- "item_id": 1,
570
- "url": ""
571
- }
572
- ],
573
- "extra": {
574
- "src_search_term": "Fusion",
575
- "page_type": "search",
576
- "prop_id": "556300706",
577
- "atm_type": "on_session",
578
- "ip_address": "14.161.37.191",
579
- "is_webview": false,
580
- "is_stream_evt": true,
581
- "is_batch_evt": false,
582
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Fusion",
583
- "device_brand": "Unknown",
584
- "ss_time": 14971,
585
- "is_rt_evt": false,
586
- "customer_id": "230",
587
- "referrer_url": "https://sandbox-magento.antsomi.com/",
588
- "identify_type": "exact",
589
- "visitor_type": "returning",
590
- "total_items_quantity": 3,
591
- "customers": {
592
- "customer_id": "230"
593
- },
594
- "title": ""
595
- },
596
- "context": {
597
- "country": "vn",
598
- "os": "Windows NT",
599
- "city": "Ho Chi Minh City",
600
- "ip": "14.161.37.191",
601
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
602
- "http_node": "101980198195",
603
- "sys_reqid": "038ce34c-9e24-4514-bd24-de65198576d6",
604
- "is_stream_evt": true,
605
- "is_batch_evt": false,
606
- "province_id": 29,
607
- "browser": "Chrome",
608
- "is_rt_evt": false,
609
- "kk_topic": "streaming-in",
610
- "dev_type": "Personal computer",
611
- "page": {
612
- "id": "98481573310254788",
613
- "title": "",
614
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Fusion"
615
- }
616
- }
617
- }
618
- ],
619
- "totalActivityCount": 1,
620
- "hasMoreActivities": false
621
- }
622
- },
623
- {
624
- "sectionKey": "browsing_8331668133559196",
625
- "etype": "browsing",
626
- "eventCategoryId": 8,
627
- "insightPropertyId": 556300706,
628
- "timestamp": 1717650652000,
629
- "trackedDateTimeUTC": "2024-06-06 05:10:52",
630
- "lastTimestamp": 1717650694000,
631
- "lastTrackedDateTimeUTC": "2024-06-06 05:11:34",
632
- "data": {
633
- "sessionStartTimestamp": 1717650652000,
634
- "firstActivities": [
635
- {
636
- "pageType": "product_search",
637
- "insightPropertyId": 556300706,
638
- "eventCategoryId": 8,
639
- "eventActionId": 10,
640
- "timestamp": 1717650694000,
641
- "trackedDateTimeUTC": "2024-06-06 05:11:34",
642
- "value": 0,
643
- "url": "",
644
- "urlName": "",
645
- "userId": "4314438765926934483",
646
- "items": [
647
- {
648
- "item_type": "product",
649
- "name": "ARGUS ALL-WEATHER TANK",
650
- "id": "695",
651
- "type": "product",
652
- "sale_price": 22,
653
- "item_quantity": 1,
654
- "quantity": 1,
655
- "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
656
- "last_updated": "2024-08-15 12:32:02",
657
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
658
- "date_created": "2023-03-06 17:29:11",
659
- "category_level_1": "Tops",
660
- "category_level_2": "Tanks",
661
- "price": 22,
662
- "variant": "",
663
- "main_category": "Men",
664
- "currency": "USD",
665
- "brand": "",
666
- "item_id": 1,
667
- "url": ""
668
- }
669
- ],
670
- "extra": {
671
- "src_search_term": "argus",
672
- "page_type": "search",
673
- "prop_id": "556300706",
674
- "atm_type": "on_session",
675
- "ip_address": "14.161.37.191",
676
- "is_webview": false,
677
- "is_stream_evt": true,
678
- "is_batch_evt": false,
679
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
680
- "device_brand": "Unknown",
681
- "ss_time": 41900,
682
- "is_rt_evt": false,
683
- "customer_id": "230",
684
- "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
685
- "identify_type": "exact",
686
- "visitor_type": "returning",
687
- "total_items_quantity": 1,
688
- "customers": {
689
- "customer_id": "230"
690
- },
691
- "title": ""
692
- },
693
- "context": {
694
- "country": "vn",
695
- "os": "Windows NT",
696
- "city": "Ho Chi Minh City",
697
- "ip": "14.161.37.191",
698
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
699
- "http_node": "101980198195",
700
- "sys_reqid": "df7109ea-df92-46d4-b2c5-11ed0c71dbc9",
701
- "is_stream_evt": true,
702
- "is_batch_evt": false,
703
- "province_id": 29,
704
- "browser": "Chrome",
705
- "is_rt_evt": false,
706
- "kk_topic": "streaming-in",
707
- "dev_type": "Personal computer",
708
- "page": {
709
- "id": "7843208653210498662",
710
- "title": "",
711
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus"
712
- }
713
- }
714
- },
715
- {
716
- "pageType": "product_search",
717
- "insightPropertyId": 556300706,
718
- "eventCategoryId": 8,
719
- "eventActionId": 10,
720
- "timestamp": 1717650652000,
721
- "trackedDateTimeUTC": "2024-06-06 05:10:52",
722
- "value": 0,
723
- "url": "",
724
- "urlName": "",
725
- "userId": "4314438765926934483",
726
- "items": [
727
- {
728
- "item_type": "product",
729
- "name": "ARGUS ALL-WEATHER TANK",
730
- "id": "695",
731
- "type": "product",
732
- "sale_price": 22,
733
- "item_quantity": 1,
734
- "quantity": 1,
735
- "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
736
- "last_updated": "2024-08-15 12:32:02",
737
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
738
- "date_created": "2023-03-06 17:29:11",
739
- "category_level_1": "Tops",
740
- "category_level_2": "Tanks",
741
- "price": 22,
742
- "variant": "",
743
- "main_category": "Men",
744
- "currency": "USD",
745
- "brand": "",
746
- "item_id": 1,
747
- "url": ""
748
- }
749
- ],
750
- "extra": {
751
- "src_search_term": "argu",
752
- "page_type": "search",
753
- "prop_id": "556300706",
754
- "atm_type": "on_session",
755
- "ip_address": "14.161.37.191",
756
- "is_webview": false,
757
- "is_stream_evt": true,
758
- "is_batch_evt": false,
759
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
760
- "device_brand": "Unknown",
761
- "ss_time": 0,
762
- "is_rt_evt": false,
763
- "customer_id": "230",
764
- "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
765
- "identify_type": "exact",
766
- "visitor_type": "returning",
767
- "total_items_quantity": 1,
768
- "customers": {
769
- "customer_id": "230"
770
- },
771
- "title": ""
772
- },
773
- "context": {
774
- "os": {
775
- "name": "Windows NT",
776
- "id": 39
777
- },
778
- "ip": "14.161.37.191",
779
- "dev_type": {
780
- "name": "Personal computer",
781
- "id": 1
782
- },
783
- "page": {
784
- "id": "4033728027556416644",
785
- "title": "",
786
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
787
- }
788
- }
789
- }
790
- ],
791
- "totalActivityCount": 2,
792
- "hasMoreActivities": false
793
- }
794
- },
795
- {
796
- "sectionKey": "browsing_8782642063776940",
797
- "etype": "browsing",
798
- "eventCategoryId": 8,
799
- "insightPropertyId": 556300706,
800
- "timestamp": 1717649996000,
801
- "trackedDateTimeUTC": "2024-06-06 04:59:56",
802
- "lastTimestamp": 1717649996000,
803
- "lastTrackedDateTimeUTC": "2024-06-06 04:59:56",
804
- "data": {
805
- "sessionStartTimestamp": 1717649996000,
806
- "firstActivities": [
807
- {
808
- "pageType": "product_search",
809
- "insightPropertyId": 556300706,
810
- "eventCategoryId": 8,
811
- "eventActionId": 10,
812
- "timestamp": 1717649996000,
813
- "trackedDateTimeUTC": "2024-06-06 04:59:56",
814
- "value": 0,
815
- "url": "",
816
- "urlName": "",
817
- "userId": "4314438765926934483",
818
- "items": [
819
- {
820
- "item_type": "product",
821
- "name": "ARGUS ALL-WEATHER TANK",
822
- "id": "695",
823
- "type": "product",
824
- "sale_price": 22,
825
- "item_quantity": 1,
826
- "quantity": 1,
827
- "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
828
- "last_updated": "2024-08-15 12:32:02",
829
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
830
- "date_created": "2023-03-06 17:29:11",
831
- "category_level_1": "Tops",
832
- "category_level_2": "Tanks",
833
- "price": 22,
834
- "variant": "",
835
- "main_category": "Men",
836
- "currency": "USD",
837
- "brand": "",
838
- "item_id": 1,
839
- "url": ""
840
- }
841
- ],
842
- "extra": {
843
- "src_search_term": "argu",
844
- "page_type": "search",
845
- "prop_id": "556300706",
846
- "atm_type": "on_session",
847
- "ip_address": "14.161.37.191",
848
- "is_webview": false,
849
- "is_stream_evt": true,
850
- "is_batch_evt": false,
851
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
852
- "device_brand": "Unknown",
853
- "ss_time": 0,
854
- "is_rt_evt": false,
855
- "customer_id": "230",
856
- "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
857
- "identify_type": "exact",
858
- "visitor_type": "returning",
859
- "total_items_quantity": 1,
860
- "customers": {
861
- "customer_id": "230"
862
- },
863
- "title": ""
864
- },
865
- "context": {
866
- "country": "vn",
867
- "os": "Windows NT",
868
- "city": "Ho Chi Minh City",
869
- "ip": "14.161.37.191",
870
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
871
- "http_node": "101980198195",
872
- "sys_reqid": "9eb7937f-955c-49ff-992c-9741fa117ff6",
873
- "is_stream_evt": true,
874
- "is_batch_evt": false,
875
- "province_id": 29,
876
- "browser": "Chrome",
877
- "is_rt_evt": false,
878
- "kk_topic": "streaming-in",
879
- "dev_type": "Personal computer",
880
- "page": {
881
- "id": "4033728027556416644",
882
- "title": "",
883
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
884
- }
885
- }
886
- }
887
- ],
888
- "totalActivityCount": 1,
889
- "hasMoreActivities": false
890
- }
891
- },
892
- {
893
- "sectionKey": "browsing_955765008660170",
894
- "etype": "browsing",
895
- "eventCategoryId": 8,
896
- "insightPropertyId": 556300706,
897
- "timestamp": 1717646936000,
898
- "trackedDateTimeUTC": "2024-06-06 04:08:56",
899
- "lastTimestamp": 1717646936000,
900
- "lastTrackedDateTimeUTC": "2024-06-06 04:08:56",
901
- "data": {
902
- "sessionStartTimestamp": 1717646936000,
903
- "firstActivities": [
904
- {
905
- "pageType": "product_search",
906
- "insightPropertyId": 556300706,
907
- "eventCategoryId": 8,
908
- "eventActionId": 10,
909
- "timestamp": 1717646936000,
910
- "trackedDateTimeUTC": "2024-06-06 04:08:56",
911
- "value": 0,
912
- "url": "",
913
- "urlName": "",
914
- "userId": "4314438765926934483",
915
- "items": [
916
- {
917
- "item_type": "product",
918
- "name": "ARGUS ALL-WEATHER TANK",
919
- "id": "695",
920
- "type": "product",
921
- "sale_price": 22,
922
- "item_quantity": 1,
923
- "quantity": 1,
924
- "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
925
- "last_updated": "2024-08-15 12:32:02",
926
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
927
- "date_created": "2023-03-06 17:29:11",
928
- "category_level_1": "Tops",
929
- "category_level_2": "Tanks",
930
- "price": 22,
931
- "variant": "",
932
- "main_category": "Men",
933
- "currency": "USD",
934
- "brand": "",
935
- "item_id": 1,
936
- "url": ""
937
- }
938
- ],
939
- "extra": {
940
- "src_search_term": "argu",
941
- "page_type": "search",
942
- "prop_id": "556300706",
943
- "atm_type": "on_session",
944
- "ip_address": "14.161.37.191",
945
- "is_webview": false,
946
- "is_stream_evt": true,
947
- "is_batch_evt": false,
948
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
949
- "device_brand": "Unknown",
950
- "ss_time": 0,
951
- "is_rt_evt": false,
952
- "customer_id": "230",
953
- "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
954
- "identify_type": "exact",
955
- "visitor_type": "returning",
956
- "total_items_quantity": 1,
957
- "customers": {
958
- "customer_id": "230"
959
- },
960
- "title": ""
961
- },
962
- "context": {
963
- "country": "vn",
964
- "os": "Windows NT",
965
- "city": "Ho Chi Minh City",
966
- "ip": "14.161.37.191",
967
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
968
- "http_node": "101980198195",
969
- "sys_reqid": "1f8da06c-d2d7-4a14-b382-1b31128092ce",
970
- "is_stream_evt": true,
971
- "is_batch_evt": false,
972
- "province_id": 29,
973
- "browser": "Chrome",
974
- "is_rt_evt": false,
975
- "kk_topic": "streaming-in",
976
- "dev_type": "Personal computer",
977
- "page": {
978
- "id": "4033728027556416644",
979
- "title": "",
980
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
981
- }
982
- }
983
- }
984
- ],
985
- "totalActivityCount": 1,
986
- "hasMoreActivities": false
987
- }
988
- },
989
- {
990
- "sectionKey": "browsing_5123727662177298",
991
- "etype": "browsing",
992
- "eventCategoryId": 8,
993
- "insightPropertyId": 556300706,
994
- "timestamp": 1717641493000,
995
- "trackedDateTimeUTC": "2024-06-06 02:38:13",
996
- "lastTimestamp": 1717642283000,
997
- "lastTrackedDateTimeUTC": "2024-06-06 02:51:23",
998
- "data": {
999
- "sessionStartTimestamp": 1717641493000,
1000
- "firstActivities": [
1001
- {
1002
- "pageType": "product_search",
1003
- "insightPropertyId": 556300706,
1004
- "eventCategoryId": 8,
1005
- "eventActionId": 10,
1006
- "timestamp": 1717642283000,
1007
- "trackedDateTimeUTC": "2024-06-06 02:51:23",
1008
- "value": 0,
1009
- "url": "",
1010
- "urlName": "",
1011
- "userId": "4314438765926934483",
1012
- "items": [
1013
- {
1014
- "item_type": "product",
1015
- "name": "ARGUS ALL-WEATHER TANK",
1016
- "id": "695",
1017
- "type": "product",
1018
- "sale_price": 22,
1019
- "item_quantity": 1,
1020
- "quantity": 1,
1021
- "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1022
- "last_updated": "2024-08-15 12:32:02",
1023
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1024
- "date_created": "2023-03-06 17:29:11",
1025
- "category_level_1": "Tops",
1026
- "category_level_2": "Tanks",
1027
- "price": 22,
1028
- "variant": "",
1029
- "main_category": "Men",
1030
- "currency": "USD",
1031
- "brand": "",
1032
- "item_id": 1,
1033
- "url": ""
1034
- }
1035
- ],
1036
- "extra": {
1037
- "src_search_term": "argus",
1038
- "page_type": "search",
1039
- "prop_id": "556300706",
1040
- "atm_type": "on_session",
1041
- "ip_address": "14.161.37.191",
1042
- "is_webview": false,
1043
- "is_stream_evt": true,
1044
- "is_batch_evt": false,
1045
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
1046
- "device_brand": "Unknown",
1047
- "ss_time": 790293,
1048
- "is_rt_evt": false,
1049
- "customer_id": "230",
1050
- "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus",
1051
- "identify_type": "exact",
1052
- "visitor_type": "returning",
1053
- "total_items_quantity": 1,
1054
- "customers": {
1055
- "customer_id": "230"
1056
- },
1057
- "title": ""
1058
- },
1059
- "context": {
1060
- "country": "vn",
1061
- "os": "Windows NT",
1062
- "city": "Ho Chi Minh City",
1063
- "ip": "14.161.37.191",
1064
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1065
- "http_node": "101980198195",
1066
- "sys_reqid": "9b9f6ff9-9b1c-47c3-84ac-6a4c092c187e",
1067
- "is_stream_evt": true,
1068
- "is_batch_evt": false,
1069
- "province_id": 29,
1070
- "browser": "Chrome",
1071
- "is_rt_evt": false,
1072
- "kk_topic": "streaming-in",
1073
- "dev_type": "Personal computer",
1074
- "page": {
1075
- "id": "7843208653210498662",
1076
- "title": "",
1077
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus"
1078
- }
1079
- }
1080
- },
1081
- {
1082
- "pageType": "product_search",
1083
- "insightPropertyId": 556300706,
1084
- "eventCategoryId": 8,
1085
- "eventActionId": 10,
1086
- "timestamp": 1717641493000,
1087
- "trackedDateTimeUTC": "2024-06-06 02:38:13",
1088
- "value": 0,
1089
- "url": "",
1090
- "urlName": "",
1091
- "userId": "4314438765926934483",
1092
- "items": [
1093
- {
1094
- "item_type": "product",
1095
- "name": "ARGUS ALL-WEATHER TANK",
1096
- "id": "695",
1097
- "type": "product",
1098
- "sale_price": 22,
1099
- "item_quantity": 1,
1100
- "quantity": 1,
1101
- "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1102
- "last_updated": "2024-08-15 12:32:02",
1103
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1104
- "date_created": "2023-03-06 17:29:11",
1105
- "category_level_1": "Tops",
1106
- "category_level_2": "Tanks",
1107
- "price": 22,
1108
- "variant": "",
1109
- "main_category": "Men",
1110
- "currency": "USD",
1111
- "brand": "",
1112
- "item_id": 1,
1113
- "url": ""
1114
- }
1115
- ],
1116
- "extra": {
1117
- "src_search_term": "Argus",
1118
- "page_type": "search",
1119
- "prop_id": "556300706",
1120
- "atm_type": "on_session",
1121
- "ip_address": "14.161.37.191",
1122
- "is_webview": false,
1123
- "is_stream_evt": true,
1124
- "is_batch_evt": false,
1125
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus",
1126
- "device_brand": "Unknown",
1127
- "ss_time": 0,
1128
- "is_rt_evt": false,
1129
- "customer_id": "230",
1130
- "referrer_url": "https://sandbox-magento.antsomi.com/",
1131
- "identify_type": "exact",
1132
- "visitor_type": "returning",
1133
- "total_items_quantity": 1,
1134
- "customers": {
1135
- "customer_id": "230"
1136
- },
1137
- "title": ""
1138
- },
1139
- "context": {
1140
- "country": "vn",
1141
- "os": "Windows NT",
1142
- "city": "Ho Chi Minh City",
1143
- "ip": "14.161.37.191",
1144
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1145
- "http_node": "101980198195",
1146
- "sys_reqid": "ef30a014-a59a-495d-865d-6c168a6b239c",
1147
- "is_stream_evt": true,
1148
- "is_batch_evt": false,
1149
- "province_id": 29,
1150
- "browser": "Chrome",
1151
- "is_rt_evt": false,
1152
- "kk_topic": "streaming-in",
1153
- "dev_type": "Personal computer",
1154
- "page": {
1155
- "id": "6061673146755269607",
1156
- "title": "",
1157
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus"
1158
- }
1159
- }
1160
- }
1161
- ],
1162
- "totalActivityCount": 2,
1163
- "hasMoreActivities": false
1164
- }
1165
- },
1166
- {
1167
- "sectionKey": "browsing_4764212617018634",
1168
- "etype": "browsing",
1169
- "eventCategoryId": 8,
1170
- "insightPropertyId": 556300706,
1171
- "timestamp": 1717471037000,
1172
- "trackedDateTimeUTC": "2024-06-04 03:17:17",
1173
- "lastTimestamp": 1717471037000,
1174
- "lastTrackedDateTimeUTC": "2024-06-04 03:17:17",
1175
- "data": {
1176
- "sessionStartTimestamp": 1717471037000,
1177
- "firstActivities": [
1178
- {
1179
- "pageType": "product_search",
1180
- "insightPropertyId": 556300706,
1181
- "eventCategoryId": 8,
1182
- "eventActionId": 10,
1183
- "timestamp": 1717471037000,
1184
- "trackedDateTimeUTC": "2024-06-04 03:17:17",
1185
- "value": 0,
1186
- "url": "",
1187
- "urlName": "",
1188
- "userId": "4314438765926934483",
1189
- "items": [
1190
- {
1191
- "item_type": "product",
1192
- "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1193
- "id": "469",
1194
- "type": "product",
1195
- "sale_price": 32,
1196
- "item_quantity": 1,
1197
- "quantity": 1,
1198
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1199
- "last_updated": "2024-08-01 17:08:02",
1200
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
1201
- "date_created": "2023-03-06 17:29:11",
1202
- "category_level_1": "Tops",
1203
- "category_level_2": "Tees",
1204
- "price": 32,
1205
- "variant": "",
1206
- "main_category": "Men",
1207
- "currency": "USD",
1208
- "brand": "",
1209
- "item_id": 1,
1210
- "url": ""
1211
- },
1212
- {
1213
- "item_type": "product",
1214
- "name": "RYKER LUMATECH™ TEE (V-NECK)",
1215
- "id": "565",
1216
- "type": "product",
1217
- "sale_price": 28,
1218
- "item_quantity": 1,
1219
- "quantity": 1,
1220
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1221
- "last_updated": "2024-07-31 19:47:26",
1222
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1223
- "date_created": "2023-03-06 17:29:11",
1224
- "category_level_1": "Tops",
1225
- "category_level_2": "Tees",
1226
- "price": 28,
1227
- "variant": "",
1228
- "main_category": "Men",
1229
- "currency": "USD",
1230
- "brand": "",
1231
- "item_id": 1,
1232
- "url": ""
1233
- },
1234
- {
1235
- "item_type": "product",
1236
- "name": "MINERVA LUMATECH™ V-TEE",
1237
- "id": "1483",
1238
- "type": "product",
1239
- "sale_price": 32,
1240
- "item_quantity": 1,
1241
- "quantity": 1,
1242
- "page_url": "https://sandbox-magento.antsomi.com/minerva-lumatech-trade-v-tee.html",
1243
- "last_updated": "2024-06-13 13:41:37",
1244
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws08-blue_main_1.jpg",
1245
- "date_created": "2023-03-06 17:29:11",
1246
- "category_level_1": "Tops",
1247
- "category_level_2": "Tees",
1248
- "price": 32,
1249
- "variant": "",
1250
- "main_category": "Women",
1251
- "currency": "USD",
1252
- "brand": "",
1253
- "item_id": 1,
1254
- "url": ""
1255
- },
1256
- {
1257
- "item_type": "product",
1258
- "name": "VIKTOR LUMATECH™ PANT",
1259
- "id": "744",
1260
- "type": "product",
1261
- "sale_price": 46,
1262
- "item_quantity": 1,
1263
- "quantity": 1,
1264
- "page_url": "https://sandbox-magento.antsomi.com/viktor-lumatech-trade-pant.html",
1265
- "last_updated": "2024-07-29 15:07:51",
1266
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/p/mp02-gray_main_2.jpg",
1267
- "date_created": "2023-03-06 17:29:11",
1268
- "category_level_1": "Bottoms",
1269
- "category_level_2": "Pants",
1270
- "price": 46,
1271
- "variant": "",
1272
- "main_category": "Men",
1273
- "currency": "USD",
1274
- "brand": "",
1275
- "item_id": 1,
1276
- "url": ""
1277
- },
1278
- {
1279
- "item_type": "product",
1280
- "name": "KARISSA V-NECK TEE",
1281
- "id": "1515",
1282
- "type": "product",
1283
- "sale_price": 32,
1284
- "item_quantity": 1,
1285
- "quantity": 1,
1286
- "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
1287
- "last_updated": "2024-07-29 15:35:55",
1288
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
1289
- "date_created": "2023-03-06 17:29:11",
1290
- "category_level_1": "Tops",
1291
- "category_level_2": "Tees",
1292
- "price": 32,
1293
- "variant": "",
1294
- "main_category": "Women",
1295
- "currency": "USD",
1296
- "brand": "",
1297
- "item_id": 1,
1298
- "url": ""
1299
- }
1300
- ],
1301
- "extra": {
1302
- "src_search_term": "RYKER LUMATECH™ TEE (V-NECK)",
1303
- "page_type": "search",
1304
- "prop_id": "556300706",
1305
- "atm_type": "on_session",
1306
- "ip_address": "14.161.37.191",
1307
- "is_webview": false,
1308
- "is_stream_evt": true,
1309
- "is_batch_evt": false,
1310
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+RYKER+LUMATECH™+TEE+(V-NECK)",
1311
- "device_brand": "Unknown",
1312
- "ss_time": 1001537,
1313
- "is_rt_evt": false,
1314
- "customer_id": "230",
1315
- "referrer_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1316
- "identify_type": "exact",
1317
- "visitor_type": "returning",
1318
- "total_items_quantity": 5,
1319
- "customers": {
1320
- "customer_id": "230"
1321
- },
1322
- "title": ""
1323
- },
1324
- "context": {
1325
- "country": "vn",
1326
- "os": "Windows NT",
1327
- "city": "Ho Chi Minh City",
1328
- "ip": "14.161.37.191",
1329
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1330
- "http_node": "101980198195",
1331
- "sys_reqid": "500301f7-6e29-41f3-b05e-c8c9fa2bc870",
1332
- "is_stream_evt": true,
1333
- "is_batch_evt": false,
1334
- "province_id": 29,
1335
- "browser": "Chrome",
1336
- "is_rt_evt": false,
1337
- "kk_topic": "streaming-in",
1338
- "dev_type": "Personal computer",
1339
- "page": {
1340
- "id": "7282744711663876142",
1341
- "title": "",
1342
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+RYKER+LUMATECH™+TEE+(V-NECK)"
1343
- }
1344
- }
1345
- }
1346
- ],
1347
- "totalActivityCount": 1,
1348
- "hasMoreActivities": false
1349
- }
1350
- },
1351
- {
1352
- "sectionKey": "browsing_5215129097733974",
1353
- "etype": "browsing",
1354
- "eventCategoryId": 8,
1355
- "insightPropertyId": 556300706,
1356
- "timestamp": 1717468336000,
1357
- "trackedDateTimeUTC": "2024-06-04 02:32:16",
1358
- "lastTimestamp": 1717468336000,
1359
- "lastTrackedDateTimeUTC": "2024-06-04 02:32:16",
1360
- "data": {
1361
- "sessionStartTimestamp": 1717468336000,
1362
- "firstActivities": [
1363
- {
1364
- "pageType": "product_search",
1365
- "insightPropertyId": 556300706,
1366
- "eventCategoryId": 8,
1367
- "eventActionId": 10,
1368
- "timestamp": 1717468336000,
1369
- "trackedDateTimeUTC": "2024-06-04 02:32:16",
1370
- "value": 0,
1371
- "url": "",
1372
- "urlName": "",
1373
- "userId": "4314438765926934483",
1374
- "items": [
1375
- {
1376
- "item_type": "product",
1377
- "name": "KARISSA V-NECK TEE",
1378
- "id": "1515",
1379
- "type": "product",
1380
- "sale_price": 32,
1381
- "item_quantity": 1,
1382
- "quantity": 1,
1383
- "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
1384
- "last_updated": "2024-07-29 15:35:55",
1385
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
1386
- "date_created": "2023-03-06 17:29:11",
1387
- "category_level_1": "Tops",
1388
- "category_level_2": "Tees",
1389
- "price": 32,
1390
- "variant": "",
1391
- "main_category": "Women",
1392
- "currency": "USD",
1393
- "brand": "",
1394
- "item_id": 1,
1395
- "url": ""
1396
- },
1397
- {
1398
- "item_type": "product",
1399
- "name": "ATOMIC ENDURANCE RUNNING TEE (CREW-NECK)",
1400
- "id": "501",
1401
- "type": "product",
1402
- "sale_price": 29,
1403
- "item_quantity": 1,
1404
- "quantity": 1,
1405
- "page_url": "https://sandbox-magento.antsomi.com/atomic-endurance-running-tee-crew-neck.html",
1406
- "last_updated": "2024-08-14 14:12:31",
1407
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms12-red_main_1.jpg",
1408
- "date_created": "2023-03-06 17:29:11",
1409
- "category_level_1": "Tops",
1410
- "category_level_2": "Tees",
1411
- "price": 29,
1412
- "variant": "",
1413
- "main_category": "Men",
1414
- "currency": "USD",
1415
- "brand": "",
1416
- "item_id": 1,
1417
- "url": ""
1418
- },
1419
- {
1420
- "item_type": "product",
1421
- "name": "ATOMIC ENDURANCE RUNNING TEE (V-NECK)",
1422
- "id": "485",
1423
- "type": "product",
1424
- "sale_price": 28,
1425
- "item_quantity": 1,
1426
- "quantity": 1,
1427
- "page_url": "",
1428
- "last_updated": "2024-08-01 17:08:02",
1429
- "image_url": "",
1430
- "date_created": "2023-03-06 17:29:11",
1431
- "category_level_1": "Tops",
1432
- "category_level_2": "Tees",
1433
- "price": 28,
1434
- "variant": "",
1435
- "main_category": "Men",
1436
- "currency": "USD",
1437
- "brand": "",
1438
- "item_id": 1,
1439
- "url": ""
1440
- },
1441
- {
1442
- "item_type": "product",
1443
- "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1444
- "id": "469",
1445
- "type": "product",
1446
- "sale_price": 32,
1447
- "item_quantity": 1,
1448
- "quantity": 1,
1449
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1450
- "last_updated": "2024-08-01 17:08:02",
1451
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
1452
- "date_created": "2023-03-06 17:29:11",
1453
- "category_level_1": "Tops",
1454
- "category_level_2": "Tees",
1455
- "price": 32,
1456
- "variant": "",
1457
- "main_category": "Men",
1458
- "currency": "USD",
1459
- "brand": "",
1460
- "item_id": 1,
1461
- "url": ""
1462
- },
1463
- {
1464
- "item_type": "product",
1465
- "name": "RYKER LUMATECH™ TEE (V-NECK)",
1466
- "id": "565",
1467
- "type": "product",
1468
- "sale_price": 28,
1469
- "item_quantity": 1,
1470
- "quantity": 1,
1471
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1472
- "last_updated": "2024-07-31 19:47:26",
1473
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1474
- "date_created": "2023-03-06 17:29:11",
1475
- "category_level_1": "Tops",
1476
- "category_level_2": "Tees",
1477
- "price": 28,
1478
- "variant": "",
1479
- "main_category": "Men",
1480
- "currency": "USD",
1481
- "brand": "",
1482
- "item_id": 1,
1483
- "url": ""
1484
- }
1485
- ],
1486
- "extra": {
1487
- "src_search_term": "ARISSA V-NECK TEE",
1488
- "page_type": "search",
1489
- "prop_id": "556300706",
1490
- "atm_type": "on_session",
1491
- "ip_address": "14.161.37.191",
1492
- "is_webview": false,
1493
- "is_stream_evt": true,
1494
- "is_batch_evt": false,
1495
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE",
1496
- "device_brand": "Unknown",
1497
- "ss_time": 0,
1498
- "is_rt_evt": false,
1499
- "customer_id": "230",
1500
- "referrer_url": "https://sandbox-magento.antsomi.com/hero-hoodie.html",
1501
- "identify_type": "exact",
1502
- "visitor_type": "returning",
1503
- "total_items_quantity": 5,
1504
- "customers": {
1505
- "customer_id": "230"
1506
- },
1507
- "title": ""
1508
- },
1509
- "context": {
1510
- "country": "vn",
1511
- "os": "Windows NT",
1512
- "city": "Ho Chi Minh City",
1513
- "ip": "14.161.37.191",
1514
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1515
- "http_node": "101980198195",
1516
- "sys_reqid": "019780fd-8ad8-4c0d-a31f-a9c648b4aa14",
1517
- "is_stream_evt": true,
1518
- "is_batch_evt": false,
1519
- "province_id": 29,
1520
- "browser": "Chrome",
1521
- "is_rt_evt": false,
1522
- "kk_topic": "streaming-in",
1523
- "dev_type": "Personal computer",
1524
- "page": {
1525
- "id": "632362928562282508",
1526
- "title": "",
1527
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE"
1528
- }
1529
- }
1530
- }
1531
- ],
1532
- "totalActivityCount": 1,
1533
- "hasMoreActivities": false
1534
- }
1535
- },
1536
- {
1537
- "sectionKey": "browsing_6525168000375612",
1538
- "etype": "browsing",
1539
- "eventCategoryId": 8,
1540
- "insightPropertyId": 556300706,
1541
- "timestamp": 1717467750000,
1542
- "trackedDateTimeUTC": "2024-06-04 02:22:30",
1543
- "lastTimestamp": 1717467750000,
1544
- "lastTrackedDateTimeUTC": "2024-06-04 02:22:30",
1545
- "data": {
1546
- "sessionStartTimestamp": 1717467750000,
1547
- "firstActivities": [
1548
- {
1549
- "pageType": "product_search",
1550
- "insightPropertyId": 556300706,
1551
- "eventCategoryId": 8,
1552
- "eventActionId": 10,
1553
- "timestamp": 1717467750000,
1554
- "trackedDateTimeUTC": "2024-06-04 02:22:30",
1555
- "value": 0,
1556
- "url": "",
1557
- "urlName": "",
1558
- "userId": "4314438765926934483",
1559
- "items": [
1560
- {
1561
- "item_type": "product",
1562
- "name": "KARISSA V-NECK TEE",
1563
- "id": "1515",
1564
- "type": "product",
1565
- "sale_price": 32,
1566
- "item_quantity": 1,
1567
- "quantity": 1,
1568
- "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
1569
- "last_updated": "2024-07-29 15:35:55",
1570
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
1571
- "date_created": "2023-03-06 17:29:11",
1572
- "category_level_1": "Tops",
1573
- "category_level_2": "Tees",
1574
- "price": 32,
1575
- "variant": "",
1576
- "main_category": "Women",
1577
- "currency": "USD",
1578
- "brand": "",
1579
- "item_id": 1,
1580
- "url": ""
1581
- },
1582
- {
1583
- "item_type": "product",
1584
- "name": "ATOMIC ENDURANCE RUNNING TEE (CREW-NECK)",
1585
- "id": "501",
1586
- "type": "product",
1587
- "sale_price": 29,
1588
- "item_quantity": 1,
1589
- "quantity": 1,
1590
- "page_url": "https://sandbox-magento.antsomi.com/atomic-endurance-running-tee-crew-neck.html",
1591
- "last_updated": "2024-08-14 14:12:31",
1592
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms12-red_main_1.jpg",
1593
- "date_created": "2023-03-06 17:29:11",
1594
- "category_level_1": "Tops",
1595
- "category_level_2": "Tees",
1596
- "price": 29,
1597
- "variant": "",
1598
- "main_category": "Men",
1599
- "currency": "USD",
1600
- "brand": "",
1601
- "item_id": 1,
1602
- "url": ""
1603
- },
1604
- {
1605
- "item_type": "product",
1606
- "name": "ATOMIC ENDURANCE RUNNING TEE (V-NECK)",
1607
- "id": "485",
1608
- "type": "product",
1609
- "sale_price": 28,
1610
- "item_quantity": 1,
1611
- "quantity": 1,
1612
- "page_url": "",
1613
- "last_updated": "2024-08-01 17:08:02",
1614
- "image_url": "",
1615
- "date_created": "2023-03-06 17:29:11",
1616
- "category_level_1": "Tops",
1617
- "category_level_2": "Tees",
1618
- "price": 28,
1619
- "variant": "",
1620
- "main_category": "Men",
1621
- "currency": "USD",
1622
- "brand": "",
1623
- "item_id": 1,
1624
- "url": ""
1625
- },
1626
- {
1627
- "item_type": "product",
1628
- "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1629
- "id": "469",
1630
- "type": "product",
1631
- "sale_price": 32,
1632
- "item_quantity": 1,
1633
- "quantity": 1,
1634
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1635
- "last_updated": "2024-08-01 17:08:02",
1636
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
1637
- "date_created": "2023-03-06 17:29:11",
1638
- "category_level_1": "Tops",
1639
- "category_level_2": "Tees",
1640
- "price": 32,
1641
- "variant": "",
1642
- "main_category": "Men",
1643
- "currency": "USD",
1644
- "brand": "",
1645
- "item_id": 1,
1646
- "url": ""
1647
- },
1648
- {
1649
- "item_type": "product",
1650
- "name": "RYKER LUMATECH™ TEE (V-NECK)",
1651
- "id": "565",
1652
- "type": "product",
1653
- "sale_price": 28,
1654
- "item_quantity": 1,
1655
- "quantity": 1,
1656
- "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1657
- "last_updated": "2024-07-31 19:47:26",
1658
- "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1659
- "date_created": "2023-03-06 17:29:11",
1660
- "category_level_1": "Tops",
1661
- "category_level_2": "Tees",
1662
- "price": 28,
1663
- "variant": "",
1664
- "main_category": "Men",
1665
- "currency": "USD",
1666
- "brand": "",
1667
- "item_id": 1,
1668
- "url": ""
1669
- }
1670
- ],
1671
- "extra": {
1672
- "src_search_term": "ARISSA V-NECK TEE",
1673
- "page_type": "search",
1674
- "prop_id": "556300706",
1675
- "atm_type": "on_session",
1676
- "ip_address": "14.161.37.191",
1677
- "is_webview": false,
1678
- "is_stream_evt": true,
1679
- "is_batch_evt": false,
1680
- "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE",
1681
- "device_brand": "Unknown",
1682
- "ss_time": 1164155,
1683
- "is_rt_evt": false,
1684
- "customer_id": "230",
1685
- "referrer_url": "https://sandbox-magento.antsomi.com/hero-hoodie.html",
1686
- "identify_type": "exact",
1687
- "visitor_type": "returning",
1688
- "total_items_quantity": 5,
1689
- "customers": {
1690
- "customer_id": "230"
1691
- },
1692
- "title": ""
1693
- },
1694
- "context": {
1695
- "country": "vn",
1696
- "os": "Windows NT",
1697
- "city": "Ho Chi Minh City",
1698
- "ip": "14.161.37.191",
1699
- "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1700
- "http_node": "101980198195",
1701
- "sys_reqid": "7c14c660-6458-4c01-ac63-75cc1f9f8f92",
1702
- "is_stream_evt": true,
1703
- "is_batch_evt": false,
1704
- "province_id": 29,
1705
- "browser": "Chrome",
1706
- "is_rt_evt": false,
1707
- "kk_topic": "streaming-in",
1708
- "dev_type": "Personal computer",
1709
- "page": {
1710
- "id": "632362928562282508",
1711
- "title": "",
1712
- "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE"
1713
- }
1714
- }
1715
- }
1716
- ],
1717
- "totalActivityCount": 1,
1718
- "hasMoreActivities": false
1719
- }
1720
- }
1721
- ],
1722
- "whatsapp_promotion_code_send": [
1723
- {
1724
- "sectionKey": "promotion_code_3785779825907206",
1725
- "etype": "promotion_code",
1726
- "eventCategoryId": 5405,
1727
- "insightPropertyId": 564993252,
1728
- "timestamp": 1747667502000,
1729
- "trackedDateTimeUTC": "2025-05-19 15:11:42",
1730
- "lastTimestamp": 1747667502000,
1731
- "lastTrackedDateTimeUTC": "2025-05-19 15:11:42",
1732
- "data": {
1733
- "sessionStartTimestamp": 1747667502000,
1734
- "firstActivities": [
1735
- {
1736
- "pageType": "sent",
1737
- "insightPropertyId": 564993252,
1738
- "eventCategoryId": 5405,
1739
- "eventActionId": 44,
1740
- "timestamp": 1747667502000,
1741
- "trackedDateTimeUTC": "2025-05-19 15:11:42",
1742
- "value": 0,
1743
- "url": "",
1744
- "urlName": "",
1745
- "userId": "84389014572",
1746
- "items": [
1747
- {
1748
- "item_type": "promotion_code",
1749
- "name": "CDP_RZIKDS",
1750
- "id": "CDP_RZIKDS",
1751
- "type": "promotion_code",
1752
- "item_quantity": 1,
1753
- "item_id": -100,
1754
- "url": ""
1755
- }
1756
- ],
1757
- "extra": {
1758
- "delivery_address": "",
1759
- "device_brand": "Apple",
1760
- "delivery_channel": "whatsapp",
1761
- "is_rt_evt": false,
1762
- "ip_address": "13.251.4.242",
1763
- "customer_id": "84389014572",
1764
- "is_webview": false,
1765
- "request_id": "647b62f7-6ef1-4673-903b-a99057bfecd1",
1766
- "is_stream_evt": false,
1767
- "is_batch_evt": false,
1768
- "total_items_quantity": 1,
1769
- "title": "",
1770
- "story": {
1771
- "id": "37749511",
1772
- "storyName": "Send Antsomi Whatsapp Message",
1773
- "channelId": 13
1774
- },
1775
- "campaign": {
1776
- "id": "37750647"
1777
- },
1778
- "variant": {
1779
- "id": "37750648"
1780
- },
1781
- "destination": {
1782
- "id": "37302177"
1783
- },
1784
- "promotion_pool": {
1785
- "id": "7573480"
1786
- },
1787
- "channel": {
1788
- "id": 13,
1789
- "channelName": "WhatsApp"
1790
- }
1791
- },
1792
- "context": {
1793
- "os": {
1794
- "name": "Mac OS",
1795
- "id": 23
1796
- },
1797
- "ip": "13.251.4.242",
1798
- "dev_type": {
1799
- "name": "Personal computer",
1800
- "id": 1
1801
- }
1802
- }
1803
- }
1804
- ],
1805
- "totalActivityCount": 1,
1806
- "hasMoreActivities": false
1807
- }
1808
- },
1809
- {
1810
- "sectionKey": "promotion_code_5860317053489504",
1811
- "etype": "promotion_code",
1812
- "eventCategoryId": 5405,
1813
- "insightPropertyId": 564993252,
1814
- "timestamp": 1747665780000,
1815
- "trackedDateTimeUTC": "2025-05-19 14:43:00",
1816
- "lastTimestamp": 1747665780000,
1817
- "lastTrackedDateTimeUTC": "2025-05-19 14:43:00",
1818
- "data": {
1819
- "sessionStartTimestamp": 1747665780000,
1820
- "firstActivities": [
1821
- {
1822
- "pageType": "sent",
1823
- "insightPropertyId": 564993252,
1824
- "eventCategoryId": 5405,
1825
- "eventActionId": 44,
1826
- "timestamp": 1747665780000,
1827
- "trackedDateTimeUTC": "2025-05-19 14:43:00",
1828
- "value": 0,
1829
- "url": "",
1830
- "urlName": "",
1831
- "userId": "84389014572",
1832
- "items": [
1833
- {
1834
- "item_type": "promotion_code",
1835
- "name": "CDP_RZIKDS",
1836
- "id": "CDP_RZIKDS",
1837
- "type": "promotion_code",
1838
- "item_quantity": 1,
1839
- "item_id": -100,
1840
- "url": ""
1841
- }
1842
- ],
1843
- "extra": {
1844
- "delivery_address": "",
1845
- "device_brand": "Apple",
1846
- "delivery_channel": "whatsapp",
1847
- "is_rt_evt": false,
1848
- "ip_address": "13.251.4.242",
1849
- "customer_id": "84389014572",
1850
- "is_webview": false,
1851
- "request_id": "3f38c63a-52a6-4a61-be1c-c6759a7292a9",
1852
- "is_stream_evt": false,
1853
- "is_batch_evt": false,
1854
- "total_items_quantity": 1,
1855
- "title": "",
1856
- "story": {
1857
- "id": "37749511",
1858
- "storyName": "Send Antsomi Whatsapp Message",
1859
- "channelId": 13
1860
- },
1861
- "campaign": {
1862
- "id": "37750647"
1863
- },
1864
- "variant": {
1865
- "id": "37750648"
1866
- },
1867
- "destination": {
1868
- "id": "37302177"
1869
- },
1870
- "promotion_pool": {
1871
- "id": "7573480"
1872
- },
1873
- "channel": {
1874
- "id": 13,
1875
- "channelName": "WhatsApp"
1876
- }
1877
- },
1878
- "context": {
1879
- "os": {
1880
- "name": "Mac OS",
1881
- "id": 23
1882
- },
1883
- "ip": "13.251.4.242",
1884
- "dev_type": {
1885
- "name": "Personal computer",
1886
- "id": 1
1887
- }
1888
- }
1889
- }
1890
- ],
1891
- "totalActivityCount": 1,
1892
- "hasMoreActivities": false
1893
- }
1894
- }
1895
- ]
1896
- }
1
+ {
2
+ "default": [
3
+ {
4
+ "sectionKey": "pageview_7198448542431608",
5
+ "etype": "pageview",
6
+ "eventCategoryId": -20,
7
+ "insightPropertyId": 556300706,
8
+ "timestamp": 1759721884000,
9
+ "trackedDateTimeUTC": "2025-10-06 03:38:04",
10
+ "lastTimestamp": 1759722315000,
11
+ "lastTrackedDateTimeUTC": "2025-10-06 03:45:15",
12
+ "data": {
13
+ "sessionStartTimestamp": 1759721884000,
14
+ "firstActivities": [
15
+ {
16
+ "pageType": "view",
17
+ "insightPropertyId": 556300706,
18
+ "insightPropertyName": "Website",
19
+ "eventCategoryId": -20,
20
+ "eventActionId": -102,
21
+ "timestamp": 1759722315000,
22
+ "trackedDateTimeUTC": "2025-10-06 03:45:15",
23
+ "value": 0,
24
+ "url": "",
25
+ "urlName": "",
26
+ "userId": "649768253871692231",
27
+ "items": [
28
+ {
29
+ "name": "",
30
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
31
+ }
32
+ ],
33
+ "extra": {
34
+ "prop_id": "556300706",
35
+ "page_title": "Home Page",
36
+ "atm_type": "on_session",
37
+ "ip_address": "14.161.37.191",
38
+ "is_webview": false,
39
+ "page_view_order": 5,
40
+ "is_stream_evt": false,
41
+ "is_batch_evt": false,
42
+ "location_url": "",
43
+ "device_brand": "Unknown",
44
+ "ss_time": 48516,
45
+ "page_path": "/",
46
+ "is_rt_evt": false,
47
+ "visitor_type": "returning",
48
+ "title": "",
49
+ "users": {
50
+ "fb_uid": "fb.1.1758764676034.803239755259413250"
51
+ }
52
+ },
53
+ "context": {
54
+ "os": {
55
+ "name": "Windows NT",
56
+ "id": 39
57
+ },
58
+ "ip": "14.161.37.191",
59
+ "dev_type": {
60
+ "name": "Personal computer",
61
+ "id": 1
62
+ },
63
+ "page": {
64
+ "id": "7550674394250490733",
65
+ "title": "",
66
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
67
+ }
68
+ }
69
+ },
70
+ {
71
+ "pageType": "view",
72
+ "insightPropertyId": 556300706,
73
+ "insightPropertyName": "Website",
74
+ "eventCategoryId": -20,
75
+ "eventActionId": -102,
76
+ "timestamp": 1759721933000,
77
+ "trackedDateTimeUTC": "2025-10-06 03:38:53",
78
+ "value": 0,
79
+ "url": "",
80
+ "urlName": "",
81
+ "userId": "649768253871692231",
82
+ "items": [
83
+ {
84
+ "name": "",
85
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
86
+ }
87
+ ],
88
+ "extra": {
89
+ "prop_id": "556300706",
90
+ "page_title": "Home Page",
91
+ "atm_type": "on_session",
92
+ "ip_address": "14.161.37.191",
93
+ "is_webview": false,
94
+ "page_view_order": 4,
95
+ "is_stream_evt": false,
96
+ "is_batch_evt": false,
97
+ "location_url": "https://sandbox-magento.antsomi.com/?demo-signature",
98
+ "device_brand": "Unknown",
99
+ "ss_time": 18611,
100
+ "page_path": "/",
101
+ "is_rt_evt": false,
102
+ "visitor_type": "returning",
103
+ "title": "",
104
+ "users": {
105
+ "fb_uid": "fb.1.1758764676034.803239755259413250"
106
+ }
107
+ },
108
+ "context": {
109
+ "os": {
110
+ "name": "Windows NT",
111
+ "id": 39
112
+ },
113
+ "ip": "14.161.37.191",
114
+ "dev_type": {
115
+ "name": "Personal computer",
116
+ "id": 1
117
+ },
118
+ "page": {
119
+ "id": "7550674394250490733",
120
+ "title": "",
121
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
122
+ }
123
+ }
124
+ },
125
+ {
126
+ "pageType": "view",
127
+ "insightPropertyId": 556300706,
128
+ "insightPropertyName": "Website",
129
+ "eventCategoryId": -20,
130
+ "eventActionId": -102,
131
+ "timestamp": 1759721903000,
132
+ "trackedDateTimeUTC": "2025-10-06 03:38:23",
133
+ "value": 0,
134
+ "url": "",
135
+ "urlName": "",
136
+ "userId": "649768253871692231",
137
+ "items": [
138
+ {
139
+ "name": "",
140
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
141
+ }
142
+ ],
143
+ "extra": {
144
+ "prop_id": "556300706",
145
+ "page_title": "Home Page",
146
+ "atm_type": "on_session",
147
+ "ip_address": "14.161.37.191",
148
+ "is_webview": false,
149
+ "page_view_order": 3,
150
+ "is_stream_evt": false,
151
+ "is_batch_evt": false,
152
+ "location_url": "https://sandbox-magento.antsomi.com/?demo-signature",
153
+ "device_brand": "Unknown",
154
+ "ss_time": 13660,
155
+ "page_path": "/",
156
+ "is_rt_evt": false,
157
+ "visitor_type": "returning",
158
+ "title": "",
159
+ "users": {
160
+ "fb_uid": "fb.1.1758764676034.803239755259413250"
161
+ }
162
+ },
163
+ "context": {
164
+ "os": {
165
+ "name": "Windows NT",
166
+ "id": 39
167
+ },
168
+ "ip": "14.161.37.191",
169
+ "dev_type": {
170
+ "name": "Personal computer",
171
+ "id": 1
172
+ },
173
+ "page": {
174
+ "id": "7550674394250490733",
175
+ "title": "",
176
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
177
+ }
178
+ }
179
+ },
180
+ {
181
+ "pageType": "view",
182
+ "insightPropertyId": 556300706,
183
+ "insightPropertyName": "Website",
184
+ "eventCategoryId": -20,
185
+ "eventActionId": -102,
186
+ "timestamp": 1759721898000,
187
+ "trackedDateTimeUTC": "2025-10-06 03:38:18",
188
+ "value": 0,
189
+ "url": "",
190
+ "urlName": "",
191
+ "userId": "649768253871692231",
192
+ "items": [
193
+ {
194
+ "name": "",
195
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
196
+ }
197
+ ],
198
+ "extra": {
199
+ "prop_id": "556300706",
200
+ "page_title": "Home Page",
201
+ "atm_type": "on_session",
202
+ "ip_address": "14.161.37.191",
203
+ "is_webview": false,
204
+ "page_view_order": 2,
205
+ "is_stream_evt": false,
206
+ "is_batch_evt": false,
207
+ "location_url": "https://sandbox-magento.antsomi.com/?demo-signature",
208
+ "device_brand": "Unknown",
209
+ "ss_time": 0,
210
+ "page_path": "/",
211
+ "is_rt_evt": false,
212
+ "visitor_type": "returning",
213
+ "title": "",
214
+ "users": {
215
+ "fb_uid": "fb.1.1758764676034.803239755259413250"
216
+ }
217
+ },
218
+ "context": {
219
+ "os": {
220
+ "name": "Windows NT",
221
+ "id": 39
222
+ },
223
+ "ip": "14.161.37.191",
224
+ "dev_type": {
225
+ "name": "Personal computer",
226
+ "id": 1
227
+ },
228
+ "page": {
229
+ "id": "7550674394250490733",
230
+ "title": "",
231
+ "url": "https://sandbox-magento.antsomi.com/?demo-signature"
232
+ }
233
+ }
234
+ },
235
+ {
236
+ "pageType": "view",
237
+ "insightPropertyId": 556300706,
238
+ "insightPropertyName": "Website",
239
+ "eventCategoryId": -20,
240
+ "eventActionId": -102,
241
+ "timestamp": 1759721884000,
242
+ "trackedDateTimeUTC": "2025-10-06 03:38:04",
243
+ "value": 0,
244
+ "url": "",
245
+ "urlName": "",
246
+ "userId": "649768253871692231",
247
+ "items": [
248
+ {
249
+ "name": "",
250
+ "url": "https://sandbox-magento.antsomi.com/?demo-template-1"
251
+ }
252
+ ],
253
+ "extra": {
254
+ "prop_id": "556300706",
255
+ "page_title": "Home Page",
256
+ "atm_type": "on_session",
257
+ "ip_address": "14.161.37.191",
258
+ "is_webview": false,
259
+ "page_view_order": 3,
260
+ "is_stream_evt": false,
261
+ "is_batch_evt": false,
262
+ "location_url": "https://sandbox-magento.antsomi.com/?demo-template-1",
263
+ "device_brand": "Unknown",
264
+ "ss_time": 36552,
265
+ "page_path": "/",
266
+ "is_rt_evt": false,
267
+ "visitor_type": "returning",
268
+ "title": "",
269
+ "users": {
270
+ "fb_uid": "fb.1.1758764676034.803239755259413250"
271
+ }
272
+ },
273
+ "context": {
274
+ "os": {
275
+ "name": "Windows NT",
276
+ "id": 39
277
+ },
278
+ "ip": "14.161.37.191",
279
+ "dev_type": {
280
+ "name": "Personal computer",
281
+ "id": 1
282
+ },
283
+ "page": {
284
+ "id": "6245134914825447507",
285
+ "title": "",
286
+ "url": "https://sandbox-magento.antsomi.com/?demo-template-1"
287
+ }
288
+ }
289
+ }
290
+ ],
291
+ "totalActivityCount": 5,
292
+ "hasMoreActivities": false
293
+ }
294
+ }
295
+ ],
296
+ "search_product": [
297
+ {
298
+ "sectionKey": "browsing_7624865371847722",
299
+ "etype": "browsing",
300
+ "eventCategoryId": 8,
301
+ "insightPropertyId": 556300706,
302
+ "timestamp": 1718250101000,
303
+ "trackedDateTimeUTC": "2024-06-13 03:41:41",
304
+ "lastTimestamp": 1718250101000,
305
+ "lastTrackedDateTimeUTC": "2024-06-13 03:41:41",
306
+ "data": {
307
+ "sessionStartTimestamp": 1718250101000,
308
+ "firstActivities": [
309
+ {
310
+ "pageType": "product_search",
311
+ "insightPropertyId": 556300706,
312
+ "eventCategoryId": 8,
313
+ "eventActionId": 10,
314
+ "timestamp": 1718250101000,
315
+ "trackedDateTimeUTC": "2024-06-13 03:41:41",
316
+ "value": 0,
317
+ "url": "",
318
+ "urlName": "",
319
+ "userId": "1256187161",
320
+ "items": [
321
+ {
322
+ "item_type": "product",
323
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
324
+ "id": "469",
325
+ "type": "product",
326
+ "sale_price": 32,
327
+ "item_quantity": 10,
328
+ "quantity": 11,
329
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
330
+ "last_updated": "2024-08-01 17:08:02",
331
+ "image_url": "https://www.antsomi.com/wp-content/uploads/2021/04/Antsomi_Infinity_Marketing_Framework_CDP365.png",
332
+ "date_created": "2023-03-06 17:29:11",
333
+ "category_level_1": "Tops",
334
+ "category_level_2": "Tees",
335
+ "price": 32,
336
+ "variant": "",
337
+ "main_category": "Men",
338
+ "currency": "USD",
339
+ "brand": "",
340
+ "item_id": 1,
341
+ "url": ""
342
+ },
343
+ {
344
+ "item_type": "product",
345
+ "name": "MINERVA LUMATECH™ V-TEE",
346
+ "id": "1483",
347
+ "type": "product",
348
+ "sale_price": 32,
349
+ "item_quantity": 1,
350
+ "quantity": 1,
351
+ "page_url": "https://sandbox-magento.antsomi.com/minerva-lumatech-trade-v-tee.html",
352
+ "last_updated": "2024-06-13 13:41:37",
353
+ "image_url": "https://www.antsomi.com/wp-content/uploads/2021/05/Media-coverage-DAVI-Antsomi-21_Apr_2021-455x1024.png",
354
+ "date_created": "2023-03-06 17:29:11",
355
+ "category_level_1": "Tops",
356
+ "category_level_2": "Tees",
357
+ "price": 32,
358
+ "variant": "",
359
+ "main_category": "Women",
360
+ "currency": "USD",
361
+ "brand": "",
362
+ "item_id": 1,
363
+ "url": ""
364
+ },
365
+ {
366
+ "item_type": "product",
367
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
368
+ "id": "565",
369
+ "type": "product",
370
+ "sale_price": 28,
371
+ "item_quantity": 24,
372
+ "quantity": 52,
373
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
374
+ "last_updated": "2024-07-31 19:47:26",
375
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
376
+ "date_created": "2023-03-06 17:29:11",
377
+ "category_level_1": "Tops",
378
+ "category_level_2": "Tees",
379
+ "price": 28,
380
+ "variant": "",
381
+ "main_category": "Men",
382
+ "currency": "USD",
383
+ "brand": "",
384
+ "item_id": 1,
385
+ "url": ""
386
+ },
387
+ {
388
+ "item_type": "product",
389
+ "name": "VIKTOR LUMATECH™ PANT",
390
+ "id": "744",
391
+ "type": "product",
392
+ "sale_price": 46,
393
+ "item_quantity": 1,
394
+ "quantity": 1,
395
+ "page_url": "https://sandbox-magento.antsomi.com/viktor-lumatech-trade-pant.html",
396
+ "last_updated": "2024-07-29 15:07:51",
397
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/p/mp02-gray_main_2.jpg",
398
+ "date_created": "2023-03-06 17:29:11",
399
+ "category_level_1": "Bottoms",
400
+ "category_level_2": "Pants",
401
+ "price": 46,
402
+ "variant": "",
403
+ "main_category": "Men",
404
+ "currency": "USD",
405
+ "brand": "",
406
+ "item_id": 1,
407
+ "url": ""
408
+ },
409
+ {
410
+ "item_type": "product",
411
+ "name": "SELENE YOGA HOODIE",
412
+ "id": "1099",
413
+ "type": "product",
414
+ "sale_price": 42,
415
+ "item_quantity": 1,
416
+ "quantity": 1,
417
+ "page_url": "https://sandbox-magento.antsomi.com/selene-yoga-hoodie.html",
418
+ "last_updated": "2024-07-29 21:30:03",
419
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/h/wh05-white_main_1.jpg",
420
+ "date_created": "2023-03-06 17:29:11",
421
+ "category_level_1": "Tops",
422
+ "category_level_2": "Hoodies & Sweatshirts",
423
+ "price": 42,
424
+ "variant": "",
425
+ "main_category": "Women",
426
+ "currency": "USD",
427
+ "brand": "",
428
+ "item_id": 1,
429
+ "url": ""
430
+ }
431
+ ],
432
+ "extra": {
433
+ "src_search_term": "luma yoga for life",
434
+ "page_type": "search",
435
+ "prop_id": "556300706",
436
+ "utm_type": "referrer",
437
+ "utm_medium": "referrer",
438
+ "atm_type": "on_session",
439
+ "ip_address": "14.161.37.191",
440
+ "is_webview": false,
441
+ "is_stream_evt": true,
442
+ "is_batch_evt": false,
443
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=luma+yoga+for+life",
444
+ "device_brand": "Unknown",
445
+ "click_id": "1256190613b1712652301",
446
+ "ss_time": 352309,
447
+ "is_rt_evt": false,
448
+ "referrer_url": "https://sandbox-magento.antsomi.com/training.html?donkho15thJune_webper",
449
+ "visitor_type": "returning",
450
+ "click_bc": "1256190613b1712652301",
451
+ "utm_source": "google.com",
452
+ "total_items_quantity": 5,
453
+ "title": ""
454
+ },
455
+ "context": {
456
+ "country": "vn",
457
+ "os": "Windows NT",
458
+ "city": "Ho Chi Minh City",
459
+ "ip": "14.161.37.191",
460
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
461
+ "http_node": "101980198195",
462
+ "sys_reqid": "3b6bc26c-9e84-4256-9db2-19ecb4cd967f",
463
+ "is_stream_evt": true,
464
+ "is_batch_evt": false,
465
+ "province_id": 29,
466
+ "browser": "Chrome",
467
+ "is_rt_evt": false,
468
+ "kk_topic": "streaming-in",
469
+ "dev_type": "Personal computer",
470
+ "page": {
471
+ "id": "1980498639736604985",
472
+ "title": "",
473
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=luma+yoga+for+life"
474
+ }
475
+ }
476
+ }
477
+ ],
478
+ "totalActivityCount": 1,
479
+ "hasMoreActivities": false
480
+ }
481
+ },
482
+ {
483
+ "sectionKey": "browsing_6332819818182682",
484
+ "etype": "browsing",
485
+ "eventCategoryId": 8,
486
+ "insightPropertyId": 556300706,
487
+ "timestamp": 1717655901000,
488
+ "trackedDateTimeUTC": "2024-06-06 06:38:21",
489
+ "lastTimestamp": 1717655901000,
490
+ "lastTrackedDateTimeUTC": "2024-06-06 06:38:21",
491
+ "data": {
492
+ "sessionStartTimestamp": 1717655901000,
493
+ "firstActivities": [
494
+ {
495
+ "pageType": "product_search",
496
+ "insightPropertyId": 556300706,
497
+ "eventCategoryId": 8,
498
+ "eventActionId": 10,
499
+ "timestamp": 1717655901000,
500
+ "trackedDateTimeUTC": "2024-06-06 06:38:21",
501
+ "value": 0,
502
+ "url": "",
503
+ "urlName": "",
504
+ "userId": "4314438765926934483",
505
+ "items": [
506
+ {
507
+ "item_type": "product",
508
+ "name": "FUSION BACKPACK",
509
+ "id": "6",
510
+ "type": "product",
511
+ "sale_price": 59,
512
+ "item_quantity": 1,
513
+ "quantity": 1,
514
+ "page_url": "https://sandbox-magento.antsomi.com/gear/fusion-backpack.html",
515
+ "last_updated": "2024-07-29 15:10:35",
516
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/b/mb02-gray-0.jpg",
517
+ "date_created": "2023-03-06 17:29:11",
518
+ "category_level_1": "",
519
+ "category_level_2": "",
520
+ "price": 59,
521
+ "variant": "",
522
+ "main_category": "Gear",
523
+ "currency": "USD",
524
+ "brand": "",
525
+ "item_id": 1,
526
+ "url": ""
527
+ },
528
+ {
529
+ "item_type": "product",
530
+ "name": "ADVANCED PILATES & YOGA (STRENGTH)",
531
+ "id": "50",
532
+ "type": "product",
533
+ "sale_price": 18,
534
+ "item_quantity": 1,
535
+ "quantity": 1,
536
+ "page_url": "https://sandbox-magento.antsomi.com/advanced-pilates-yoga-strength.html",
537
+ "last_updated": "2024-07-29 15:07:51",
538
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/l/t/lt05.jpg",
539
+ "date_created": "2023-03-06 17:29:11",
540
+ "category_level_1": "",
541
+ "category_level_2": "",
542
+ "price": 18,
543
+ "variant": "",
544
+ "main_category": "Training",
545
+ "currency": "USD",
546
+ "brand": "",
547
+ "item_id": 1,
548
+ "url": ""
549
+ },
550
+ {
551
+ "item_type": "product",
552
+ "name": "SOLO POWER CIRCUIT",
553
+ "id": "49",
554
+ "type": "product",
555
+ "sale_price": 14,
556
+ "item_quantity": 1,
557
+ "quantity": 1,
558
+ "page_url": "https://sandbox-magento.antsomi.com/solo-power-circuit.html",
559
+ "last_updated": "2024-07-29 15:07:51",
560
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/l/t/lt04.jpg",
561
+ "date_created": "2023-03-06 17:29:11",
562
+ "category_level_1": "",
563
+ "category_level_2": "",
564
+ "price": 14,
565
+ "variant": "",
566
+ "main_category": "Training",
567
+ "currency": "USD",
568
+ "brand": "",
569
+ "item_id": 1,
570
+ "url": ""
571
+ }
572
+ ],
573
+ "extra": {
574
+ "src_search_term": "Fusion",
575
+ "page_type": "search",
576
+ "prop_id": "556300706",
577
+ "atm_type": "on_session",
578
+ "ip_address": "14.161.37.191",
579
+ "is_webview": false,
580
+ "is_stream_evt": true,
581
+ "is_batch_evt": false,
582
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Fusion",
583
+ "device_brand": "Unknown",
584
+ "ss_time": 14971,
585
+ "is_rt_evt": false,
586
+ "customer_id": "230",
587
+ "referrer_url": "https://sandbox-magento.antsomi.com/",
588
+ "identify_type": "exact",
589
+ "visitor_type": "returning",
590
+ "total_items_quantity": 3,
591
+ "customers": {
592
+ "customer_id": "230"
593
+ },
594
+ "title": ""
595
+ },
596
+ "context": {
597
+ "country": "vn",
598
+ "os": "Windows NT",
599
+ "city": "Ho Chi Minh City",
600
+ "ip": "14.161.37.191",
601
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
602
+ "http_node": "101980198195",
603
+ "sys_reqid": "038ce34c-9e24-4514-bd24-de65198576d6",
604
+ "is_stream_evt": true,
605
+ "is_batch_evt": false,
606
+ "province_id": 29,
607
+ "browser": "Chrome",
608
+ "is_rt_evt": false,
609
+ "kk_topic": "streaming-in",
610
+ "dev_type": "Personal computer",
611
+ "page": {
612
+ "id": "98481573310254788",
613
+ "title": "",
614
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Fusion"
615
+ }
616
+ }
617
+ }
618
+ ],
619
+ "totalActivityCount": 1,
620
+ "hasMoreActivities": false
621
+ }
622
+ },
623
+ {
624
+ "sectionKey": "browsing_8331668133559196",
625
+ "etype": "browsing",
626
+ "eventCategoryId": 8,
627
+ "insightPropertyId": 556300706,
628
+ "timestamp": 1717650652000,
629
+ "trackedDateTimeUTC": "2024-06-06 05:10:52",
630
+ "lastTimestamp": 1717650694000,
631
+ "lastTrackedDateTimeUTC": "2024-06-06 05:11:34",
632
+ "data": {
633
+ "sessionStartTimestamp": 1717650652000,
634
+ "firstActivities": [
635
+ {
636
+ "pageType": "product_search",
637
+ "insightPropertyId": 556300706,
638
+ "eventCategoryId": 8,
639
+ "eventActionId": 10,
640
+ "timestamp": 1717650694000,
641
+ "trackedDateTimeUTC": "2024-06-06 05:11:34",
642
+ "value": 0,
643
+ "url": "",
644
+ "urlName": "",
645
+ "userId": "4314438765926934483",
646
+ "items": [
647
+ {
648
+ "item_type": "product",
649
+ "name": "ARGUS ALL-WEATHER TANK",
650
+ "id": "695",
651
+ "type": "product",
652
+ "sale_price": 22,
653
+ "item_quantity": 1,
654
+ "quantity": 1,
655
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
656
+ "last_updated": "2024-08-15 12:32:02",
657
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
658
+ "date_created": "2023-03-06 17:29:11",
659
+ "category_level_1": "Tops",
660
+ "category_level_2": "Tanks",
661
+ "price": 22,
662
+ "variant": "",
663
+ "main_category": "Men",
664
+ "currency": "USD",
665
+ "brand": "",
666
+ "item_id": 1,
667
+ "url": ""
668
+ }
669
+ ],
670
+ "extra": {
671
+ "src_search_term": "argus",
672
+ "page_type": "search",
673
+ "prop_id": "556300706",
674
+ "atm_type": "on_session",
675
+ "ip_address": "14.161.37.191",
676
+ "is_webview": false,
677
+ "is_stream_evt": true,
678
+ "is_batch_evt": false,
679
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
680
+ "device_brand": "Unknown",
681
+ "ss_time": 41900,
682
+ "is_rt_evt": false,
683
+ "customer_id": "230",
684
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
685
+ "identify_type": "exact",
686
+ "visitor_type": "returning",
687
+ "total_items_quantity": 1,
688
+ "customers": {
689
+ "customer_id": "230"
690
+ },
691
+ "title": ""
692
+ },
693
+ "context": {
694
+ "country": "vn",
695
+ "os": "Windows NT",
696
+ "city": "Ho Chi Minh City",
697
+ "ip": "14.161.37.191",
698
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
699
+ "http_node": "101980198195",
700
+ "sys_reqid": "df7109ea-df92-46d4-b2c5-11ed0c71dbc9",
701
+ "is_stream_evt": true,
702
+ "is_batch_evt": false,
703
+ "province_id": 29,
704
+ "browser": "Chrome",
705
+ "is_rt_evt": false,
706
+ "kk_topic": "streaming-in",
707
+ "dev_type": "Personal computer",
708
+ "page": {
709
+ "id": "7843208653210498662",
710
+ "title": "",
711
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus"
712
+ }
713
+ }
714
+ },
715
+ {
716
+ "pageType": "product_search",
717
+ "insightPropertyId": 556300706,
718
+ "eventCategoryId": 8,
719
+ "eventActionId": 10,
720
+ "timestamp": 1717650652000,
721
+ "trackedDateTimeUTC": "2024-06-06 05:10:52",
722
+ "value": 0,
723
+ "url": "",
724
+ "urlName": "",
725
+ "userId": "4314438765926934483",
726
+ "items": [
727
+ {
728
+ "item_type": "product",
729
+ "name": "ARGUS ALL-WEATHER TANK",
730
+ "id": "695",
731
+ "type": "product",
732
+ "sale_price": 22,
733
+ "item_quantity": 1,
734
+ "quantity": 1,
735
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
736
+ "last_updated": "2024-08-15 12:32:02",
737
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
738
+ "date_created": "2023-03-06 17:29:11",
739
+ "category_level_1": "Tops",
740
+ "category_level_2": "Tanks",
741
+ "price": 22,
742
+ "variant": "",
743
+ "main_category": "Men",
744
+ "currency": "USD",
745
+ "brand": "",
746
+ "item_id": 1,
747
+ "url": ""
748
+ }
749
+ ],
750
+ "extra": {
751
+ "src_search_term": "argu",
752
+ "page_type": "search",
753
+ "prop_id": "556300706",
754
+ "atm_type": "on_session",
755
+ "ip_address": "14.161.37.191",
756
+ "is_webview": false,
757
+ "is_stream_evt": true,
758
+ "is_batch_evt": false,
759
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
760
+ "device_brand": "Unknown",
761
+ "ss_time": 0,
762
+ "is_rt_evt": false,
763
+ "customer_id": "230",
764
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
765
+ "identify_type": "exact",
766
+ "visitor_type": "returning",
767
+ "total_items_quantity": 1,
768
+ "customers": {
769
+ "customer_id": "230"
770
+ },
771
+ "title": ""
772
+ },
773
+ "context": {
774
+ "os": {
775
+ "name": "Windows NT",
776
+ "id": 39
777
+ },
778
+ "ip": "14.161.37.191",
779
+ "dev_type": {
780
+ "name": "Personal computer",
781
+ "id": 1
782
+ },
783
+ "page": {
784
+ "id": "4033728027556416644",
785
+ "title": "",
786
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
787
+ }
788
+ }
789
+ }
790
+ ],
791
+ "totalActivityCount": 2,
792
+ "hasMoreActivities": false
793
+ }
794
+ },
795
+ {
796
+ "sectionKey": "browsing_8782642063776940",
797
+ "etype": "browsing",
798
+ "eventCategoryId": 8,
799
+ "insightPropertyId": 556300706,
800
+ "timestamp": 1717649996000,
801
+ "trackedDateTimeUTC": "2024-06-06 04:59:56",
802
+ "lastTimestamp": 1717649996000,
803
+ "lastTrackedDateTimeUTC": "2024-06-06 04:59:56",
804
+ "data": {
805
+ "sessionStartTimestamp": 1717649996000,
806
+ "firstActivities": [
807
+ {
808
+ "pageType": "product_search",
809
+ "insightPropertyId": 556300706,
810
+ "eventCategoryId": 8,
811
+ "eventActionId": 10,
812
+ "timestamp": 1717649996000,
813
+ "trackedDateTimeUTC": "2024-06-06 04:59:56",
814
+ "value": 0,
815
+ "url": "",
816
+ "urlName": "",
817
+ "userId": "4314438765926934483",
818
+ "items": [
819
+ {
820
+ "item_type": "product",
821
+ "name": "ARGUS ALL-WEATHER TANK",
822
+ "id": "695",
823
+ "type": "product",
824
+ "sale_price": 22,
825
+ "item_quantity": 1,
826
+ "quantity": 1,
827
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
828
+ "last_updated": "2024-08-15 12:32:02",
829
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
830
+ "date_created": "2023-03-06 17:29:11",
831
+ "category_level_1": "Tops",
832
+ "category_level_2": "Tanks",
833
+ "price": 22,
834
+ "variant": "",
835
+ "main_category": "Men",
836
+ "currency": "USD",
837
+ "brand": "",
838
+ "item_id": 1,
839
+ "url": ""
840
+ }
841
+ ],
842
+ "extra": {
843
+ "src_search_term": "argu",
844
+ "page_type": "search",
845
+ "prop_id": "556300706",
846
+ "atm_type": "on_session",
847
+ "ip_address": "14.161.37.191",
848
+ "is_webview": false,
849
+ "is_stream_evt": true,
850
+ "is_batch_evt": false,
851
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
852
+ "device_brand": "Unknown",
853
+ "ss_time": 0,
854
+ "is_rt_evt": false,
855
+ "customer_id": "230",
856
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
857
+ "identify_type": "exact",
858
+ "visitor_type": "returning",
859
+ "total_items_quantity": 1,
860
+ "customers": {
861
+ "customer_id": "230"
862
+ },
863
+ "title": ""
864
+ },
865
+ "context": {
866
+ "country": "vn",
867
+ "os": "Windows NT",
868
+ "city": "Ho Chi Minh City",
869
+ "ip": "14.161.37.191",
870
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
871
+ "http_node": "101980198195",
872
+ "sys_reqid": "9eb7937f-955c-49ff-992c-9741fa117ff6",
873
+ "is_stream_evt": true,
874
+ "is_batch_evt": false,
875
+ "province_id": 29,
876
+ "browser": "Chrome",
877
+ "is_rt_evt": false,
878
+ "kk_topic": "streaming-in",
879
+ "dev_type": "Personal computer",
880
+ "page": {
881
+ "id": "4033728027556416644",
882
+ "title": "",
883
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
884
+ }
885
+ }
886
+ }
887
+ ],
888
+ "totalActivityCount": 1,
889
+ "hasMoreActivities": false
890
+ }
891
+ },
892
+ {
893
+ "sectionKey": "browsing_955765008660170",
894
+ "etype": "browsing",
895
+ "eventCategoryId": 8,
896
+ "insightPropertyId": 556300706,
897
+ "timestamp": 1717646936000,
898
+ "trackedDateTimeUTC": "2024-06-06 04:08:56",
899
+ "lastTimestamp": 1717646936000,
900
+ "lastTrackedDateTimeUTC": "2024-06-06 04:08:56",
901
+ "data": {
902
+ "sessionStartTimestamp": 1717646936000,
903
+ "firstActivities": [
904
+ {
905
+ "pageType": "product_search",
906
+ "insightPropertyId": 556300706,
907
+ "eventCategoryId": 8,
908
+ "eventActionId": 10,
909
+ "timestamp": 1717646936000,
910
+ "trackedDateTimeUTC": "2024-06-06 04:08:56",
911
+ "value": 0,
912
+ "url": "",
913
+ "urlName": "",
914
+ "userId": "4314438765926934483",
915
+ "items": [
916
+ {
917
+ "item_type": "product",
918
+ "name": "ARGUS ALL-WEATHER TANK",
919
+ "id": "695",
920
+ "type": "product",
921
+ "sale_price": 22,
922
+ "item_quantity": 1,
923
+ "quantity": 1,
924
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
925
+ "last_updated": "2024-08-15 12:32:02",
926
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
927
+ "date_created": "2023-03-06 17:29:11",
928
+ "category_level_1": "Tops",
929
+ "category_level_2": "Tanks",
930
+ "price": 22,
931
+ "variant": "",
932
+ "main_category": "Men",
933
+ "currency": "USD",
934
+ "brand": "",
935
+ "item_id": 1,
936
+ "url": ""
937
+ }
938
+ ],
939
+ "extra": {
940
+ "src_search_term": "argu",
941
+ "page_type": "search",
942
+ "prop_id": "556300706",
943
+ "atm_type": "on_session",
944
+ "ip_address": "14.161.37.191",
945
+ "is_webview": false,
946
+ "is_stream_evt": true,
947
+ "is_batch_evt": false,
948
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu",
949
+ "device_brand": "Unknown",
950
+ "ss_time": 0,
951
+ "is_rt_evt": false,
952
+ "customer_id": "230",
953
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
954
+ "identify_type": "exact",
955
+ "visitor_type": "returning",
956
+ "total_items_quantity": 1,
957
+ "customers": {
958
+ "customer_id": "230"
959
+ },
960
+ "title": ""
961
+ },
962
+ "context": {
963
+ "country": "vn",
964
+ "os": "Windows NT",
965
+ "city": "Ho Chi Minh City",
966
+ "ip": "14.161.37.191",
967
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
968
+ "http_node": "101980198195",
969
+ "sys_reqid": "1f8da06c-d2d7-4a14-b382-1b31128092ce",
970
+ "is_stream_evt": true,
971
+ "is_batch_evt": false,
972
+ "province_id": 29,
973
+ "browser": "Chrome",
974
+ "is_rt_evt": false,
975
+ "kk_topic": "streaming-in",
976
+ "dev_type": "Personal computer",
977
+ "page": {
978
+ "id": "4033728027556416644",
979
+ "title": "",
980
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=argu"
981
+ }
982
+ }
983
+ }
984
+ ],
985
+ "totalActivityCount": 1,
986
+ "hasMoreActivities": false
987
+ }
988
+ },
989
+ {
990
+ "sectionKey": "browsing_5123727662177298",
991
+ "etype": "browsing",
992
+ "eventCategoryId": 8,
993
+ "insightPropertyId": 556300706,
994
+ "timestamp": 1717641493000,
995
+ "trackedDateTimeUTC": "2024-06-06 02:38:13",
996
+ "lastTimestamp": 1717642283000,
997
+ "lastTrackedDateTimeUTC": "2024-06-06 02:51:23",
998
+ "data": {
999
+ "sessionStartTimestamp": 1717641493000,
1000
+ "firstActivities": [
1001
+ {
1002
+ "pageType": "product_search",
1003
+ "insightPropertyId": 556300706,
1004
+ "eventCategoryId": 8,
1005
+ "eventActionId": 10,
1006
+ "timestamp": 1717642283000,
1007
+ "trackedDateTimeUTC": "2024-06-06 02:51:23",
1008
+ "value": 0,
1009
+ "url": "",
1010
+ "urlName": "",
1011
+ "userId": "4314438765926934483",
1012
+ "items": [
1013
+ {
1014
+ "item_type": "product",
1015
+ "name": "ARGUS ALL-WEATHER TANK",
1016
+ "id": "695",
1017
+ "type": "product",
1018
+ "sale_price": 22,
1019
+ "item_quantity": 1,
1020
+ "quantity": 1,
1021
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1022
+ "last_updated": "2024-08-15 12:32:02",
1023
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1024
+ "date_created": "2023-03-06 17:29:11",
1025
+ "category_level_1": "Tops",
1026
+ "category_level_2": "Tanks",
1027
+ "price": 22,
1028
+ "variant": "",
1029
+ "main_category": "Men",
1030
+ "currency": "USD",
1031
+ "brand": "",
1032
+ "item_id": 1,
1033
+ "url": ""
1034
+ }
1035
+ ],
1036
+ "extra": {
1037
+ "src_search_term": "argus",
1038
+ "page_type": "search",
1039
+ "prop_id": "556300706",
1040
+ "atm_type": "on_session",
1041
+ "ip_address": "14.161.37.191",
1042
+ "is_webview": false,
1043
+ "is_stream_evt": true,
1044
+ "is_batch_evt": false,
1045
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus",
1046
+ "device_brand": "Unknown",
1047
+ "ss_time": 790293,
1048
+ "is_rt_evt": false,
1049
+ "customer_id": "230",
1050
+ "referrer_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus",
1051
+ "identify_type": "exact",
1052
+ "visitor_type": "returning",
1053
+ "total_items_quantity": 1,
1054
+ "customers": {
1055
+ "customer_id": "230"
1056
+ },
1057
+ "title": ""
1058
+ },
1059
+ "context": {
1060
+ "country": "vn",
1061
+ "os": "Windows NT",
1062
+ "city": "Ho Chi Minh City",
1063
+ "ip": "14.161.37.191",
1064
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1065
+ "http_node": "101980198195",
1066
+ "sys_reqid": "9b9f6ff9-9b1c-47c3-84ac-6a4c092c187e",
1067
+ "is_stream_evt": true,
1068
+ "is_batch_evt": false,
1069
+ "province_id": 29,
1070
+ "browser": "Chrome",
1071
+ "is_rt_evt": false,
1072
+ "kk_topic": "streaming-in",
1073
+ "dev_type": "Personal computer",
1074
+ "page": {
1075
+ "id": "7843208653210498662",
1076
+ "title": "",
1077
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+argus"
1078
+ }
1079
+ }
1080
+ },
1081
+ {
1082
+ "pageType": "product_search",
1083
+ "insightPropertyId": 556300706,
1084
+ "eventCategoryId": 8,
1085
+ "eventActionId": 10,
1086
+ "timestamp": 1717641493000,
1087
+ "trackedDateTimeUTC": "2024-06-06 02:38:13",
1088
+ "value": 0,
1089
+ "url": "",
1090
+ "urlName": "",
1091
+ "userId": "4314438765926934483",
1092
+ "items": [
1093
+ {
1094
+ "item_type": "product",
1095
+ "name": "ARGUS ALL-WEATHER TANK",
1096
+ "id": "695",
1097
+ "type": "product",
1098
+ "sale_price": 22,
1099
+ "item_quantity": 1,
1100
+ "quantity": 1,
1101
+ "page_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1102
+ "last_updated": "2024-08-15 12:32:02",
1103
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/t/mt07-gray_main_1.jpg",
1104
+ "date_created": "2023-03-06 17:29:11",
1105
+ "category_level_1": "Tops",
1106
+ "category_level_2": "Tanks",
1107
+ "price": 22,
1108
+ "variant": "",
1109
+ "main_category": "Men",
1110
+ "currency": "USD",
1111
+ "brand": "",
1112
+ "item_id": 1,
1113
+ "url": ""
1114
+ }
1115
+ ],
1116
+ "extra": {
1117
+ "src_search_term": "Argus",
1118
+ "page_type": "search",
1119
+ "prop_id": "556300706",
1120
+ "atm_type": "on_session",
1121
+ "ip_address": "14.161.37.191",
1122
+ "is_webview": false,
1123
+ "is_stream_evt": true,
1124
+ "is_batch_evt": false,
1125
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus",
1126
+ "device_brand": "Unknown",
1127
+ "ss_time": 0,
1128
+ "is_rt_evt": false,
1129
+ "customer_id": "230",
1130
+ "referrer_url": "https://sandbox-magento.antsomi.com/",
1131
+ "identify_type": "exact",
1132
+ "visitor_type": "returning",
1133
+ "total_items_quantity": 1,
1134
+ "customers": {
1135
+ "customer_id": "230"
1136
+ },
1137
+ "title": ""
1138
+ },
1139
+ "context": {
1140
+ "country": "vn",
1141
+ "os": "Windows NT",
1142
+ "city": "Ho Chi Minh City",
1143
+ "ip": "14.161.37.191",
1144
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1145
+ "http_node": "101980198195",
1146
+ "sys_reqid": "ef30a014-a59a-495d-865d-6c168a6b239c",
1147
+ "is_stream_evt": true,
1148
+ "is_batch_evt": false,
1149
+ "province_id": 29,
1150
+ "browser": "Chrome",
1151
+ "is_rt_evt": false,
1152
+ "kk_topic": "streaming-in",
1153
+ "dev_type": "Personal computer",
1154
+ "page": {
1155
+ "id": "6061673146755269607",
1156
+ "title": "",
1157
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=Argus"
1158
+ }
1159
+ }
1160
+ }
1161
+ ],
1162
+ "totalActivityCount": 2,
1163
+ "hasMoreActivities": false
1164
+ }
1165
+ },
1166
+ {
1167
+ "sectionKey": "browsing_4764212617018634",
1168
+ "etype": "browsing",
1169
+ "eventCategoryId": 8,
1170
+ "insightPropertyId": 556300706,
1171
+ "timestamp": 1717471037000,
1172
+ "trackedDateTimeUTC": "2024-06-04 03:17:17",
1173
+ "lastTimestamp": 1717471037000,
1174
+ "lastTrackedDateTimeUTC": "2024-06-04 03:17:17",
1175
+ "data": {
1176
+ "sessionStartTimestamp": 1717471037000,
1177
+ "firstActivities": [
1178
+ {
1179
+ "pageType": "product_search",
1180
+ "insightPropertyId": 556300706,
1181
+ "eventCategoryId": 8,
1182
+ "eventActionId": 10,
1183
+ "timestamp": 1717471037000,
1184
+ "trackedDateTimeUTC": "2024-06-04 03:17:17",
1185
+ "value": 0,
1186
+ "url": "",
1187
+ "urlName": "",
1188
+ "userId": "4314438765926934483",
1189
+ "items": [
1190
+ {
1191
+ "item_type": "product",
1192
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1193
+ "id": "469",
1194
+ "type": "product",
1195
+ "sale_price": 32,
1196
+ "item_quantity": 1,
1197
+ "quantity": 1,
1198
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1199
+ "last_updated": "2024-08-01 17:08:02",
1200
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
1201
+ "date_created": "2023-03-06 17:29:11",
1202
+ "category_level_1": "Tops",
1203
+ "category_level_2": "Tees",
1204
+ "price": 32,
1205
+ "variant": "",
1206
+ "main_category": "Men",
1207
+ "currency": "USD",
1208
+ "brand": "",
1209
+ "item_id": 1,
1210
+ "url": ""
1211
+ },
1212
+ {
1213
+ "item_type": "product",
1214
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
1215
+ "id": "565",
1216
+ "type": "product",
1217
+ "sale_price": 28,
1218
+ "item_quantity": 1,
1219
+ "quantity": 1,
1220
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1221
+ "last_updated": "2024-07-31 19:47:26",
1222
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1223
+ "date_created": "2023-03-06 17:29:11",
1224
+ "category_level_1": "Tops",
1225
+ "category_level_2": "Tees",
1226
+ "price": 28,
1227
+ "variant": "",
1228
+ "main_category": "Men",
1229
+ "currency": "USD",
1230
+ "brand": "",
1231
+ "item_id": 1,
1232
+ "url": ""
1233
+ },
1234
+ {
1235
+ "item_type": "product",
1236
+ "name": "MINERVA LUMATECH™ V-TEE",
1237
+ "id": "1483",
1238
+ "type": "product",
1239
+ "sale_price": 32,
1240
+ "item_quantity": 1,
1241
+ "quantity": 1,
1242
+ "page_url": "https://sandbox-magento.antsomi.com/minerva-lumatech-trade-v-tee.html",
1243
+ "last_updated": "2024-06-13 13:41:37",
1244
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws08-blue_main_1.jpg",
1245
+ "date_created": "2023-03-06 17:29:11",
1246
+ "category_level_1": "Tops",
1247
+ "category_level_2": "Tees",
1248
+ "price": 32,
1249
+ "variant": "",
1250
+ "main_category": "Women",
1251
+ "currency": "USD",
1252
+ "brand": "",
1253
+ "item_id": 1,
1254
+ "url": ""
1255
+ },
1256
+ {
1257
+ "item_type": "product",
1258
+ "name": "VIKTOR LUMATECH™ PANT",
1259
+ "id": "744",
1260
+ "type": "product",
1261
+ "sale_price": 46,
1262
+ "item_quantity": 1,
1263
+ "quantity": 1,
1264
+ "page_url": "https://sandbox-magento.antsomi.com/viktor-lumatech-trade-pant.html",
1265
+ "last_updated": "2024-07-29 15:07:51",
1266
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/p/mp02-gray_main_2.jpg",
1267
+ "date_created": "2023-03-06 17:29:11",
1268
+ "category_level_1": "Bottoms",
1269
+ "category_level_2": "Pants",
1270
+ "price": 46,
1271
+ "variant": "",
1272
+ "main_category": "Men",
1273
+ "currency": "USD",
1274
+ "brand": "",
1275
+ "item_id": 1,
1276
+ "url": ""
1277
+ },
1278
+ {
1279
+ "item_type": "product",
1280
+ "name": "KARISSA V-NECK TEE",
1281
+ "id": "1515",
1282
+ "type": "product",
1283
+ "sale_price": 32,
1284
+ "item_quantity": 1,
1285
+ "quantity": 1,
1286
+ "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
1287
+ "last_updated": "2024-07-29 15:35:55",
1288
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
1289
+ "date_created": "2023-03-06 17:29:11",
1290
+ "category_level_1": "Tops",
1291
+ "category_level_2": "Tees",
1292
+ "price": 32,
1293
+ "variant": "",
1294
+ "main_category": "Women",
1295
+ "currency": "USD",
1296
+ "brand": "",
1297
+ "item_id": 1,
1298
+ "url": ""
1299
+ }
1300
+ ],
1301
+ "extra": {
1302
+ "src_search_term": "RYKER LUMATECH™ TEE (V-NECK)",
1303
+ "page_type": "search",
1304
+ "prop_id": "556300706",
1305
+ "atm_type": "on_session",
1306
+ "ip_address": "14.161.37.191",
1307
+ "is_webview": false,
1308
+ "is_stream_evt": true,
1309
+ "is_batch_evt": false,
1310
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+RYKER+LUMATECH™+TEE+(V-NECK)",
1311
+ "device_brand": "Unknown",
1312
+ "ss_time": 1001537,
1313
+ "is_rt_evt": false,
1314
+ "customer_id": "230",
1315
+ "referrer_url": "https://sandbox-magento.antsomi.com/argus-all-weather-tank.html",
1316
+ "identify_type": "exact",
1317
+ "visitor_type": "returning",
1318
+ "total_items_quantity": 5,
1319
+ "customers": {
1320
+ "customer_id": "230"
1321
+ },
1322
+ "title": ""
1323
+ },
1324
+ "context": {
1325
+ "country": "vn",
1326
+ "os": "Windows NT",
1327
+ "city": "Ho Chi Minh City",
1328
+ "ip": "14.161.37.191",
1329
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1330
+ "http_node": "101980198195",
1331
+ "sys_reqid": "500301f7-6e29-41f3-b05e-c8c9fa2bc870",
1332
+ "is_stream_evt": true,
1333
+ "is_batch_evt": false,
1334
+ "province_id": 29,
1335
+ "browser": "Chrome",
1336
+ "is_rt_evt": false,
1337
+ "kk_topic": "streaming-in",
1338
+ "dev_type": "Personal computer",
1339
+ "page": {
1340
+ "id": "7282744711663876142",
1341
+ "title": "",
1342
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=+RYKER+LUMATECH™+TEE+(V-NECK)"
1343
+ }
1344
+ }
1345
+ }
1346
+ ],
1347
+ "totalActivityCount": 1,
1348
+ "hasMoreActivities": false
1349
+ }
1350
+ },
1351
+ {
1352
+ "sectionKey": "browsing_5215129097733974",
1353
+ "etype": "browsing",
1354
+ "eventCategoryId": 8,
1355
+ "insightPropertyId": 556300706,
1356
+ "timestamp": 1717468336000,
1357
+ "trackedDateTimeUTC": "2024-06-04 02:32:16",
1358
+ "lastTimestamp": 1717468336000,
1359
+ "lastTrackedDateTimeUTC": "2024-06-04 02:32:16",
1360
+ "data": {
1361
+ "sessionStartTimestamp": 1717468336000,
1362
+ "firstActivities": [
1363
+ {
1364
+ "pageType": "product_search",
1365
+ "insightPropertyId": 556300706,
1366
+ "eventCategoryId": 8,
1367
+ "eventActionId": 10,
1368
+ "timestamp": 1717468336000,
1369
+ "trackedDateTimeUTC": "2024-06-04 02:32:16",
1370
+ "value": 0,
1371
+ "url": "",
1372
+ "urlName": "",
1373
+ "userId": "4314438765926934483",
1374
+ "items": [
1375
+ {
1376
+ "item_type": "product",
1377
+ "name": "KARISSA V-NECK TEE",
1378
+ "id": "1515",
1379
+ "type": "product",
1380
+ "sale_price": 32,
1381
+ "item_quantity": 1,
1382
+ "quantity": 1,
1383
+ "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
1384
+ "last_updated": "2024-07-29 15:35:55",
1385
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
1386
+ "date_created": "2023-03-06 17:29:11",
1387
+ "category_level_1": "Tops",
1388
+ "category_level_2": "Tees",
1389
+ "price": 32,
1390
+ "variant": "",
1391
+ "main_category": "Women",
1392
+ "currency": "USD",
1393
+ "brand": "",
1394
+ "item_id": 1,
1395
+ "url": ""
1396
+ },
1397
+ {
1398
+ "item_type": "product",
1399
+ "name": "ATOMIC ENDURANCE RUNNING TEE (CREW-NECK)",
1400
+ "id": "501",
1401
+ "type": "product",
1402
+ "sale_price": 29,
1403
+ "item_quantity": 1,
1404
+ "quantity": 1,
1405
+ "page_url": "https://sandbox-magento.antsomi.com/atomic-endurance-running-tee-crew-neck.html",
1406
+ "last_updated": "2024-08-14 14:12:31",
1407
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms12-red_main_1.jpg",
1408
+ "date_created": "2023-03-06 17:29:11",
1409
+ "category_level_1": "Tops",
1410
+ "category_level_2": "Tees",
1411
+ "price": 29,
1412
+ "variant": "",
1413
+ "main_category": "Men",
1414
+ "currency": "USD",
1415
+ "brand": "",
1416
+ "item_id": 1,
1417
+ "url": ""
1418
+ },
1419
+ {
1420
+ "item_type": "product",
1421
+ "name": "ATOMIC ENDURANCE RUNNING TEE (V-NECK)",
1422
+ "id": "485",
1423
+ "type": "product",
1424
+ "sale_price": 28,
1425
+ "item_quantity": 1,
1426
+ "quantity": 1,
1427
+ "page_url": "",
1428
+ "last_updated": "2024-08-01 17:08:02",
1429
+ "image_url": "",
1430
+ "date_created": "2023-03-06 17:29:11",
1431
+ "category_level_1": "Tops",
1432
+ "category_level_2": "Tees",
1433
+ "price": 28,
1434
+ "variant": "",
1435
+ "main_category": "Men",
1436
+ "currency": "USD",
1437
+ "brand": "",
1438
+ "item_id": 1,
1439
+ "url": ""
1440
+ },
1441
+ {
1442
+ "item_type": "product",
1443
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1444
+ "id": "469",
1445
+ "type": "product",
1446
+ "sale_price": 32,
1447
+ "item_quantity": 1,
1448
+ "quantity": 1,
1449
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1450
+ "last_updated": "2024-08-01 17:08:02",
1451
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
1452
+ "date_created": "2023-03-06 17:29:11",
1453
+ "category_level_1": "Tops",
1454
+ "category_level_2": "Tees",
1455
+ "price": 32,
1456
+ "variant": "",
1457
+ "main_category": "Men",
1458
+ "currency": "USD",
1459
+ "brand": "",
1460
+ "item_id": 1,
1461
+ "url": ""
1462
+ },
1463
+ {
1464
+ "item_type": "product",
1465
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
1466
+ "id": "565",
1467
+ "type": "product",
1468
+ "sale_price": 28,
1469
+ "item_quantity": 1,
1470
+ "quantity": 1,
1471
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1472
+ "last_updated": "2024-07-31 19:47:26",
1473
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1474
+ "date_created": "2023-03-06 17:29:11",
1475
+ "category_level_1": "Tops",
1476
+ "category_level_2": "Tees",
1477
+ "price": 28,
1478
+ "variant": "",
1479
+ "main_category": "Men",
1480
+ "currency": "USD",
1481
+ "brand": "",
1482
+ "item_id": 1,
1483
+ "url": ""
1484
+ }
1485
+ ],
1486
+ "extra": {
1487
+ "src_search_term": "ARISSA V-NECK TEE",
1488
+ "page_type": "search",
1489
+ "prop_id": "556300706",
1490
+ "atm_type": "on_session",
1491
+ "ip_address": "14.161.37.191",
1492
+ "is_webview": false,
1493
+ "is_stream_evt": true,
1494
+ "is_batch_evt": false,
1495
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE",
1496
+ "device_brand": "Unknown",
1497
+ "ss_time": 0,
1498
+ "is_rt_evt": false,
1499
+ "customer_id": "230",
1500
+ "referrer_url": "https://sandbox-magento.antsomi.com/hero-hoodie.html",
1501
+ "identify_type": "exact",
1502
+ "visitor_type": "returning",
1503
+ "total_items_quantity": 5,
1504
+ "customers": {
1505
+ "customer_id": "230"
1506
+ },
1507
+ "title": ""
1508
+ },
1509
+ "context": {
1510
+ "country": "vn",
1511
+ "os": "Windows NT",
1512
+ "city": "Ho Chi Minh City",
1513
+ "ip": "14.161.37.191",
1514
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1515
+ "http_node": "101980198195",
1516
+ "sys_reqid": "019780fd-8ad8-4c0d-a31f-a9c648b4aa14",
1517
+ "is_stream_evt": true,
1518
+ "is_batch_evt": false,
1519
+ "province_id": 29,
1520
+ "browser": "Chrome",
1521
+ "is_rt_evt": false,
1522
+ "kk_topic": "streaming-in",
1523
+ "dev_type": "Personal computer",
1524
+ "page": {
1525
+ "id": "632362928562282508",
1526
+ "title": "",
1527
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE"
1528
+ }
1529
+ }
1530
+ }
1531
+ ],
1532
+ "totalActivityCount": 1,
1533
+ "hasMoreActivities": false
1534
+ }
1535
+ },
1536
+ {
1537
+ "sectionKey": "browsing_6525168000375612",
1538
+ "etype": "browsing",
1539
+ "eventCategoryId": 8,
1540
+ "insightPropertyId": 556300706,
1541
+ "timestamp": 1717467750000,
1542
+ "trackedDateTimeUTC": "2024-06-04 02:22:30",
1543
+ "lastTimestamp": 1717467750000,
1544
+ "lastTrackedDateTimeUTC": "2024-06-04 02:22:30",
1545
+ "data": {
1546
+ "sessionStartTimestamp": 1717467750000,
1547
+ "firstActivities": [
1548
+ {
1549
+ "pageType": "product_search",
1550
+ "insightPropertyId": 556300706,
1551
+ "eventCategoryId": 8,
1552
+ "eventActionId": 10,
1553
+ "timestamp": 1717467750000,
1554
+ "trackedDateTimeUTC": "2024-06-04 02:22:30",
1555
+ "value": 0,
1556
+ "url": "",
1557
+ "urlName": "",
1558
+ "userId": "4314438765926934483",
1559
+ "items": [
1560
+ {
1561
+ "item_type": "product",
1562
+ "name": "KARISSA V-NECK TEE",
1563
+ "id": "1515",
1564
+ "type": "product",
1565
+ "sale_price": 32,
1566
+ "item_quantity": 1,
1567
+ "quantity": 1,
1568
+ "page_url": "https://sandbox-magento.antsomi.com/karissa-v-neck-tee.html",
1569
+ "last_updated": "2024-07-29 15:35:55",
1570
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/w/s/ws10-red_main_1.jpg",
1571
+ "date_created": "2023-03-06 17:29:11",
1572
+ "category_level_1": "Tops",
1573
+ "category_level_2": "Tees",
1574
+ "price": 32,
1575
+ "variant": "",
1576
+ "main_category": "Women",
1577
+ "currency": "USD",
1578
+ "brand": "",
1579
+ "item_id": 1,
1580
+ "url": ""
1581
+ },
1582
+ {
1583
+ "item_type": "product",
1584
+ "name": "ATOMIC ENDURANCE RUNNING TEE (CREW-NECK)",
1585
+ "id": "501",
1586
+ "type": "product",
1587
+ "sale_price": 29,
1588
+ "item_quantity": 1,
1589
+ "quantity": 1,
1590
+ "page_url": "https://sandbox-magento.antsomi.com/atomic-endurance-running-tee-crew-neck.html",
1591
+ "last_updated": "2024-08-14 14:12:31",
1592
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms12-red_main_1.jpg",
1593
+ "date_created": "2023-03-06 17:29:11",
1594
+ "category_level_1": "Tops",
1595
+ "category_level_2": "Tees",
1596
+ "price": 29,
1597
+ "variant": "",
1598
+ "main_category": "Men",
1599
+ "currency": "USD",
1600
+ "brand": "",
1601
+ "item_id": 1,
1602
+ "url": ""
1603
+ },
1604
+ {
1605
+ "item_type": "product",
1606
+ "name": "ATOMIC ENDURANCE RUNNING TEE (V-NECK)",
1607
+ "id": "485",
1608
+ "type": "product",
1609
+ "sale_price": 28,
1610
+ "item_quantity": 1,
1611
+ "quantity": 1,
1612
+ "page_url": "",
1613
+ "last_updated": "2024-08-01 17:08:02",
1614
+ "image_url": "",
1615
+ "date_created": "2023-03-06 17:29:11",
1616
+ "category_level_1": "Tops",
1617
+ "category_level_2": "Tees",
1618
+ "price": 28,
1619
+ "variant": "",
1620
+ "main_category": "Men",
1621
+ "currency": "USD",
1622
+ "brand": "",
1623
+ "item_id": 1,
1624
+ "url": ""
1625
+ },
1626
+ {
1627
+ "item_type": "product",
1628
+ "name": "RYKER LUMATECH™ TEE (CREW-NECK)",
1629
+ "id": "469",
1630
+ "type": "product",
1631
+ "sale_price": 32,
1632
+ "item_quantity": 1,
1633
+ "quantity": 1,
1634
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-crew-neck.html",
1635
+ "last_updated": "2024-08-01 17:08:02",
1636
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms09-blue_main_1.jpg",
1637
+ "date_created": "2023-03-06 17:29:11",
1638
+ "category_level_1": "Tops",
1639
+ "category_level_2": "Tees",
1640
+ "price": 32,
1641
+ "variant": "",
1642
+ "main_category": "Men",
1643
+ "currency": "USD",
1644
+ "brand": "",
1645
+ "item_id": 1,
1646
+ "url": ""
1647
+ },
1648
+ {
1649
+ "item_type": "product",
1650
+ "name": "RYKER LUMATECH™ TEE (V-NECK)",
1651
+ "id": "565",
1652
+ "type": "product",
1653
+ "sale_price": 28,
1654
+ "item_quantity": 1,
1655
+ "quantity": 1,
1656
+ "page_url": "https://sandbox-magento.antsomi.com/ryker-lumatech-trade-tee-v-neck.html",
1657
+ "last_updated": "2024-07-31 19:47:26",
1658
+ "image_url": "https://sandbox-magento.antsomi.com/media/catalog/product/m/s/ms02-gray_main_1.jpg",
1659
+ "date_created": "2023-03-06 17:29:11",
1660
+ "category_level_1": "Tops",
1661
+ "category_level_2": "Tees",
1662
+ "price": 28,
1663
+ "variant": "",
1664
+ "main_category": "Men",
1665
+ "currency": "USD",
1666
+ "brand": "",
1667
+ "item_id": 1,
1668
+ "url": ""
1669
+ }
1670
+ ],
1671
+ "extra": {
1672
+ "src_search_term": "ARISSA V-NECK TEE",
1673
+ "page_type": "search",
1674
+ "prop_id": "556300706",
1675
+ "atm_type": "on_session",
1676
+ "ip_address": "14.161.37.191",
1677
+ "is_webview": false,
1678
+ "is_stream_evt": true,
1679
+ "is_batch_evt": false,
1680
+ "location_url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE",
1681
+ "device_brand": "Unknown",
1682
+ "ss_time": 1164155,
1683
+ "is_rt_evt": false,
1684
+ "customer_id": "230",
1685
+ "referrer_url": "https://sandbox-magento.antsomi.com/hero-hoodie.html",
1686
+ "identify_type": "exact",
1687
+ "visitor_type": "returning",
1688
+ "total_items_quantity": 5,
1689
+ "customers": {
1690
+ "customer_id": "230"
1691
+ },
1692
+ "title": ""
1693
+ },
1694
+ "context": {
1695
+ "country": "vn",
1696
+ "os": "Windows NT",
1697
+ "city": "Ho Chi Minh City",
1698
+ "ip": "14.161.37.191",
1699
+ "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
1700
+ "http_node": "101980198195",
1701
+ "sys_reqid": "7c14c660-6458-4c01-ac63-75cc1f9f8f92",
1702
+ "is_stream_evt": true,
1703
+ "is_batch_evt": false,
1704
+ "province_id": 29,
1705
+ "browser": "Chrome",
1706
+ "is_rt_evt": false,
1707
+ "kk_topic": "streaming-in",
1708
+ "dev_type": "Personal computer",
1709
+ "page": {
1710
+ "id": "632362928562282508",
1711
+ "title": "",
1712
+ "url": "https://sandbox-magento.antsomi.com/catalogsearch/result/?q=ARISSA+V-NECK+TEE"
1713
+ }
1714
+ }
1715
+ }
1716
+ ],
1717
+ "totalActivityCount": 1,
1718
+ "hasMoreActivities": false
1719
+ }
1720
+ }
1721
+ ],
1722
+ "whatsapp_promotion_code_send": [
1723
+ {
1724
+ "sectionKey": "promotion_code_3785779825907206",
1725
+ "etype": "promotion_code",
1726
+ "eventCategoryId": 5405,
1727
+ "insightPropertyId": 564993252,
1728
+ "timestamp": 1747667502000,
1729
+ "trackedDateTimeUTC": "2025-05-19 15:11:42",
1730
+ "lastTimestamp": 1747667502000,
1731
+ "lastTrackedDateTimeUTC": "2025-05-19 15:11:42",
1732
+ "data": {
1733
+ "sessionStartTimestamp": 1747667502000,
1734
+ "firstActivities": [
1735
+ {
1736
+ "pageType": "sent",
1737
+ "insightPropertyId": 564993252,
1738
+ "eventCategoryId": 5405,
1739
+ "eventActionId": 44,
1740
+ "timestamp": 1747667502000,
1741
+ "trackedDateTimeUTC": "2025-05-19 15:11:42",
1742
+ "value": 0,
1743
+ "url": "",
1744
+ "urlName": "",
1745
+ "userId": "84389014572",
1746
+ "items": [
1747
+ {
1748
+ "item_type": "promotion_code",
1749
+ "name": "CDP_RZIKDS",
1750
+ "id": "CDP_RZIKDS",
1751
+ "type": "promotion_code",
1752
+ "item_quantity": 1,
1753
+ "item_id": -100,
1754
+ "url": ""
1755
+ }
1756
+ ],
1757
+ "extra": {
1758
+ "delivery_address": "",
1759
+ "device_brand": "Apple",
1760
+ "delivery_channel": "whatsapp",
1761
+ "is_rt_evt": false,
1762
+ "ip_address": "13.251.4.242",
1763
+ "customer_id": "84389014572",
1764
+ "is_webview": false,
1765
+ "request_id": "647b62f7-6ef1-4673-903b-a99057bfecd1",
1766
+ "is_stream_evt": false,
1767
+ "is_batch_evt": false,
1768
+ "total_items_quantity": 1,
1769
+ "title": "",
1770
+ "story": {
1771
+ "id": "37749511",
1772
+ "storyName": "Send Antsomi Whatsapp Message",
1773
+ "channelId": 13
1774
+ },
1775
+ "campaign": {
1776
+ "id": "37750647"
1777
+ },
1778
+ "variant": {
1779
+ "id": "37750648"
1780
+ },
1781
+ "destination": {
1782
+ "id": "37302177"
1783
+ },
1784
+ "promotion_pool": {
1785
+ "id": "7573480"
1786
+ },
1787
+ "channel": {
1788
+ "id": 13,
1789
+ "channelName": "WhatsApp"
1790
+ }
1791
+ },
1792
+ "context": {
1793
+ "os": {
1794
+ "name": "Mac OS",
1795
+ "id": 23
1796
+ },
1797
+ "ip": "13.251.4.242",
1798
+ "dev_type": {
1799
+ "name": "Personal computer",
1800
+ "id": 1
1801
+ }
1802
+ }
1803
+ }
1804
+ ],
1805
+ "totalActivityCount": 1,
1806
+ "hasMoreActivities": false
1807
+ }
1808
+ },
1809
+ {
1810
+ "sectionKey": "promotion_code_5860317053489504",
1811
+ "etype": "promotion_code",
1812
+ "eventCategoryId": 5405,
1813
+ "insightPropertyId": 564993252,
1814
+ "timestamp": 1747665780000,
1815
+ "trackedDateTimeUTC": "2025-05-19 14:43:00",
1816
+ "lastTimestamp": 1747665780000,
1817
+ "lastTrackedDateTimeUTC": "2025-05-19 14:43:00",
1818
+ "data": {
1819
+ "sessionStartTimestamp": 1747665780000,
1820
+ "firstActivities": [
1821
+ {
1822
+ "pageType": "sent",
1823
+ "insightPropertyId": 564993252,
1824
+ "eventCategoryId": 5405,
1825
+ "eventActionId": 44,
1826
+ "timestamp": 1747665780000,
1827
+ "trackedDateTimeUTC": "2025-05-19 14:43:00",
1828
+ "value": 0,
1829
+ "url": "",
1830
+ "urlName": "",
1831
+ "userId": "84389014572",
1832
+ "items": [
1833
+ {
1834
+ "item_type": "promotion_code",
1835
+ "name": "CDP_RZIKDS",
1836
+ "id": "CDP_RZIKDS",
1837
+ "type": "promotion_code",
1838
+ "item_quantity": 1,
1839
+ "item_id": -100,
1840
+ "url": ""
1841
+ }
1842
+ ],
1843
+ "extra": {
1844
+ "delivery_address": "",
1845
+ "device_brand": "Apple",
1846
+ "delivery_channel": "whatsapp",
1847
+ "is_rt_evt": false,
1848
+ "ip_address": "13.251.4.242",
1849
+ "customer_id": "84389014572",
1850
+ "is_webview": false,
1851
+ "request_id": "3f38c63a-52a6-4a61-be1c-c6759a7292a9",
1852
+ "is_stream_evt": false,
1853
+ "is_batch_evt": false,
1854
+ "total_items_quantity": 1,
1855
+ "title": "",
1856
+ "story": {
1857
+ "id": "37749511",
1858
+ "storyName": "Send Antsomi Whatsapp Message",
1859
+ "channelId": 13
1860
+ },
1861
+ "campaign": {
1862
+ "id": "37750647"
1863
+ },
1864
+ "variant": {
1865
+ "id": "37750648"
1866
+ },
1867
+ "destination": {
1868
+ "id": "37302177"
1869
+ },
1870
+ "promotion_pool": {
1871
+ "id": "7573480"
1872
+ },
1873
+ "channel": {
1874
+ "id": 13,
1875
+ "channelName": "WhatsApp"
1876
+ }
1877
+ },
1878
+ "context": {
1879
+ "os": {
1880
+ "name": "Mac OS",
1881
+ "id": 23
1882
+ },
1883
+ "ip": "13.251.4.242",
1884
+ "dev_type": {
1885
+ "name": "Personal computer",
1886
+ "id": 1
1887
+ }
1888
+ }
1889
+ }
1890
+ ],
1891
+ "totalActivityCount": 1,
1892
+ "hasMoreActivities": false
1893
+ }
1894
+ }
1895
+ ]
1896
+ }