← Home

Test D — widget_referrer only

Subdomain: d.yt.jaan.md

Purpose: Test whether widget_referrer alone is sufficient as an analytics attribution hint (no enablejsapi/origin pair).

Video ID: UqKvW7ggYWo

Configuration

<iframe
  src="https://www.youtube.com/embed/UqKvW7ggYWo?autoplay=0&controls=1&rel=0&playsinline=1&widget_referrer=https%3A%2F%2Fd.yt.jaan.md%2F"
  title="Test D — widget_referrer only"
  width="640" height="360"
  referrerpolicy="strict-origin-when-cross-origin"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  allowfullscreen>
</iframe>

Instructions

Click the native YouTube play button and watch at least 60–120 seconds.

Expected learning

Tests whether widget_referrer alone reaches YouTube Studio attribution. If Test D appears and Test C doesn't, widget_referrer is the controlling signal. If both fail, both signals may need to be combined (see Test E).

QA checklist

  1. Open DevTools → Network.
  2. Find the request to youtube.com/embed/UqKvW7ggYWo.
  3. Confirm the Referer header is https://d.yt.jaan.md/ — not absent, not no-referrer.
  4. Confirm no YouTube Error 153 in the player.
  5. Play manually and watch 60–120 seconds.
  6. For Test F, confirm DevTools console logs [YT_TEST] … READY and [YT_TEST] … STATE PLAYING. (Not applicable on this page.)