Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. {
  2. "events": [
  3. {
  4. "data": {
  5. "app_session": {
  6. "schema_name": "app_session",
  7. "schema_version": 0,
  8. "sequence_number": 1,
  9. "created_timestamp": 1544571569000,
  10. "sent_timestamp": 1544571569000,
  11. "payload": {
  12. "customer_id": "helloJoe",
  13. "preferred_marketplace_id": "1",
  14. "country_of_residence": "CA",
  15. "device_family": "ThirdPartyAndroid",
  16. "device_type": "AXACA0EKK172M",
  17. "device_serial_number": "ABC123",
  18. "device_model": "MotoG",
  19. "app_version": "KindleForAndroid_8.7.0.4",
  20. "os_version": "Android_7.1",
  21. "time_zone": "America/New_York",
  22. "start_time": 1544571569000,
  23. "end_time": 1544571569000,
  24. "is_complete": false
  25. }
  26. },
  27. "reading_session": null
  28. ,
  29. "records": [
  30. {
  31. "schema_name": "hint_response_test",
  32. "schema_version": 0,
  33. "sequence_number": 2,
  34. "created_timestamp": 1544571569000,
  35. "sent_timestamp": 1544571569000,
  36. "payload": {
  37. "session_id": "s3",
  38. "hint_id": "h3",
  39. "question_id": "q3",
  40. "customer_id": "asdas",
  41. "start_timestamp": "2015-04-29T10:15:00.500+0000",
  42. "end_timestamp": "2015-04-29T10:15:00.500+0000"
  43. }
  44. }
  45. ]
  46. }
  47. }
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement