Skip to content

Commit

Permalink
real user agent of the user
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom authored Apr 4, 2024
1 parent 3f544cc commit e14f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/55_events/50_server-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Developers can submit data to `https://queue.simpleanalyticscdn.com/events` usin

### User agent guidelines

To prevent misidentification as a robot, avoid using default user agents from request libraries. These often contain terms like `bot`, `crawl`, `python-requests/...`, `curl/...`, `node-fetch/...`, or `axios/...`. Instead, use a custom user agent format, such as `ServerSide/1.0 (+https://www.yourwebsite.com/)`.
To prevent misidentification as a robot, avoid using default user agents from request libraries. These often contain terms like `bot`, `crawl`, `python-requests/...`, `curl/...`, `node-fetch/...`, or `axios/...`. Instead, use the real user agent of the user, or use a custom user agent format, such as `ServerSide/1.0 (+https://www.yourwebsite.com/)`.

### Event data structure

Expand Down

0 comments on commit e14f426

Please sign in to comment.