---
title: "Verifying Chrome"
slug: "verifying-chrome"
updated: 2024-06-12T18:32:01Z
published: 2024-06-12T18:32:01Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# Verifying Chrome

## Testing in Chrome

1. Open a page that is thought to be tagged with the Webtrends SharePoint Tag, such as the Home page of a site collection.
2. Open the **Developer Tools**. This can be done by: a. Pressing **F12** on the keyboard. b. **Ctrl + Shift + I** on the keyboard. c. Clicking the vertical **…** icon in the upper right of the browser and clicking the **More tools > Developer Tools** ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2812%29%281%29.png)

          Note:

          

You can pop the Developer Tools window into its own window by clicking the vertical … icon and then the Undock into separate window icon in the upper right of the menu.

![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2813%29%281%29.png)
3. Click on the **Sources** tab near the middle of the list of tabs the top. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2814%29%281%29.png)
4. Review the list of **Sources** in the tab on the left. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2815%29%281%29.png)
5. Verify you see the Webtrends JavaScript files as noted in the Webtrends JavaScript Files section.
6. Click on the **Network** tab near the middle of the list of tabs the top. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2816%29%281%29.png)
7. Refresh the page or press **F5** on the keyboard.
8. Use the Filter box in the upper left and search for **statse.webtrendslive.com**. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2817%29%281%29.png)

          Note:

          

If you see a row with **sdc.yourdomain.com** and **wtid.js** in the URL, but do *not* see a row with **dcs.gif**, you may have the **DCSID** value set incorrectly. This causes the SDC server to *reject* the request, and the tag will not continue.
9. Click on the **dcs.gif** row that appears in the list.
10. Click on the **Headers** tab in the right panel that appears.
11. Collapse the **General,** **Response Headers**, and **Request Headers** sections, or scroll down to the **Query String Parameters** section. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2818%29%281%29.png)
12. Review the data in the hit by looking at each parameter and value and determining if the expected values are appearing.
13. To verify link tracking, click the **Clear** (circle with a line) icon to remove all previously found entries. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2819%29%281%29.png)
14. Return to the browser window.
15. Find a *link* you wish to test. a. If **Collect all links clicks?** (app method), or the **allClick** option in the webtrends.load.js file (manual or WSP method) are true, clicks to any **<a>** link on the page should trigger a hit.

b. If these options are *not* enabled, only some links will be expected to pass data. Navigate to a document library and use a*document link* or*Hover Card* or*Ribbon* link to test.
16. Left click on the desired link, but do not let go of the mouse button. Drag the mouse slightly. Then let go of the mouse button.

a. This will cause the link click hit to be sent, but the browser will not move to the next page. This allows you to review the data while still staying on the same page. Multiple links can be quickly tested using this technique.

          Note:

          

There is also a **Preserve log** checkbox in the top of the **Network** tab that will keep or discard all the traffic when moving to another page.

Turn it on, so that if you fully click on a link and move to the next page the link click hit will not be lost in the process and should appear as the next line in the list. ![image.png](https://cdn.document360.io/0afe9842-6601-4812-b9e2-2726979f2233/Images/Documentation/image%2820%29%281%29.png)
17. Review the data in the link click hit by repeating the last few steps.

---
