Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active February 29, 2024 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vwo-kb/7868280b25961e21db6ecf7ea1ded9c3 to your computer and use it in GitHub Desktop.
Save vwo-kb/7868280b25961e21db6ecf7ea1ded9c3 to your computer and use it in GitHub Desktop.
{
"d": {
"msgId": "<VWO_UUID>-<TIMESTAMP IN MILLISECONDS>",
"visId": "<VWO_UUID>",
"event": {
"props": {
"page": {
"title": "Sample Title",
"url": "https://www.domain.com",
"referredUrl": ""
},
"isCustomEvent": true,
"vwoMeta": {
"source": "client"
}
},
"name": "<EVENT_NAME>",
"time": "<TIMESTAMP IN MILLISECONDS>"
},
"sessionId": "<TIMESTAMP IN SECONDS>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment