Skip to content

Commit 9594ab2

Browse files
Merge pull request #7124 from segmentio/prigiattiperrut-patch-7
Added FAQ and troubleshooting section
2 parents 7465aa5 + 4eb3dd2 commit 9594ab2

File tree

1 file changed

+10
-0
lines changed
  • src/connections/destinations/catalog/actions-amplitude

1 file changed

+10
-0
lines changed

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,13 @@ In the following example, the Amplitude User property `friendCount` equals 4.
241241
"traits" : {"$add": {"friendCount": 3} }
242242
"traits" : {"$add": {"friendCount": 1} }
243243
```
244+
## FAQ and troubleshooting
245+
246+
### Why doesn't Segment automatically add the `session_id` to my web events?
247+
For Segment to automatically add the `session_id` to events, your browser must allow the following request URL to load:
248+
249+
```
250+
https://cdn.segment.com/next-integrations/actions/amplitude-plugins/..
251+
```
252+
253+
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.

0 commit comments

Comments
 (0)