From a21e337dfa49cdea46227501f1a45003a019dc0f Mon Sep 17 00:00:00 2001 From: Misha Date: Thu, 29 Oct 2020 14:46:42 -0500 Subject: [PATCH] remove XHR instructions Recs requests in the browser are of type 'text/plain' --- src/recommendations/verify.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/recommendations/verify.md b/src/recommendations/verify.md index 5ef7b287381..02987147a50 100644 --- a/src/recommendations/verify.md +++ b/src/recommendations/verify.md @@ -24,8 +24,7 @@ To ensure events are firing on pages across your site (home, product, checkout, 1. Make sure you disable any ad blockers on your browser and accept cookies on the site. 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**. -1. Choose the **Network** tab then select the **XHR** type. -1. Filter for `tp2`. +1. Choose the **Network** tab and filter for `tp2`. 1. Reload the page. 1. You should see calls under `tp2` in the **Name** column.