ԭ

(see the * 'adobe' handle in functions.php — no async, no defer), so a page-load * Target offer has already set `data-hdr` by the time this runs. * * An answer that lands after this point is inert rather than acted on: * `apply()` finds the prune settled and does nothing, so the visitor * keeps the nav they were served instead of watching it change. That is * the deliberate trade-off — a late activity collects no data, but no * visitor ever sees the wrong nav or waits for the right one. */ (function () { var VARIANTS = ["a","b","c"]; var DEFAULT = "a"; var root = document.documentElement; var settled = false; function valid(v) { return VARIANTS.indexOf(v) !== -1; } function prune(active) { if (settled) return; settled = true; var list = document.querySelectorAll('#site-header > .header-variant'); for (var i = 0; i < list.length; i++) { if (list[i].getAttribute('data-header-variant') !== active) { list[i].parentNode.removeChild(list[i]); } } root.setAttribute('data-hdr', active); // Read by the Adobe Analytics client to attribute the test. root.setAttribute('data-hdr-active', active); if (typeof window.initHeaderNav === 'function') window.initHeaderNav(); /** * `variant` is set before the event so late listeners can tell * "already done" from "not yet". main.js is enqueued in the footer * and therefore always misses the event itself. */ window.medalliaNav.variant = active; document.dispatchEvent(new CustomEvent('medallia:nav-ready', { detail: { variant: active } })); } window.medalliaNav = { variant: null, apply: function (v) { if (valid(v)) prune(v); } }; // `?hv=` sets this server-side; a Target offer in the blocking // embed sets it before the body is parsed. var pre = root.getAttribute('data-hdr'); if (valid(pre)) { prune(pre); return; } /** * Carried forward from an earlier pageview. Read client-side, never in * PHP: WP Engine does not vary its page-cache key on arbitrary cookies, * so server-side personalisation here would serve the first anonymous * visitor's variant to everyone. */ var m = document.cookie.match(/(?:^|; )medallia_nav_variant=([^;]*)/); if (m && valid(m[1])) { prune(m[1]); return; } prune(DEFAULT); })();

사례 연구

Ideas 위탁 양육 인허가와 아동의 삶을 변화시키는 방법

싱크탱크이자 시민 혁신 단체인 뉴 아메리카 재단은 17개 주와 협력하여 위탁 양육 환경을 재설계하고 있습니다. 첫 번째 단계에서 이 단체는 워싱턴 주 아동, 청소년 및 가족부와 협력하여 위탁 가정 허가 절차를 개선했습니다.

워싱턴주 아동, 청소년 및 가족부 웹사이트의 혁신 허브를 통해 이해관계자 피드백을 요청하는 데 ԭ Crowdicity® 아이디어 협업 랫폼이 사용되었습니다. 사용하기 쉬운 이 랫폼은 피드백 프로세스의 투명성을 보장하여 주 위탁 보호 프로그램을 개선하기 위해 수천 명의 이해관계자의 동의와 참여를 이끌어냈습니다.

사례 연구를 읽고 뉴 아메리카가 워싱턴주의 위탁 보호 라이선스 시스템을 혁신하기 위해 300개 이상의 변경 사항을 파악하고 즉시 조치하여 라이선스 취득 시간을 90일 이내로 단축하면서 친인척 간병인의 면허를 11%에서 70%로 늘린 방법에 대해 자세히 알아보세요.

관련 리소스