Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 33d4d09

Browse files
remove XHR instructions (#8153)
Recs requests in the browser are of type 'text/plain' Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 751c3f1 commit 33d4d09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/recommendations/verify.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ To ensure events are firing on pages across your site (home, product, checkout,
2424

2525
1. Make sure you disable any ad blockers on your browser and accept cookies on the site.
2626
1. In Chrome, choose **Customize and control Google Chrome** (the three vertical dots in the upper right corner of the browser) then select **More Tools** > **Developer Tools**.
27-
1. Choose the **Network** tab then select the **XHR** type.
28-
1. Filter for `tp2`.
27+
1. Choose the **Network** tab and filter for `tp2`.
2928
1. Reload the page.
3029
1. You should see calls under `tp2` in the **Name** column.
3130

0 commit comments

Comments
 (0)