Skip to content

Commit ddc97c6

Browse files
authored
Merge pull request #7422 from segmentio/prigiattiperrut-patch-10
Ajs: events exceeding 32 KB limit gets 400 error response
2 parents dbf00e5 + 37575bf commit ddc97c6

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Analytics.js doesn't automatically collect IPv6 addresses. If IPv6 is available
99

1010
## Is there a size limit on requests?
1111

12-
Yes, the limit is 32KB per event message. Events with a payload larger than 32KB are accepted by Analytics.js and Segment servers return a `200` response , but the event is silently dropped once it enters Segment's pipeline.
12+
Yes, the limit is 32KB per event message. Events with a payload larger than 32KB are not accepted by Analytics.js. Segment servers return a 400 response with the error message: `Exceed payload limit`.
1313

1414
## If Analytics.js fails to load, are callbacks not fired?
1515

0 commit comments

Comments
 (0)