Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "analytics.js" to the list of sources #7421

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For [`batch` requests](#batch), there's a limit of 500 KB per request.

## Max request size

There is a maximum of `32KB` per normal API request. The `batch` API endpoint accepts a maximum of `500KB` per request, with a limit of `32KB` per event in the batch. If you are sending data from a server source, Segment's API responds with `400 Bad Request` if these limits are exceeded.
There is a maximum of `32KB` per normal API request. The `batch` API endpoint accepts a maximum of `500KB` per request, with a limit of `32KB` per event in the batch. If you are sending data from a server or Analytics.js source, Segment's API responds with `400 Bad Request` if these limits are exceeded.

## Regional configuration
{% include content/regional-config.md %}
Expand Down
Loading