Skip to content

Instantly share code, notes, and snippets.

@cborodescu
Last active October 6, 2022 10:52
Show Gist options
  • Save cborodescu/f009b937a3376f1a9b7be053d363b703 to your computer and use it in GitHub Desktop.
Save cborodescu/f009b937a3376f1a9b7be053d363b703 to your computer and use it in GitHub Desktop.
User-Data Profiles
[{
"user": "user-123",
"informational-profile": {
"properties": {
"raw": {
"device": "mobile",
"sessionCount": 12,
"timeOnSite": "02:03:10",
"browser": "chrome",
"pageviews": 32,
"avgSessionDuration": 102,
"lastVisit": "2022-09-11T10:12:37Z"
}
}
}
},
{
"user": "user-123",
"navigational-profile": {
"products": {
"value": [
{
"name": "Jirgi Half-Zip T-Shirt",
"objectID": "D05927-8161-111",
"url": "men/t-shirts/d05927-8161-111"
},
{
"name": "Boys T-Shirt",
"objectID": "D12461-8136-211",
"url": "boys/t-shirts/d12461-8136-21"
},
{
"name": "Men shorts",
"objectID": "D12345-5678-910",
"url": "men/shorts/d12345-5678-910"
}
],
"lastUpdatedAt": "2021-07-11T07:07:00Z"
}
}
},
{
"user": "user-123",
"commercial-profile": {
"orders": {
"value": [
{
"total": 159,
"products": {
"value": [
{
"name": "T-Shirts",
"objectID": "D05927-8161-111",
"size": "L",
"quantity": 1,
"price": 99.00
},
{
"name": "Hats",
"objectID": "D12461-8136-211",
"size": "M",
"quantity": 1,
"price": 15.00
},
{
"name": "Shorts",
"objectID": "D12345-5678-910",
"url": "men/shorts/d12345-5678-910",
"size": "L",
"quantity": 1,
"price": 45.00
}
]
}
}
],
"lastUpdatedAt": "2021-07-12T10:03:37Z"
}
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment