Skip to content

Commit dbeb934

Browse files
Update index.md
1 parent 4899c2c commit dbeb934

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,11 @@ 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 isn't the Session_Id being automatically added to my WEB events?
247+
For the Session_Id to be automatically added to events, your browser must allow the following request URL to load:
248+
249+
```https://cdn.segment.com/next-integrations/actions/amplitude-plugins/..```
250+
251+
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.

0 commit comments

Comments
 (0)