
<script>
/* Google Analytics 4. Loaded from the one place every page is read, so no page
 * can be added later and quietly go uncounted.
 *
 * Two things are deliberately narrowed, because this host serves a psychometric
 * assessment rather than a shop.
 *
 * **The query string never leaves the browser.** GA reports the full URL by
 * default, and the URLs here carry things that must not reach a third party: a
 * magic sign-in link is `?token=...`, a Stripe return is `?session_id=...`, and
 * an invite carries `?cohort=` and `?sponsor=`. The referrer is stripped for the
 * same reason — a visitor arriving from their sign-in link would otherwise hand
 * Google a live credential as `page_referrer`. Both are reduced to origin plus
 * path before anything is sent, which keeps attribution and drops the secrets.
 *
 * **Nothing about the person or their answers is ever sent.** No user id, no
 * email, no score, no arena. Page paths only. A leader answering questions about
 * how they handle pressure has not agreed to have that profiled.
 *
 * Do Not Track and Global Privacy Control are honoured by not loading the tag at
 * all, rather than loading it and asking it to behave.
 */
(function () {
  var ID = "G-BVNK7HWGNH";
  var nav = window.navigator || {};
  if (nav.doNotTrack === "1" || window.doNotTrack === "1" ||
      nav.msDoNotTrack === "1" || nav.globalPrivacyControl === true) return;

  function clean(u) {
    if (!u) return "";
    try { var x = new URL(u, location.origin); return x.origin + x.pathname; }
    catch (e) { return ""; }
  }

  var s = document.createElement("script");
  s.async = true;
  s.src = "https://www.googletagmanager.com/gtag/js?id=" + ID;
  document.head.appendChild(s);

  window.dataLayer = window.dataLayer || [];
  function gtag() { dataLayer.push(arguments); }
  window.gtag = gtag;
  gtag("js", new Date());
  gtag("config", ID, {
    page_location: clean(location.href),
    page_referrer: clean(document.referrer),
    anonymize_ip: true,
    /* The funnel crosses two hosts. Without this a visitor who starts on the
       marketing site and finishes the assessment is two unrelated people. */
    linker: { domains: ["summaryleadership.com", "survey.summaryleadership.com"] }
  });
})();
</script>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://survey.summaryleadership.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://survey.summaryleadership.com/full</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://survey.summaryleadership.com/explore</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
