You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/index.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -920,16 +920,16 @@ Bundle the destinations you want loaded from [npm](https://www.npmjs.com/package
920
920
```
921
921
922
922
## 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.
924
924
925
925
> info ""
926
926
> For the Segment inspector to work, you must enable the Analytics.js 2.0 source.
927
927
928
928
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”}.
930
930
2. Search for **Segment Inspector**.
931
931
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.
933
933
934
934
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:
935
935
- Filter the different calls by type
@@ -947,7 +947,8 @@ The Segment Inspector is composed of these three components:
947
947
- Select the *fx* icon to see the payloads after plugins ran.
948
948
- Select the single-checked icon to see the payload as it was when the event triggered.
949
949
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.
0 commit comments