{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","cards","card"]},"type":"markdown"},"seo":{"title":"In-Browser Messaging 概要","description":"Engage StudioのIn-Browser Messaging機能とReal-Time Personalization 2.0を使用して、ポップアップオーバーレイやインラインDOMの差し替えといったパーソナライズされたWebエクスペリエンスを配信する方法を説明します。","siteUrl":"https://docs.treasure.ai","lang":"en-US","jsonLd":{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.treasure.ai/","name":"Treasure AI","url":"https://www.treasure.ai/","logo":"https://www.treasure.ai/hubfs/assets/images/logos/primary-logo.svg"},{"@type":"WebSite","@id":"https://docs.treasure.ai/#website","name":"Treasure AI Documentation","url":"https://docs.treasure.ai/","inLanguage":["en","ja"],"publisher":{"@id":"https://www.treasure.ai/"}}]},"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"in-browser-messaging","__idx":0},"children":["In-Browser Messaging"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Beta"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In-Browser MessagingはBeta版です。一般提供前に機能やSDKの仕様が変更される場合があります。"," ","アクセス方法については、カスタマーサクセス担当までご相談ください。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["In-Browser Messaging"]},"を使用すると、マーケターはWebサイト上でパーソナライズされたエクスペリエンス——プロモーションバナー、モーダルオーバーレイ、インラインコンテンツの差し替えなど——をページのコードを変更せずに配信できます。メールやプッシュ通知とは異なり、In-Browserメッセージはユーザーがブラウジング中にブラウザ内でレンダリングされるため、コンテキストに応じたプロモーション、カートリマインダー、期間限定のお知らせなどに最適です。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ターゲティングとパーソナライズに関するすべての判定は**Real-Time Personalization 2.0（RT 2.0）**がサーバーサイドで処理するため、クライアントサイドの実装は最小限に抑えられます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"メッセージタイプ","__idx":1},"children":["メッセージタイプ"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In-Browser Messagingは2種類の配信モードをサポートしています。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"20%","data-label":"タイプ"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["タイプ"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"40%","data-label":"説明"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"40%","data-label":"主な用途"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["主な用途"]}," "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Popup"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["既存のコンテンツを変更せず、ページの上にオーバーレイとしてメッセージを表示し、注目を集めます。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ウェルカムオファー、プロモーション告知"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Inline"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["メッセージをページに直接挿入し、既存のコンテンツを置き換えることでシームレスなネイティブ体験を提供します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["セールバナー、カートクーポンリマインダー、商品別プロモーション"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["メッセージタイプはキャンペーン作成時に選択し、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["保存後は変更できません"]},"。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"仕組み","__idx":2},"children":["仕組み"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In-Browser Messagingは",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["RT Personalization 2.0"]},"を基盤としています。配信フローは以下のとおりです。"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"sequenceDiagram\n    actor User as ユーザー\n    participant SDK as TD Web SDK\n    participant RT as RT 2.0 Personalization API\n\n    User->>SDK: ページ訪問またはイベントトリガー<br/>(page_view, cart_add など)\n    SDK->>RT: パーソナライズトークン付きでイベント送信\n    RT->>RT: エントリー基準と<br/>セグメントメンバーシップを評価\n    alt 配信条件を満たす場合\n        RT-->>SDK: キャンペーンペイロードを返す\n        alt Popupキャンペーン\n            SDK->>User: ページ上にポップアップをオーバーレイ\n        else Inlineキャンペーン\n            SDK->>User: Zone要素のinnerHTMLを差し替え\n        end\n    else 条件を満たさない場合\n        RT-->>SDK: 空のレスポンスを返す\n    end\n    User->>User: メッセージを閲覧・操作・閉じる\n","diagramHtml":"<svg id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 757px;\" viewBox=\"-50 -10 757 915\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"444\" y=\"829\" fill=\"#eaeaea\" stroke=\"#666\" width=\"213\" height=\"65\" name=\"RT\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"550.5\" y=\"861.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"550.5\" dy=\"0\">RT 2.0 Personalization API</tspan></text></g><g><rect x=\"244\" y=\"829\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"SDK\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"319\" y=\"861.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"319\" dy=\"0\">TD Web SDK</tspan></text></g><g></g><g><line id=\"actor2\" x1=\"550.5\" y1=\"65\" x2=\"550.5\" y2=\"829\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"RT\" data-et=\"life-line\" data-id=\"RT\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"RT\"><rect x=\"444\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"213\" height=\"65\" name=\"RT\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"550.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"550.5\" dy=\"0\">RT 2.0 Personalization API</tspan></text></g></g><g><line id=\"actor1\" x1=\"319\" y1=\"65\" x2=\"319\" y2=\"829\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"SDK\" data-et=\"life-line\" data-id=\"SDK\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"SDK\"><rect x=\"244\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"SDK\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"319\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"319\" dy=\"0\">TD Web SDK</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"80\" x2=\"75\" y2=\"829\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"User\" data-et=\"life-line\" data-id=\"User\"></line></g><style>#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .error-icon{fill:#552222;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .error-text{fill:#552222;stroke:#552222;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-thickness-normal{stroke-width:1px;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-thickness-thick{stroke-width:3.5px;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-pattern-solid{stroke-dasharray:0;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .marker{fill:#333333;stroke:#333333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .marker.cross{stroke:#333333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 p{margin:0;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 text.actor&gt;tspan{fill:black;stroke:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .actor-line{stroke:#9370DB;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .sequenceNumber{fill:white;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [id$=\"-sequencenumber\"]{fill:#333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .messageText{fill:#333;stroke:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .labelText,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .labelText&gt;tspan{fill:black;stroke:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .loopText,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .loopText&gt;tspan{fill:black;stroke:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .sectionTitle,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .noteText,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .activation0{fill:#f4f4f4;stroke:#666;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .activation1{fill:#f4f4f4;stroke:#666;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .activation2{fill:#f4f4f4;stroke:#666;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .actorPopupMenu{position:absolute;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .actor-man circle,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 line{fill:#ECECFF;stroke-width:2px;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 .node .neo-node{stroke:#9370DB;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node rect,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].cluster rect,#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"control-structure\" data-id=\"i9\"><line x1=\"64\" y1=\"412\" x2=\"330\" y2=\"412\" class=\"loopLine\"></line><line x1=\"330\" y1=\"412\" x2=\"330\" y2=\"614\" class=\"loopLine\"></line><line x1=\"64\" y1=\"614\" x2=\"330\" y2=\"614\" class=\"loopLine\"></line><line x1=\"64\" y1=\"412\" x2=\"64\" y2=\"614\" class=\"loopLine\"></line><line x1=\"64\" y1=\"518\" x2=\"330\" y2=\"518\" class=\"loopLine\" style=\"stroke-dasharray: 3, 3;\"></line><polygon points=\"64,412 114,412 114,425 105.6,432 64,432\" class=\"labelBox\"></polygon><text x=\"89\" y=\"425\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"labelText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">alt</text><text x=\"222\" y=\"430\" text-anchor=\"middle\" class=\"loopText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"222\">[Popupキャンペーン]</tspan></text><text x=\"197\" y=\"536\" text-anchor=\"middle\" class=\"sectionTitle\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">[Inlineキャンペーン]</text></g><g data-et=\"control-structure\" data-id=\"i12\"><line x1=\"54\" y1=\"311\" x2=\"561.5\" y2=\"311\" class=\"loopLine\"></line><line x1=\"561.5\" y1=\"311\" x2=\"561.5\" y2=\"725\" class=\"loopLine\"></line><line x1=\"54\" y1=\"725\" x2=\"561.5\" y2=\"725\" class=\"loopLine\"></line><line x1=\"54\" y1=\"311\" x2=\"54\" y2=\"725\" class=\"loopLine\"></line><line x1=\"54\" y1=\"629\" x2=\"561.5\" y2=\"629\" class=\"loopLine\" style=\"stroke-dasharray: 3, 3;\"></line><polygon points=\"54,311 104,311 104,324 95.6,331 54,331\" class=\"labelBox\"></polygon><text x=\"79\" y=\"324\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"labelText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">alt</text><text x=\"332.75\" y=\"329\" text-anchor=\"middle\" class=\"loopText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"332.75\">[配信条件を満たす場合]</tspan></text><text x=\"307.75\" y=\"647\" text-anchor=\"middle\" class=\"sectionTitle\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">[条件を満たさない場合]</text></g><g class=\"actor-man actor-top\" name=\"User\" data-et=\"participant\" data-type=\"actor\" data-id=\"User\" style=\"stroke: rgb(147, 112, 219);\"><line id=\"actor-man-torso0\" x1=\"75\" y1=\"25\" x2=\"75\" y2=\"45\"></line><line id=\"actor-man-arms0\" x1=\"57\" y1=\"33\" x2=\"93\" y2=\"33\"></line><line x1=\"57\" y1=\"60\" x2=\"75\" y2=\"45\"></line><line x1=\"75\" y1=\"45\" x2=\"91\" y2=\"60\"></line><circle cx=\"75\" cy=\"10\" r=\"15\" width=\"150\" height=\"65\"></circle><text x=\"75\" y=\"67.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-man\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">ユーザー</tspan></text></g><text x=\"196\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">ページ訪問またはイベントトリガー</text><text x=\"196\" y=\"102\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">(page_view, cart_add など)</text><line x1=\"76\" y1=\"141\" x2=\"315\" y2=\"141\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"User\" data-to=\"SDK\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"fill: none;\"></line><text x=\"433\" y=\"156\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">パーソナライズトークン付きでイベント送信</text><line x1=\"320\" y1=\"195\" x2=\"546.5\" y2=\"195\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"SDK\" data-to=\"RT\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"fill: none;\"></line><text x=\"552\" y=\"210\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">エントリー基準と</text><text x=\"552\" y=\"232\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">セグメントメンバーシップを評価</text><path d=\"M 551.5,271 C 611.5,261 611.5,301 551.5,291\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"RT\" data-to=\"RT\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"fill: none;\"></path><text x=\"436\" y=\"363\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">キャンペーンペイロードを返す</text><line x1=\"549.5\" y1=\"402\" x2=\"323\" y2=\"402\" class=\"messageLine1\" data-et=\"message\" data-id=\"i4\" data-from=\"RT\" data-to=\"SDK\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"199\" y=\"464\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">ページ上にポップアップをオーバーレイ</text><line x1=\"318\" y1=\"503\" x2=\"79\" y2=\"503\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"SDK\" data-to=\"User\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"fill: none;\"></line><text x=\"199\" y=\"565\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Zone要素のinnerHTMLを差し替え</text><line x1=\"318\" y1=\"604\" x2=\"79\" y2=\"604\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"SDK\" data-to=\"User\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"fill: none;\"></line><text x=\"436\" y=\"676\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">空のレスポンスを返す</text><line x1=\"549.5\" y1=\"715\" x2=\"323\" y2=\"715\" class=\"messageLine1\" data-et=\"message\" data-id=\"i11\" data-from=\"RT\" data-to=\"SDK\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"76\" y=\"740\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">メッセージを閲覧・操作・閉じる</text><path d=\"M 76,779 C 136,769 136,809 76,799\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"User\" data-to=\"User\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-01771696c8a7e2f46979cd4ee9d9895fe392e162dea7cb7c91e1694bb5042205-arrowhead)\" style=\"fill: none;\"></path><g class=\"actor-man actor-bottom\" name=\"User\" style=\"stroke: rgb(147, 112, 219);\"><line id=\"actor-man-torso2\" x1=\"75\" y1=\"854\" x2=\"75\" y2=\"874\"></line><line id=\"actor-man-arms2\" x1=\"57\" y1=\"862\" x2=\"93\" y2=\"862\"></line><line x1=\"57\" y1=\"889\" x2=\"75\" y2=\"874\"></line><line x1=\"75\" y1=\"874\" x2=\"91\" y2=\"889\"></line><circle cx=\"75\" cy=\"839\" r=\"15\" width=\"150\" height=\"65\"></circle><text x=\"75\" y=\"896.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-man\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">ユーザー</tspan></text></g></svg>","diagramHtmlDark":"<svg id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 757px;\" viewBox=\"-50 -10 757 915\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"444\" y=\"829\" fill=\"#eaeaea\" stroke=\"#666\" width=\"213\" height=\"65\" name=\"RT\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"550.5\" y=\"861.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"550.5\" dy=\"0\">RT 2.0 Personalization API</tspan></text></g><g><rect x=\"244\" y=\"829\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"SDK\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"319\" y=\"861.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"319\" dy=\"0\">TD Web SDK</tspan></text></g><g></g><g><line id=\"actor2\" x1=\"550.5\" y1=\"65\" x2=\"550.5\" y2=\"829\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"RT\" data-et=\"life-line\" data-id=\"RT\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"RT\"><rect x=\"444\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"213\" height=\"65\" name=\"RT\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"550.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"550.5\" dy=\"0\">RT 2.0 Personalization API</tspan></text></g></g><g><line id=\"actor1\" x1=\"319\" y1=\"65\" x2=\"319\" y2=\"829\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"SDK\" data-et=\"life-line\" data-id=\"SDK\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"SDK\"><rect x=\"244\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"SDK\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"319\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"319\" dy=\"0\">TD Web SDK</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"80\" x2=\"75\" y2=\"829\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"User\" data-et=\"life-line\" data-id=\"User\"></line></g><style>#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .error-icon{fill:#a44141;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .error-text{fill:#ddd;stroke:#ddd;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-thickness-normal{stroke-width:1px;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-thickness-thick{stroke-width:3.5px;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-pattern-solid{stroke-dasharray:0;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .marker.cross{stroke:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 p{margin:0;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .actor-line{stroke:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .sequenceNumber{fill:black;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .messageText{fill:lightgrey;stroke:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .labelText,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .loopText,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .sectionTitle,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .noteText,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .actorPopupMenu{position:absolute;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .actor-man circle,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 line{fill:#1f2020;stroke-width:2px;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 .node .neo-node{stroke:#ccc;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node rect,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].cluster rect,#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node polygon{stroke:url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node path{stroke:url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-gradient);stroke-width:1px;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node circle{stroke:url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"control-structure\" data-id=\"i9\"><line x1=\"64\" y1=\"412\" x2=\"330\" y2=\"412\" class=\"loopLine\"></line><line x1=\"330\" y1=\"412\" x2=\"330\" y2=\"614\" class=\"loopLine\"></line><line x1=\"64\" y1=\"614\" x2=\"330\" y2=\"614\" class=\"loopLine\"></line><line x1=\"64\" y1=\"412\" x2=\"64\" y2=\"614\" class=\"loopLine\"></line><line x1=\"64\" y1=\"518\" x2=\"330\" y2=\"518\" class=\"loopLine\" style=\"stroke-dasharray: 3, 3;\"></line><polygon points=\"64,412 114,412 114,425 105.6,432 64,432\" class=\"labelBox\"></polygon><text x=\"89\" y=\"425\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"labelText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">alt</text><text x=\"222\" y=\"430\" text-anchor=\"middle\" class=\"loopText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"222\">[Popupキャンペーン]</tspan></text><text x=\"197\" y=\"536\" text-anchor=\"middle\" class=\"sectionTitle\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">[Inlineキャンペーン]</text></g><g data-et=\"control-structure\" data-id=\"i12\"><line x1=\"54\" y1=\"311\" x2=\"561.5\" y2=\"311\" class=\"loopLine\"></line><line x1=\"561.5\" y1=\"311\" x2=\"561.5\" y2=\"725\" class=\"loopLine\"></line><line x1=\"54\" y1=\"725\" x2=\"561.5\" y2=\"725\" class=\"loopLine\"></line><line x1=\"54\" y1=\"311\" x2=\"54\" y2=\"725\" class=\"loopLine\"></line><line x1=\"54\" y1=\"629\" x2=\"561.5\" y2=\"629\" class=\"loopLine\" style=\"stroke-dasharray: 3, 3;\"></line><polygon points=\"54,311 104,311 104,324 95.6,331 54,331\" class=\"labelBox\"></polygon><text x=\"79\" y=\"324\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"labelText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">alt</text><text x=\"332.75\" y=\"329\" text-anchor=\"middle\" class=\"loopText\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"332.75\">[配信条件を満たす場合]</tspan></text><text x=\"307.75\" y=\"647\" text-anchor=\"middle\" class=\"sectionTitle\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">[条件を満たさない場合]</text></g><g class=\"actor-man actor-top\" name=\"User\" data-et=\"participant\" data-type=\"actor\" data-id=\"User\" style=\"stroke: rgb(204, 204, 204);\"><line id=\"actor-man-torso0\" x1=\"75\" y1=\"25\" x2=\"75\" y2=\"45\"></line><line id=\"actor-man-arms0\" x1=\"57\" y1=\"33\" x2=\"93\" y2=\"33\"></line><line x1=\"57\" y1=\"60\" x2=\"75\" y2=\"45\"></line><line x1=\"75\" y1=\"45\" x2=\"91\" y2=\"60\"></line><circle cx=\"75\" cy=\"10\" r=\"15\" width=\"150\" height=\"65\"></circle><text x=\"75\" y=\"67.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-man\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">ユーザー</tspan></text></g><text x=\"196\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">ページ訪問またはイベントトリガー</text><text x=\"196\" y=\"102\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">(page_view, cart_add など)</text><line x1=\"76\" y1=\"141\" x2=\"315\" y2=\"141\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"User\" data-to=\"SDK\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"fill: none;\"></line><text x=\"433\" y=\"156\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">パーソナライズトークン付きでイベント送信</text><line x1=\"320\" y1=\"195\" x2=\"546.5\" y2=\"195\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"SDK\" data-to=\"RT\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"fill: none;\"></line><text x=\"552\" y=\"210\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">エントリー基準と</text><text x=\"552\" y=\"232\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">セグメントメンバーシップを評価</text><path d=\"M 551.5,271 C 611.5,261 611.5,301 551.5,291\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"RT\" data-to=\"RT\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"fill: none;\"></path><text x=\"436\" y=\"363\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">キャンペーンペイロードを返す</text><line x1=\"549.5\" y1=\"402\" x2=\"323\" y2=\"402\" class=\"messageLine1\" data-et=\"message\" data-id=\"i4\" data-from=\"RT\" data-to=\"SDK\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"199\" y=\"464\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">ページ上にポップアップをオーバーレイ</text><line x1=\"318\" y1=\"503\" x2=\"79\" y2=\"503\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"SDK\" data-to=\"User\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"fill: none;\"></line><text x=\"199\" y=\"565\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Zone要素のinnerHTMLを差し替え</text><line x1=\"318\" y1=\"604\" x2=\"79\" y2=\"604\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"SDK\" data-to=\"User\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"fill: none;\"></line><text x=\"436\" y=\"676\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">空のレスポンスを返す</text><line x1=\"549.5\" y1=\"715\" x2=\"323\" y2=\"715\" class=\"messageLine1\" data-et=\"message\" data-id=\"i11\" data-from=\"RT\" data-to=\"SDK\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"76\" y=\"740\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">メッセージを閲覧・操作・閉じる</text><path d=\"M 76,779 C 136,769 136,809 76,799\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"User\" data-to=\"User\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-dd57b5c39e7905c44c81c1811e3b803741a3de940aaf1eacc6d1d4be08f0f528-arrowhead)\" style=\"fill: none;\"></path><g class=\"actor-man actor-bottom\" name=\"User\" style=\"stroke: rgb(204, 204, 204);\"><line id=\"actor-man-torso2\" x1=\"75\" y1=\"854\" x2=\"75\" y2=\"874\"></line><line id=\"actor-man-arms2\" x1=\"57\" y1=\"862\" x2=\"93\" y2=\"862\"></line><line x1=\"57\" y1=\"889\" x2=\"75\" y2=\"874\"></line><line x1=\"75\" y1=\"874\" x2=\"91\" y2=\"889\"></line><circle cx=\"75\" cy=\"839\" r=\"15\" width=\"150\" height=\"65\"></circle><text x=\"75\" y=\"896.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-man\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">ユーザー</tspan></text></g></svg>"},"children":["sequenceDiagram\n    actor User as ユーザー\n    participant SDK as TD Web SDK\n    participant RT as RT 2.0 Personalization API\n\n    User->>SDK: ページ訪問またはイベントトリガー<br/>(page_view, cart_add など)\n    SDK->>RT: パーソナライズトークン付きでイベント送信\n    RT->>RT: エントリー基準と<br/>セグメントメンバーシップを評価\n    alt 配信条件を満たす場合\n        RT-->>SDK: キャンペーンペイロードを返す\n        alt Popupキャンペーン\n            SDK->>User: ページ上にポップアップをオーバーレイ\n        else Inlineキャンペーン\n            SDK->>User: Zone要素のinnerHTMLを差し替え\n        end\n    else 条件を満たさない場合\n        RT-->>SDK: 空のレスポンスを返す\n    end\n    User->>User: メッセージを閲覧・操作・閉じる\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"前提条件","__idx":3},"children":["前提条件"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["キャンペーンを作成する前に必要な要件の詳細は",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/setup-and-prerequisites"},"children":["セットアップと前提条件"]},"を参照してください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"キャンペーンのライフサイクル","__idx":4},"children":["キャンペーンのライフサイクル"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In-Browser Messageキャンペーンは以下のステータスを移行します。"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"stateDiagram-v2\n    direction LR\n    [*] --> Draft\n    Draft --> Live : Launch\n    Live --> Paused : Pause\n    Paused --> Live : Resume\n    Live --> Finished : Complete\n    Paused --> Finished : Complete\n    Finished --> [*]\n","diagramHtml":"<svg id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"statediagram\" style=\"max-width: 730.2699584960938px;\" viewBox=\"0 0 730.2699584960938 133.5\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .error-icon{fill:#552222;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .error-text{fill:#552222;stroke:#552222;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-thickness-normal{stroke-width:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-thickness-thick{stroke-width:3.5px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-pattern-solid{stroke-dasharray:0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-pattern-dashed{stroke-dasharray:3;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edge-pattern-dotted{stroke-dasharray:2;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .marker{fill:#333333;stroke:#333333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .marker.cross{stroke:#333333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a p{margin:0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a defs [id$=\"-barbEnd\"]{fill:#333333;stroke:#333333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a g.stateGroup text{fill:#9370DB;stroke:none;font-size:10px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a g.stateGroup text{fill:#333;stroke:none;font-size:10px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a g.stateGroup .state-title{font-weight:bolder;fill:#131300;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a g.stateGroup rect{fill:#ECECFF;stroke:#9370DB;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a g.stateGroup line{stroke:#333333;stroke-width:1;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .transition{stroke:#333333;stroke-width:1;fill:none;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .stateGroup .composit{fill:white;border-bottom:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .state-note{stroke:#aaaa33;fill:#fff5ad;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .state-note text{fill:black;stroke:none;font-size:10px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edgeLabel .label rect{fill:#ECECFF;opacity:0.5;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .edgeLabel .label text{fill:#333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .label div .edgeLabel{color:#333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .stateLabel text{fill:#131300;font-size:10px;font-weight:bold;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .node circle.state-start{fill:#333333;stroke:#333333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .node .fork-join{fill:#333333;stroke:#333333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .node circle.state-end{fill:#9370DB;stroke:white;stroke-width:1.5;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .end-state-inner{fill:white;stroke-width:1.5;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .node rect{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .node polygon{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [id$=\"-barbEnd\"]{fill:#333333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-cluster rect{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .cluster-label,#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .nodeLabel{color:#131300;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-cluster rect.outer{rx:5px;ry:5px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-state .divider{stroke:#9370DB;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-state .title-state{rx:5px;ry:5px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-cluster.statediagram-cluster .inner{fill:white;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f0f0f0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-cluster .inner{rx:0;ry:0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-state rect.basic{rx:5px;ry:5px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f0f0f0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .note-edge{stroke-dasharray:5;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-note rect{fill:#fff5ad;stroke:#aaaa33;stroke-width:1px;rx:0;ry:0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-note rect{fill:#fff5ad;stroke:#aaaa33;stroke-width:1px;rx:0;ry:0;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-note text{fill:black;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram-note .nodeLabel{color:black;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagram .edgeLabel{color:red;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [id$=\"-dependencyStart\"],#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [id$=\"-dependencyEnd\"]{fill:#333333;stroke:#333333;stroke-width:1;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].statediagram-cluster rect{fill:#ECECFF;stroke:#9370DB;stroke-width:1;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].statediagram-cluster rect.outer{rx:5px;ry:5px;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a .node .neo-node{stroke:#9370DB;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node rect,#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].cluster rect,#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><defs><marker id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M22,69.5L26.167,69.5C30.333,69.5,38.667,69.5,47,69.5C55.333,69.5,63.667,69.5,67.833,69.5L72,69.5\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MjIsInkiOjY5LjV9LHsieCI6NDcsInkiOjY5LjV9LHsieCI6NzIsInkiOjY5LjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path><path d=\"M125.844,69.5L134.534,69.5C143.224,69.5,160.604,69.5,177.984,69.5C195.365,69.5,212.745,69.5,221.435,69.5L230.125,69.5\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MTI1Ljg0Mzc1LCJ5Ijo2OS41fSx7IngiOjE3Ny45ODQzNzUsInkiOjY5LjV9LHsieCI6MjMwLjEyNSwieSI6NjkuNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path><path d=\"M275.469,69.5L284.651,69.5C293.833,69.5,312.198,69.5,330.673,71.743C349.148,73.986,367.734,78.473,377.027,80.716L386.32,82.959\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6Mjc1LjQ2ODc1LCJ5Ijo2OS41fSx7IngiOjMzMC41NjI1LCJ5Ijo2OS41fSx7IngiOjM4Ni4zMjAzMTI1LCJ5Ijo4Mi45NTkxMTE5NDkyNTQyNH1d\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path><path d=\"M386.32,100.041L377.027,102.284C367.734,104.527,349.148,109.014,330.673,106.061C312.198,103.109,293.833,92.719,284.651,87.523L275.469,82.328\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6Mzg2LjMyMDMxMjUsInkiOjEwMC4wNDA4ODgwNTA3NDU3Nn0seyJ4IjozMzAuNTYyNSwieSI6MTEzLjV9LHsieCI6Mjc1LjQ2ODc1LCJ5Ijo4Mi4zMjc4MDc5MTY0MTU1MX1d\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path><path d=\"M275.469,55.069L284.651,49.224C293.833,43.379,312.198,31.69,336.57,25.845C360.943,20,391.323,20,422.695,20C454.068,20,486.432,20,512.789,23.857C539.146,27.713,559.495,35.427,569.669,39.283L579.844,43.14\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6Mjc1LjQ2ODc1LCJ5Ijo1NS4wNjg3MTYwOTQwMzI1NX0seyJ4IjozMzAuNTYyNSwieSI6MjB9LHsieCI6NDIxLjcwMzEyNSwieSI6MjB9LHsieCI6NTE4Ljc5Njg3NSwieSI6MjB9LHsieCI6NTc5Ljg0Mzc1LCJ5Ijo0My4xMzk5NjI1OTM1MTYyMX1d\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path><path d=\"M457.086,91.5L467.371,91.5C477.656,91.5,498.227,91.5,518.686,88.1C539.146,84.7,559.495,77.9,569.669,74.5L579.844,71.1\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6NDU3LjA4NTkzNzUsInkiOjkxLjV9LHsieCI6NTE4Ljc5Njg3NSwieSI6OTEuNX0seyJ4Ijo1NzkuODQzNzUsInkiOjcxLjEwMDI5NjEzNDY2MzM0fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path><path d=\"M658.25,58L662.417,58C666.583,58,674.917,58,683.25,58C691.583,58,699.917,58,704.083,58L708.25,58\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6NjU4LjI1LCJ5Ijo1OH0seyJ4Ijo2ODMuMjUsInkiOjU4fSx7IngiOjcwOC4yNSwieSI6NTh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a_stateDiagram-barbEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(177.984375, 69.5)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-27.140625, -12)\"><foreignObject width=\"54.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Launch</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(330.5625, 69.5)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-22.484375, -12)\"><foreignObject width=\"44.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Pause</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(330.5625, 113.5)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-30.09375, -12)\"><foreignObject width=\"60.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Resume</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(421.703125, 20)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-36.046875, -12)\"><foreignObject width=\"72.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Complete</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(518.796875, 91.5)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-36.046875, -12)\"><foreignObject width=\"72.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Complete</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-state-root_start-0\" data-look=\"classic\" transform=\"translate(15, 69.5)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-state-Draft-1\" data-look=\"classic\" transform=\"translate(98.921875, 69.5)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-26.921875\" y=\"-20\" width=\"53.84375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-18.921875, -12)\"><rect></rect><foreignObject width=\"37.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Draft</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-state-Live-4\" data-look=\"classic\" transform=\"translate(252.796875, 69.5)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-22.671875\" y=\"-20\" width=\"45.34375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-14.671875, -12)\"><rect></rect><foreignObject width=\"29.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Live</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-state-Paused-5\" data-look=\"classic\" transform=\"translate(421.703125, 91.5)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-35.3828125\" y=\"-20\" width=\"70.765625\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-27.3828125, -12)\"><rect></rect><foreignObject width=\"54.765625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Paused</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-state-Finished-6\" data-look=\"classic\" transform=\"translate(619.046875, 58)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-39.203125\" y=\"-20\" width=\"78.40625\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-31.203125, -12)\"><rect></rect><foreignObject width=\"62.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Finished</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-state-root_end-6\" data-look=\"classic\" transform=\"translate(715.2566466331482, 58)\"><g class=\"outer-path\"><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"#333333\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path><g><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#9370DB\" style=\"\"></path><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"#9370DB\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g></g></g></g></g></g><defs><filter id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-a03e78b048c4257558b7dabe05afb5bca314e977da5fda7d46ecc1d7d7f6a52a-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"statediagram\" style=\"max-width: 730.2699584960938px;\" viewBox=\"0 0 730.2699584960938 133.5\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .error-icon{fill:#a44141;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .error-text{fill:#ddd;stroke:#ddd;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-thickness-normal{stroke-width:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-thickness-thick{stroke-width:3.5px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-pattern-solid{stroke-dasharray:0;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .marker.cross{stroke:lightgrey;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 p{margin:0;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 defs [id$=\"-barbEnd\"]{fill:lightgrey;stroke:lightgrey;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 g.stateGroup text{fill:#ccc;stroke:none;font-size:10px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 g.stateGroup text{fill:#ccc;stroke:none;font-size:10px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 g.stateGroup .state-title{font-weight:bolder;fill:#e0dfdf;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 g.stateGroup rect{fill:#1f2020;stroke:#ccc;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 g.stateGroup line{stroke:lightgrey;stroke-width:1;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .transition{stroke:lightgrey;stroke-width:1;fill:none;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .stateGroup .composit{fill:#333;border-bottom:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .state-note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .state-note text{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-size:10px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .stateLabel .box{stroke:none;stroke-width:0;fill:#1f2020;opacity:0.5;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edgeLabel .label rect{fill:#1f2020;opacity:0.5;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .edgeLabel .label text{fill:#ccc;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .label div .edgeLabel{color:#ccc;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .stateLabel text{fill:#e0dfdf;font-size:10px;font-weight:bold;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .node circle.state-start{fill:#f4f4f4;stroke:#f4f4f4;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .node .fork-join{fill:#f4f4f4;stroke:#f4f4f4;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .node circle.state-end{fill:#cccccc;stroke:#333;stroke-width:1.5;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .end-state-inner{fill:#333;stroke-width:1.5;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .node rect{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .node polygon{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [id$=\"-barbEnd\"]{fill:lightgrey;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-cluster rect{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .cluster-label,#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .nodeLabel{color:#e0dfdf;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-state .divider{stroke:#ccc;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-state .title-state{rx:5px;ry:5px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-cluster.statediagram-cluster .inner{fill:#333;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#555;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-cluster .inner{rx:0;ry:0;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-state rect.basic{rx:5px;ry:5px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#555;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .note-edge{stroke-dasharray:5;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-note rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:hsl(180, 0%, 18.3529411765%);stroke-width:1px;rx:0;ry:0;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-note rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:hsl(180, 0%, 18.3529411765%);stroke-width:1px;rx:0;ry:0;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-note text{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram-note .nodeLabel{color:rgb(183.8476190475, 181.5523809523, 181.5523809523);}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagram .edgeLabel{color:red;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [id$=\"-dependencyStart\"],#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [id$=\"-dependencyEnd\"]{fill:lightgrey;stroke:lightgrey;stroke-width:1;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].statediagram-cluster rect{fill:#1f2020;stroke:url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient);stroke-width:1;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].statediagram-cluster rect.outer{rx:5px;ry:5px;filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 .node .neo-node{stroke:#ccc;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node rect,#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].cluster rect,#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node polygon{stroke:url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node path{stroke:url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient);stroke-width:1px;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node circle{stroke:url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><defs><marker id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M22,69.5L26.167,69.5C30.333,69.5,38.667,69.5,47,69.5C55.333,69.5,63.667,69.5,67.833,69.5L72,69.5\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MjIsInkiOjY5LjV9LHsieCI6NDcsInkiOjY5LjV9LHsieCI6NzIsInkiOjY5LjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path><path d=\"M125.844,69.5L134.534,69.5C143.224,69.5,160.604,69.5,177.984,69.5C195.365,69.5,212.745,69.5,221.435,69.5L230.125,69.5\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MTI1Ljg0Mzc1LCJ5Ijo2OS41fSx7IngiOjE3Ny45ODQzNzUsInkiOjY5LjV9LHsieCI6MjMwLjEyNSwieSI6NjkuNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path><path d=\"M275.469,69.5L284.651,69.5C293.833,69.5,312.198,69.5,330.673,71.743C349.148,73.986,367.734,78.473,377.027,80.716L386.32,82.959\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6Mjc1LjQ2ODc1LCJ5Ijo2OS41fSx7IngiOjMzMC41NjI1LCJ5Ijo2OS41fSx7IngiOjM4Ni4zMjAzMTI1LCJ5Ijo4Mi45NTkxMTE5NDkyNTQyNH1d\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path><path d=\"M386.32,100.041L377.027,102.284C367.734,104.527,349.148,109.014,330.673,106.061C312.198,103.109,293.833,92.719,284.651,87.523L275.469,82.328\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6Mzg2LjMyMDMxMjUsInkiOjEwMC4wNDA4ODgwNTA3NDU3Nn0seyJ4IjozMzAuNTYyNSwieSI6MTEzLjV9LHsieCI6Mjc1LjQ2ODc1LCJ5Ijo4Mi4zMjc4MDc5MTY0MTU1MX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path><path d=\"M275.469,55.069L284.651,49.224C293.833,43.379,312.198,31.69,336.57,25.845C360.943,20,391.323,20,422.695,20C454.068,20,486.432,20,512.789,23.857C539.146,27.713,559.495,35.427,569.669,39.283L579.844,43.14\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6Mjc1LjQ2ODc1LCJ5Ijo1NS4wNjg3MTYwOTQwMzI1NX0seyJ4IjozMzAuNTYyNSwieSI6MjB9LHsieCI6NDIxLjcwMzEyNSwieSI6MjB9LHsieCI6NTE4Ljc5Njg3NSwieSI6MjB9LHsieCI6NTc5Ljg0Mzc1LCJ5Ijo0My4xMzk5NjI1OTM1MTYyMX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path><path d=\"M457.086,91.5L467.371,91.5C477.656,91.5,498.227,91.5,518.686,88.1C539.146,84.7,559.495,77.9,569.669,74.5L579.844,71.1\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6NDU3LjA4NTkzNzUsInkiOjkxLjV9LHsieCI6NTE4Ljc5Njg3NSwieSI6OTEuNX0seyJ4Ijo1NzkuODQzNzUsInkiOjcxLjEwMDI5NjEzNDY2MzM0fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path><path d=\"M658.25,58L662.417,58C666.583,58,674.917,58,683.25,58C691.583,58,699.917,58,704.083,58L708.25,58\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6NjU4LjI1LCJ5Ijo1OH0seyJ4Ijo2ODMuMjUsInkiOjU4fSx7IngiOjcwOC4yNSwieSI6NTh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9_stateDiagram-barbEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(177.984375, 69.5)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-27.140625, -12)\"><foreignObject width=\"54.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Launch</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(330.5625, 69.5)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-22.484375, -12)\"><foreignObject width=\"44.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Pause</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(330.5625, 113.5)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-30.09375, -12)\"><foreignObject width=\"60.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Resume</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(421.703125, 20)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-36.046875, -12)\"><foreignObject width=\"72.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Complete</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(518.796875, 91.5)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-36.046875, -12)\"><foreignObject width=\"72.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Complete</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-state-root_start-0\" data-look=\"classic\" transform=\"translate(15, 69.5)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-state-Draft-1\" data-look=\"classic\" transform=\"translate(98.921875, 69.5)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-26.921875\" y=\"-20\" width=\"53.84375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-18.921875, -12)\"><rect></rect><foreignObject width=\"37.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Draft</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-state-Live-4\" data-look=\"classic\" transform=\"translate(252.796875, 69.5)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-22.671875\" y=\"-20\" width=\"45.34375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-14.671875, -12)\"><rect></rect><foreignObject width=\"29.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Live</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-state-Paused-5\" data-look=\"classic\" transform=\"translate(421.703125, 91.5)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-35.3828125\" y=\"-20\" width=\"70.765625\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-27.3828125, -12)\"><rect></rect><foreignObject width=\"54.765625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Paused</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-state-Finished-6\" data-look=\"classic\" transform=\"translate(619.046875, 58)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-39.203125\" y=\"-20\" width=\"78.40625\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-31.203125, -12)\"><rect></rect><foreignObject width=\"62.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Finished</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-state-root_end-6\" data-look=\"classic\" transform=\"translate(715.2566466331482, 58)\"><g class=\"outer-path\"><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"lightgrey\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path><g><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#ccc\" style=\"\"></path><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"#ccc\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g></g></g></g></g></g><defs><filter id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-b49cae64acb5043baa3b051cd070dd28bbbdea72b1756c13acc32b3fb4245de9-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["stateDiagram-v2\n    direction LR\n    [*] --> Draft\n    Draft --> Live : Launch\n    Live --> Paused : Pause\n    Paused --> Live : Resume\n    Live --> Finished : Complete\n    Paused --> Finished : Complete\n    Finished --> [*]\n"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"15%","data-label":"ステータス"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ステータス"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"55%","data-label":"説明"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"30%","data-label":"編集可否"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["編集可否"]}," "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Draft"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["作成済みだがまだ配信されていません。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅ すべての設定"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Live"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["対象ユーザーへの配信中です。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌ 一時停止してから編集"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Paused"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["配信が停止されています。再開できます。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅ すべての設定"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Finished"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["手動で完了済み。再アクティベートはできません。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Draft"]}," または ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Finished"]}," ステータスのキャンペーンは削除できます。",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["メッセージタイプとコンテンツはキャンペーンがLiveまたはFinishedになると変更できなくなります。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"キャンペーンの作成","__idx":5},"children":["キャンペーンの作成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["キャンペーンは ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Target Audience"]}," と ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Message Content"]}," の2つのステップで作成し、最後に ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Launch"]}," します。メッセージタイプにかかわらず手順は同じで、PopupとInlineではコンテンツ設定の部分のみ異なります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["メッセージタイプに応じたガイドを参照してください。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/create-a-popup-campaign"},"children":["Popupキャンペーンの作成"]}," — ドラッグアンドドロップエディターを使ったモーダルオーバーレイ"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/create-an-inline-campaign"},"children":["Inlineキャンペーンの作成"]}," — HTML/CSSコードエディターを使ったDOM差し替え"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"web-message-previewerを使ったオーサリング","__idx":6},"children":["Web Message Previewerを使ったオーサリング"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Engage Studioが提供する ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Engage Studio — Web Message Previewer"]}," Chrome Extensionを使用すると、マーケターは実際のWebサイト上でターゲットDOM要素を特定し、CSSセレクターを手書きすることなくキャンペーンコンテンツのプレビューを確認できます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ExtensionはあくまでもZone IDの特定とプレビューを支援する",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["オーサリング補助ツール"]},"であり、配信アーキテクチャはExtensionに依存しません。Extensionをインストールできない環境でも、ブラウザのDevToolsを使って手動でCSSセレクターを入力することでキャンペーンを作成・配信できます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["➡️ ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/chrome-extension"},"children":["Web Message Previewerのインストールと使い方"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ユースケース","__idx":7},"children":["ユースケース"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"期間限定セールバナー","__idx":8},"children":["期間限定セールバナー"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["商品詳細ページにセール期間中のみインラインでセールバナーを表示します。RT 2.0のエントリー基準で現在時刻と商品のセール期間を照合するよう設定し、バナーエリア（例：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["#product-banner-area"]},"）をターゲットにしたZone IDを指定します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"カートクーポンリマインダー","__idx":9},"children":["カートクーポンリマインダー"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーが商品をカートに追加したとき、適用可能なクーポンが存在する場合にクーポンリマインダーアイコンを表示します。RT 2.0がユーザーのクーポンリストと追加した商品を照合し、有効かつ適用可能なクーポンが見つかればリマインダーコンテンツを返します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"このセクションの内容","__idx":10},"children":["このセクションの内容"]},{"$$mdtype":"Tag","name":"Cards","attributes":{"columns":3,"cardMinWidth":240},"children":[{"$$mdtype":"Tag","name":"Card","attributes":{"title":"セットアップと前提条件","icon":"settings","imagePosition":"start","iconPosition":"auto","layout":"vertical","align":"start","variant":"filled","to":"/ja/products/marketing-cloud/engage-studio/experiences/setup-and-prerequisites"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["TD Web SDKのインストールとRT 2.0の前提条件の設定。"]}]},{"$$mdtype":"Tag","name":"Card","attributes":{"title":"Popupキャンペーンの作成","icon":"layout","imagePosition":"start","iconPosition":"auto","layout":"vertical","align":"start","variant":"filled","to":"/ja/products/marketing-cloud/engage-studio/experiences/create-a-popup-campaign"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ドラッグアンドドロップエディターでモーダルオーバーレイキャンペーンを作成。"]}]},{"$$mdtype":"Tag","name":"Card","attributes":{"title":"Inlineキャンペーンの作成","icon":"code","imagePosition":"start","iconPosition":"auto","layout":"vertical","align":"start","variant":"filled","to":"/ja/products/marketing-cloud/engage-studio/experiences/create-an-inline-campaign"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DOM要素をパーソナライズされたHTMLコンテンツで差し替える。"]}]},{"$$mdtype":"Tag","name":"Card","attributes":{"title":"メッセージコンテンツのパーソナライズ","icon":"user","imagePosition":"start","iconPosition":"auto","layout":"vertical","align":"start","variant":"filled","to":"/ja/products/marketing-cloud/engage-studio/experiences/personalize-message-content"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["プロフィール変数とLiquid構文でメッセージをパーソナライズ。"]}]},{"$$mdtype":"Tag","name":"Card","attributes":{"title":"Web Message Previewer","icon":"chrome","imagePosition":"start","iconPosition":"auto","layout":"vertical","align":"start","variant":"filled","to":"/ja/products/marketing-cloud/engage-studio/experiences/chrome-extension"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DOM要素を視覚的に選択してLaunch前にキャンペーンをプレビュー。"]}]},{"$$mdtype":"Tag","name":"Card","attributes":{"title":"トラブルシューティング","icon":"help-circle","imagePosition":"start","iconPosition":"auto","layout":"vertical","align":"start","variant":"filled","to":"/ja/products/marketing-cloud/engage-studio/experiences/troubleshooting"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In-Browser Messagingのよくある問題を診断・解決。"]}]}]}]},"headings":[{"value":"In-Browser Messaging","id":"in-browser-messaging","depth":1},{"value":"メッセージタイプ","id":"メッセージタイプ","depth":2},{"value":"仕組み","id":"仕組み","depth":2},{"value":"前提条件","id":"前提条件","depth":3},{"value":"キャンペーンのライフサイクル","id":"キャンペーンのライフサイクル","depth":2},{"value":"キャンペーンの作成","id":"キャンペーンの作成","depth":2},{"value":"Web Message Previewerを使ったオーサリング","id":"web-message-previewerを使ったオーサリング","depth":2},{"value":"ユースケース","id":"ユースケース","depth":2},{"value":"期間限定セールバナー","id":"期間限定セールバナー","depth":3},{"value":"カートクーポンリマインダー","id":"カートクーポンリマインダー","depth":3},{"value":"このセクションの内容","id":"このセクションの内容","depth":2}],"frontmatter":{"seo":{"title":"In-Browser Messaging 概要","description":"Engage StudioのIn-Browser Messaging機能とReal-Time Personalization 2.0を使用して、ポップアップオーバーレイやインラインDOMの差し替えといったパーソナライズされたWebエクスペリエンスを配信する方法を説明します。"}},"lastModified":"2026-07-13T06:08:49.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/marketing-cloud/engage-studio/experiences","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}