Headline Testing network calls
Use browser DevTools to verify Headline Testing is functioning correctly or to troubleshoot issues with a test.
Prerequisites
- An active headline test configured for the page
- The Headline Testing script installed on the site
- Browser DevTools open before loading the page
How to view network calls
- Open browser DevTools (F12 or right-click > Inspect).
- Select the Network tab.
- Filter by “parsely” to isolate relevant requests.
- Load or refresh the page containing the headline test.
Check network calls during a test
When a headline test is functioning correctly, the browser makes several network calls. The first call, on the homepage, loads the vip-experiments.js script. Without this call, the test does not function.

Next, still on the homepage, a tr?experiment_id call fires with an impression event type.

After a visitor clicks the article being tested, another tr?experiment_id call fires with a click event type.

Troubleshooting
- The
vip-experiments.jsscript does not load: Verify the headline test is active and that the script has been correctly added. For SPA or pages loading dynamically, enable theenableLiveUpdatesoption. See Install Headline Testing: Live Updates for configuration details. - The
impressionorclickevents do not fire: Confirm thevip-experiments.jsscript has been loaded.
Last updated: February 11, 2026