From dbeb934e03a5113c926e9f3ba27c2bbe3bc92899 Mon Sep 17 00:00:00 2001 From: prigiattiperrut <47340158+prigiattiperrut@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:04:20 +0100 Subject: [PATCH 1/2] Update index.md --- .../destinations/catalog/actions-amplitude/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/connections/destinations/catalog/actions-amplitude/index.md b/src/connections/destinations/catalog/actions-amplitude/index.md index 62cb81fb0f..7fab26ccb1 100644 --- a/src/connections/destinations/catalog/actions-amplitude/index.md +++ b/src/connections/destinations/catalog/actions-amplitude/index.md @@ -241,3 +241,11 @@ In the following example, the Amplitude User property `friendCount` equals 4. "traits" : {"$add": {"friendCount": 3} } "traits" : {"$add": {"friendCount": 1} } ``` +## FAQ and troubleshooting + +### Why isn't the Session_Id being automatically added to my WEB events? +For the Session_Id to be automatically added to events, your browser must allow the following request URL to load: + +```https://cdn.segment.com/next-integrations/actions/amplitude-plugins/..``` + +To check if this request is being loaded, [inspect the network requests](https://developer.chrome.com/docs/devtools/network) on your website and look for 'Amplitude.' If the request is being blocked, please ensure it is allowed on your side. From 4eb3dd29757893071737fb86b70c5c4590c61840 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:26:34 -0400 Subject: [PATCH 2/2] Apply suggestions from code review --- .../destinations/catalog/actions-amplitude/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/connections/destinations/catalog/actions-amplitude/index.md b/src/connections/destinations/catalog/actions-amplitude/index.md index 7fab26ccb1..90ba8fb904 100644 --- a/src/connections/destinations/catalog/actions-amplitude/index.md +++ b/src/connections/destinations/catalog/actions-amplitude/index.md @@ -243,9 +243,11 @@ In the following example, the Amplitude User property `friendCount` equals 4. ``` ## FAQ and troubleshooting -### Why isn't the Session_Id being automatically added to my WEB events? -For the Session_Id to be automatically added to events, your browser must allow the following request URL to load: +### Why doesn't Segment automatically add the `session_id` to my web events? +For Segment to automatically add the `session_id` to events, your browser must allow the following request URL to load: -```https://cdn.segment.com/next-integrations/actions/amplitude-plugins/..``` +``` +https://cdn.segment.com/next-integrations/actions/amplitude-plugins/.. +``` -To check if this request is being loaded, [inspect the network requests](https://developer.chrome.com/docs/devtools/network) on your website and look for 'Amplitude.' If the request is being blocked, please ensure it is allowed on your side. +To check if you are loading this request, [inspect the network requests](https://developer.chrome.com/docs/devtools/network){:target="_blankā€} on your website and look for 'Amplitude.' If the request is not loading, confirm it is allowed on your side.