Skip to content

Instantly share code, notes, and snippets.

@alasdairham
Created September 6, 2017 09:19
Show Gist options
  • Select an option

  • Save alasdairham/d80d887b07d6b7de5b6ecee29befdf4c to your computer and use it in GitHub Desktop.

Select an option

Save alasdairham/d80d887b07d6b7de5b6ecee29befdf4c to your computer and use it in GitHub Desktop.
## Data Structure
Example of HTTP payload sent to server
```json
{
"ip": "user ip",
"user_agent": "OS, Browser, etc..",
"data":[
{
"x": 50,
"y": 100,
"ts": 412315123234,
"w": 800,
"h": 600,
"url": "http://example.com"
"isClick": true
}
]
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment