winord

Unomi Sample Event Request Payload

Aug 2nd, 2022
1,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.26 KB | None | 0 0
  1. {
  2.   "itemId" : "cd627012-963e-4bb5-97f0-480990b41254",
  3.   "itemType" : "event",
  4.   "scope" : "realEstateManager",
  5.   "version" : 1,
  6.   "eventType" : "form",
  7.   "sessionId" : "aaad09aa-88c2-67bd-b106-5a47ded43ead",
  8.   "profileId" : "48563fd0-6319-4260-8dba-ae421beba26f",
  9.   "timeStamp" : "2018-11-23T16:32:26Z",
  10.   "properties" : {
  11.     "firstName" : "John",
  12.     "lastName" : "Doe",
  13.     "email" : "[email protected]",
  14.     "submitButton" : "Submit"
  15.   },
  16.   "source" : {
  17.     "itemId" : "/tracker/",
  18.     "itemType" : "page",
  19.     "scope" : "realEstateManager",
  20.     "version" : null,
  21.     "properties" : {
  22.       "pageInfo" : {
  23.         "destinationURL" : "http://localhost:8181/tracker/?firstName=Bill&lastName=Gates&email=bgates%40microsoft.com",
  24.         "pageID" : "/tracker/",
  25.         "pagePath" : "/tracker/",
  26.         "pageName" : "Apache Unomi Web Tracker Test Page",
  27.         "referringURL" : "http://localhost:8181/tracker/?firstName=John&lastName=Doe&email=johndoe%40acme.com"
  28.       },
  29.       "attributes" : [ ],
  30.       "consentTypes" : [ ],
  31.       "interests" : { }
  32.     }
  33.   },
  34.   "target" : {
  35.     "itemId" : "testFormTracking",
  36.     "itemType" : "form",
  37.     "scope" : "realEstateManager",
  38.     "version" : null,
  39.     "properties" : { }
  40.   },
  41.   "persistent" : true
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment