Skip to content

Commit a346682

Browse files
Update faq.md
1 parent ec69e74 commit a346682

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Analytics.js Frequently Asked Questions
33
strat: ajs
44
---
55

6+
## Is it possible to configure Analytics.js to automatically collect IPv6 when available?
7+
8+
Currently, Analytics.js does not automatically collect IPv6 addresses. If IPv6 is available on the user’s device or network, the IPv6 address must be manually sent to Segment. You’ll need to configure your setup to capture and pass the IPv6 address in your event payloads, as our library doesn’t collect it by default.
9+
610
## Is there a size limit on requests?
711

812
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.

0 commit comments

Comments
 (0)