Skip to content

Commit 93a90c6

Browse files
authored
Merge pull request #7199 from segmentio/prigiattiperrut-patch-9
Add FAQ for IPv6 Collection in Analytics.js
2 parents c73f10b + ac835ec commit 93a90c6

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+
Analytics.js doesn't automatically collect IPv6 addresses. If IPv6 is available on the user’s device or network, you must [manually send](/docs/connections/sources/catalog/libraries/website/javascript/identity/#anonymizing-ip) the IPv6 address to Segment. Configure your setup to capture and pass the IPv6 address in your event payloads, as the 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)