From a346682a8a6c27b92eeb2b6d0197991ab1d24b0d Mon Sep 17 00:00:00 2001 From: prigiattiperrut <47340158+prigiattiperrut@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:08:42 +0000 Subject: [PATCH 1/3] Update faq.md --- .../sources/catalog/libraries/website/javascript/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/connections/sources/catalog/libraries/website/javascript/faq.md b/src/connections/sources/catalog/libraries/website/javascript/faq.md index ad7993651b..8ed26d4cbc 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/faq.md +++ b/src/connections/sources/catalog/libraries/website/javascript/faq.md @@ -3,6 +3,10 @@ title: Analytics.js Frequently Asked Questions strat: ajs --- +## Is it possible to configure Analytics.js to automatically collect IPv6 when available? + +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. + ## Is there a size limit on requests? 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. From 39163db7adea75e2c5f6c12b850dd8b6ece713d2 Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:01:54 -0800 Subject: [PATCH 2/3] Update src/connections/sources/catalog/libraries/website/javascript/faq.md --- .../sources/catalog/libraries/website/javascript/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/website/javascript/faq.md b/src/connections/sources/catalog/libraries/website/javascript/faq.md index 8ed26d4cbc..9ee86f07ae 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/faq.md +++ b/src/connections/sources/catalog/libraries/website/javascript/faq.md @@ -5,7 +5,7 @@ strat: ajs ## Is it possible to configure Analytics.js to automatically collect IPv6 when available? -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. +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. You need to configure your setup to capture and pass the IPv6 address in your event payloads, as the library doesn’t collect it by default. ## Is there a size limit on requests? From ac835ec2cf44f8d4e3affc7496d2c46c5d6ad1de Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:17:11 -0800 Subject: [PATCH 3/3] Update src/connections/sources/catalog/libraries/website/javascript/faq.md --- .../sources/catalog/libraries/website/javascript/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/website/javascript/faq.md b/src/connections/sources/catalog/libraries/website/javascript/faq.md index 9ee86f07ae..905b79cc34 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/faq.md +++ b/src/connections/sources/catalog/libraries/website/javascript/faq.md @@ -5,7 +5,7 @@ strat: ajs ## Is it possible to configure Analytics.js to automatically collect IPv6 when available? -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. You need to configure your setup to capture and pass the IPv6 address in your event payloads, as the library doesn’t collect it by default. +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. ## Is there a size limit on requests?