Skip to content

Commit 6622106

Browse files
Apply suggestions from code review
Co-authored-by: forstisabella <[email protected]>
1 parent 2328221 commit 6622106

File tree

1 file changed

+5
-4
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+5
-4
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -920,16 +920,16 @@ Bundle the destinations you want loaded from [npm](https://www.npmjs.com/package
920920
```
921921

922922
## Segment Inspector
923-
The Segment Inspector is a Chrome web extension that enables you to debug your Segment integration on web applications instrumented with Analytics.js 2.0. Analytics.js sends data to the extension so that you can see how events change before they're sent to your destinations, and so that you can verify that the event details are correct. Analyze and confirm that API calls made from your website arrive to your Segment Source.
923+
The Segment Inspector is a Chrome web extension that enables you to debug your Segment integration on web applications instrumented with Analytics.js 2.0. Analytics.js sends data to the extension so that you can see how events change before they're sent to your destinations and so that you can verify that the event details are correct. The Segment Inspector also lets you analyze and confirm that API calls made from your website arrive to your Analytics.js 2.0 source.
924924

925925
> info ""
926926
> For the Segment inspector to work, you must enable the Analytics.js 2.0 source.
927927
928928
To add the Segment Inspector as a Chrome extension:
929-
1. Go to the [Chrome web store](https://chrome.google.com/webstore/category/extensions).
929+
1. Go to the [Chrome web store](https://chrome.google.com/webstore/category/extensions){:target="_blank”}.
930930
2. Search for **Segment Inspector**.
931931
3. Click **Add to Chrome**.
932-
4. Click Add Extension in the pop-up window.
932+
4. Click **Add Extension** in the pop-up window.
933933

934934
Once installed, use the Inspect Elements developer tool in Chrome to use the Segment Inspector. To access the Inspector, go the top menu bar of Chrome and navigate to **View > Developer > Inspect Elements** and to go the **Segment** tab. On the Segment tab, you can:
935935
- Filter the different calls by type
@@ -947,7 +947,8 @@ The Segment Inspector is composed of these three components:
947947
- Select the *fx* icon to see the payloads after plugins ran.
948948
- Select the single-checked icon to see the payload as it was when the event triggered.
949949
3. The **Identity** tab
950-
- This tab enables you to see the information of a user if you're using the `identify` feature. You can associate the data to an individual and measure their activity across multiple sessions and devices. If you're not using the `identify` feature, the user remains anonymous.
950+
- This tab enables you to see the information of a user if you're using the `identify` feature. You can associate the data to an individual and measure their activity across multiple sessions and devices.
951+
- If you're not using the `identify` feature, the user remains anonymous.
951952

952953

953954
## Open source libraries

0 commit comments

Comments
 (0)