Skip to content

Commit 4eb3dd2

Browse files
Apply suggestions from code review
1 parent dbeb934 commit 4eb3dd2

File tree

1 file changed

+6
-4
lines changed
  • src/connections/destinations/catalog/actions-amplitude

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,11 @@ In the following example, the Amplitude User property `friendCount` equals 4.
243243
```
244244
## FAQ and troubleshooting
245245

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:
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:
248248

249-
```https://cdn.segment.com/next-integrations/actions/amplitude-plugins/..```
249+
```
250+
https://cdn.segment.com/next-integrations/actions/amplitude-plugins/..
251+
```
250252

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.
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)