Skip to content

Commit c1ee28e

Browse files
Merge pull request #6140 from segmentio/DOC-830
Fixed links on a.js troubleshooting page
2 parents eec2028 + 67311df commit c1ee28e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The object means that you are successfully loading Analytics.js onto your websit
1616

1717
![Returning analytics object error](images/CFsktto.gif)
1818

19-
Segment also provides a Chrome web extension, [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector), which you can use to validate that you're successfully loading Analytics.js.
19+
Segment also provides a Chrome web extension, [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/index.html#segment-inspector), which you can use to validate that you're successfully loading Analytics.js.
2020

2121
Solution: [Follow the Analytics.js Quickstart Guide](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/)
2222

@@ -34,7 +34,7 @@ ENV === 'production' ? writeKey = 'A' : writeKey = 'B';
3434

3535
When you reload the page, does your debugger show a new [`page`](/docs/connections/spec/page)? You can also check the JavaScript console in the browser and manually fire an event, like an Identify call, which would show up in the debugger.
3636

37-
- You can also use [Segment's Chrome extension](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector)to inspect events.
37+
- You can also use [Segment's Chrome extension](/docs/connections/sources/catalog/libraries/website/javascript/index.html#segment-inspector)to inspect events.
3838

3939
![Making an identify call](images/7Ymnh2S.gif)
4040

@@ -46,7 +46,7 @@ In the above, the `p` is a [`page`](/docs/connections/spec/page) call and the `i
4646

4747
## Using the Segment Chrome extension to validate your implementation
4848

49-
The [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector) is a Chrome extension designed for debugging Segment integrations in web applications using Analytics.js. The Inspector lets you view and verify event data before it's sent to destinations. Additionally, the tool confirms that API calls from your website reach your Analytics.js source correctly.
49+
The [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/index.html#segment-inspector) is a Chrome extension designed for debugging Segment integrations in web applications using Analytics.js. The Inspector lets you view and verify event data before it's sent to destinations. Additionally, the tool confirms that API calls from your website reach your Analytics.js source correctly.
5050

5151

5252
## Is data being transmitted to your third-party destinations?
@@ -82,15 +82,15 @@ The JavaScript console reveals all requests, outbound and inbound, to your brows
8282
- **Safari**: `COMMAND+OPTION+I` (Mac) or `CTRL+ALT+I` (Windows) and then click on the **Console** tab.
8383
- **IE**: `F12` and then click on the **Console** tab.
8484

85-
Alternatively, Segment provides the [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector), a Chrome web extension designed to enable debugging of your Segment integration in web applications that are instrumented with Analytics.js.
85+
Alternatively, Segment provides the [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/index.html#segment-inspector), a Chrome web extension designed to enable debugging of your Segment integration in web applications that are instrumented with Analytics.js.
8686

8787
## Is there a size limit on requests?
8888

8989
Yes, 32KB per event message. Events with a payload larger than 32KB are accepted by Analytics.js, with the browser returning a `200` response from the Segment servers, but the event will be silently dropped once it enters Segment's pipeline.
9090

9191
## Analytics.js failing to load due to Ad Blockers or Browser Privacy Settings
9292

93-
Segment advises against circumventing tracking blockers or browser privacy settings for client-side tracking. The user has ultimate control as to what gets loaded on the page. Segment acknowledges that this can result in some data loss in client-side tracking and suggests [workarounds](/docs/connections/sources/catalog/libraries/website/javascript/#ad-blocking) to address this issue.
93+
Segment advises against circumventing tracking blockers or browser privacy settings for client-side tracking. The user has ultimate control as to what gets loaded on the page. Segment acknowledges that this can result in some data loss in client-side tracking and suggests [workarounds](/docs/connections/sources/catalog/libraries/website/javascript/index.html#tracking-blockers-and-browser-privacy-settings) to address this issue.
9494

9595
## Analytics.js and Destinations not tracking query string parameters on certain Safari iOS and MacOS Versions
9696

0 commit comments

Comments
 (0)