Skip to content

Commit

Permalink
Add utm to request example
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom authored May 2, 2024
1 parent b2ab789 commit 5cab8fb
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions _docs/55_events/50_server-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,25 @@ Expand your data submission with additional fields:
"hostname": "example.com",
"event": "event-name",
"path": "/",
"unique": true,
"https": true,
"ua": "User Agent",

"viewport_width": 1440,
"viewport_height": 310,
"language": "en-US",
"screen_width": 1440,
"screen_height": 900,
"unique": true,
"https": true,

"language": "en-US",
"timezone": "Europe/Amsterdam",

"source": "source",
"campaign": "campaign",
"medium": "medium",
"content": "content",

"metadata": {
"button": "yes"
},
"ua": "User Agent"
}
}
```

0 comments on commit 5cab8fb

Please sign in to comment.