{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"トラブルシューティング — In-Browser Messaging","description":"Engage StudioのIn-Browser Messagingに関するよくある問題のトラブルシューティングガイドです。ポップアップが表示されない、インラインのZone IDが一致しない、SDKエラー、SPA固有の問題などを網羅します。","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":"トラブルシューティング","__idx":0},"children":["トラブルシューティング"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このガイドを使用して、In-Browser Messageキャンペーンの一般的な問題を診断・解決してください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"一般的なデバッグ手順","__idx":1},"children":["一般的なデバッグ手順"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特定の問題を調査する前に、以下の項目を確認してください。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ブラウザコンソールを確認"]}," — DevToolsを開く（F12）→ Console。SDKの初期化エラーやネットワークリクエストの失敗がないか確認します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Personalization APIレスポンスを確認"]}," — Networkタブで",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["p13n-api"]},"エンドポイントへのリクエストを探します。レスポンスの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offers"]},"の下に期待するキャンペーンペイロードが含まれているか確認します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Engage Studioでキャンペーンのステータスを確認"]}," — キャンペーンが ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Live"]},"（DraftやPaused、Finishedでないこと）であることを確認します。"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"popupの問題","__idx":2},"children":["Popupの問題"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ポップアップが表示されない","__idx":3},"children":["ポップアップが表示されない"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":["キャンペーンがLiveでない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Engage Studioでキャンペーンのステータスを確認します。キャンペーンをLaunchまたはResumeしてください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーがEntry Criteriaを満たしていない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["p13n APIレスポンスで",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offers"]},"にセクションが存在するか確認します。存在しない場合、ユーザーはEntry Criteriaを満たしていません。Audience StudioでRT PersonalizationのEntry Criteriaを見直してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SDKが初期化されていない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new TreasureSDK(...)"]},"がコンソールでエラーなく実行されること、および",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["personalization"]},"オプション付きで",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["trackEvent"]},"が呼び出されていることを確認します。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WP13n-Tokenが誤っている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["personalization.token"]},"に渡されているトークンが、Audience Studioの連携しているPersonalizationに表示されているトークンと一致するか確認します。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["複数のポップアップが返され、意図しないものが表示されている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["複数のポップアップキャンペーンが返された場合、SDKは",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["最も新しい",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created_at"]},"タイムスタンプ"]},"を持つものだけを表示します。優先度を制御するには、最も最近作成されたキャンペーンを調整してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ページがHTTPで提供されている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RT Personalization 2.0にはHTTPSが必要です。ページをHTTPSに切り替えてください。"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ポップアップが表示されるがデザインが崩れているスタイルが適用されていない","__idx":4},"children":["ポップアップが表示されるがデザインが崩れている・スタイルが適用されていない"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":["CSSがページのスタイルと競合している"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SDKはスタイルを分離するためにShadow DOM内でポップアップをレンダリングします。BeefreeのHTMLブロックからカスタムCSSを注入している場合、グローバルなページスタイルに依存していないか確認してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["BeefreeコンテンツがCSPでブロックされている外部フォントを使用している"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ブラウザコンソールでCSP違反がないか確認します。必要なフォントCDNをサイトのContent-Security-Policyの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["font-src"]},"ディレクティブに追加してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["閉じるボタンが見えない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["キャンペーンのアピアランス設定で",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["closeButton.enabled"]},"が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"になっていること、および閉じるボタンの色がポップアップの背景に対して十分なコントラストを持っていることを確認します。"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"inlineキャンペーンの問題","__idx":5},"children":["Inlineキャンペーンの問題"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"インラインコンテンツが表示されない","__idx":6},"children":["インラインコンテンツが表示されない"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":["Zone IDがどの要素にも一致しない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DevTools → Consoleを開いて",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["document.querySelector('YOUR_SELECTOR')"]},"を実行します。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]},"が返される場合、セレクターが無効かこのページに要素が存在しません。Zone IDを更新してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SDK注入後に要素が読み込まれる"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SPAや遅延読み込みのページでは、SDKが実行された時点でターゲット要素がDOMに存在しない場合があります。SDKはMutationObserverで遅延レンダリングを処理します。それでも失敗する場合は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["trackEvent"]},"の呼び出しをターゲット要素がレンダリングされた後に移動してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Zone IDセレクターが複数の要素に一致する"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["document.querySelector"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["最初の"]},"一致を使用します。複数の要素がセレクターに一致する場合、最初の要素のみが差し替えられます。正しい要素をターゲットにするには、より具体的なセレクター（IDまたは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["data-testid"]},"）を使用してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CSS-in-JSの動的クラス名"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ページがstyled-components、Emotion、またはCSS Modulesを使用している場合、自動生成されるクラス名はビルドごとに変わります。安定した",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["data-testid"]},"属性を使用してください。クラス名の変更後はZone IDを更新してください。"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"インラインコンテンツは表示されるがliquid変数が解決されない","__idx":7},"children":["インラインコンテンツは表示されるがLiquid変数が解決されない"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":"td","attributes":{},"children":["変数構文が正確にリファレンスと一致しているか確認します（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rt_profile.imported.<name>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rt_profile.single.<id>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rt_profile.lc.<id>.<col>"]},"など）。タイポがないか確認してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["属性がPersonalizationペイロードに含まれていない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Audience Studioで、属性がPersonalizationセクションの",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ペイロード設定"]},"に追加されていることを確認します。返すためには属性をペイロードに明示的に含める必要があります。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["バッチ属性がまだ計算されていない"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["バッチ属性はスケジュールに従って計算されます。ペアレントセグメントを最近設定した場合は、次のバッチ実行が完了するまで待ってください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["非サポートのLiquid構文を使用している"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/personalize-message-content"},"children":["サポートされるLiquid構文"]},"を確認してください。非サポートの構文（フィルター、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{% assign %}"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{% unless %}"]},"）をサポートされている代替構文に置き換えてください。"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"launch時にhtmlコンテンツが拒否されるバリデーションエラー","__idx":8},"children":["Launch時にHTMLコンテンツが拒否される（バリデーションエラー）"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":["コンテンツに禁止されたHTMLタグが含まれている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["許可されていないタグを削除または置換してください：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<script>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<iframe>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<form>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<input>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<base>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<meta>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<link>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<svg>"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<math>"]},"。",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/create-an-inline-campaign#%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E5%88%B6%E9%99%90"},"children":["セキュリティ制限"]},"のリファレンスを参照してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HTMLにインラインイベントハンドラーが含まれている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HTMLからすべての",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["on*"]},"属性（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["onclick"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["onload"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["onerror"]},"など）を削除してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contenteditable"]},"属性が含まれている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HTMLから",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contenteditable"]},"を削除してください。"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"spaおよびフレームワーク固有の問題","__idx":9},"children":["SPAおよびフレームワーク固有の問題"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"最初のページ読み込みではメッセージが表示されるがクライアントサイドのナビゲーション後に表示されない","__idx":10},"children":["最初のページ読み込みではメッセージが表示されるが、クライアントサイドのナビゲーション後に表示されない"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":"code","attributes":{},"children":["trackEvent"]},"が最初のページ読み込みでのみ呼び出されている"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["クライアントサイドのルート変更ごとに",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["trackEvent('events', { event_name: 'page_view' })"]},"を再度呼び出してください。React Routerの場合は、ルート変更時に実行される",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["useEffect"]},"内でSDKの呼び出しをトリガーしてください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["フレームワークがInlineのZone要素を削除して再追加している"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["再レンダリング時に、フレームワークによって差し替えHTMLが上書きされる場合があります。フレームワークが管理しない安定した挿入ポイントを使用するか、再レンダリング後にパーソナライズAPIを再度呼び出してください。"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"メッセージが注入直後にちらついたり消えたりする","__idx":11},"children":["メッセージが注入直後にちらついたり消えたりする"]},{"$$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":"40%","data-label":"考えられる原因"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["考えられる原因"]}," "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","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":["JavaScriptフレームワークがターゲット要素を再レンダリングする"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["フレームワークの仮想DOM調整によって注入されたコンテンツが上書きされます。フレームワークが管理しない要素でターゲットZoneをラップするか、安定した",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ref"]},"を追加して再レンダリングを防いでください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["useState"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["useEffect"]},"が注入後に再レンダリングをトリガーする"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ターゲット要素に影響するすべての状態更新が完了した後にパーソナライズの呼び出しを実行するよう移動してください。"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"web-message-previewerchrome-extension","__idx":12},"children":["Web Message Previewer（Chrome Extension）"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Chrome Extension固有の問題については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/marketing-cloud/engage-studio/experiences/chrome-extension#troubleshooting"},"children":["Web Message Previewerガイドのトラブルシューティングセクション"]},"を参照してください。"]}]},"headings":[{"value":"トラブルシューティング","id":"トラブルシューティング","depth":1},{"value":"一般的なデバッグ手順","id":"一般的なデバッグ手順","depth":2},{"value":"Popupの問題","id":"popupの問題","depth":2},{"value":"ポップアップが表示されない","id":"ポップアップが表示されない","depth":3},{"value":"ポップアップが表示されるがデザインが崩れている・スタイルが適用されていない","id":"ポップアップが表示されるがデザインが崩れているスタイルが適用されていない","depth":3},{"value":"Inlineキャンペーンの問題","id":"inlineキャンペーンの問題","depth":2},{"value":"インラインコンテンツが表示されない","id":"インラインコンテンツが表示されない","depth":3},{"value":"インラインコンテンツは表示されるがLiquid変数が解決されない","id":"インラインコンテンツは表示されるがliquid変数が解決されない","depth":3},{"value":"Launch時にHTMLコンテンツが拒否される（バリデーションエラー）","id":"launch時にhtmlコンテンツが拒否されるバリデーションエラー","depth":3},{"value":"SPAおよびフレームワーク固有の問題","id":"spaおよびフレームワーク固有の問題","depth":2},{"value":"最初のページ読み込みではメッセージが表示されるが、クライアントサイドのナビゲーション後に表示されない","id":"最初のページ読み込みではメッセージが表示されるがクライアントサイドのナビゲーション後に表示されない","depth":3},{"value":"メッセージが注入直後にちらついたり消えたりする","id":"メッセージが注入直後にちらついたり消えたりする","depth":3},{"value":"Web Message Previewer（Chrome Extension）","id":"web-message-previewerchrome-extension","depth":2}],"frontmatter":{"seo":{"title":"トラブルシューティング — In-Browser Messaging","description":"Engage StudioのIn-Browser Messagingに関するよくある問題のトラブルシューティングガイドです。ポップアップが表示されない、インラインのZone IDが一致しない、SDKエラー、SPA固有の問題などを網羅します。"}},"lastModified":"2026-06-18T03:43:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/marketing-cloud/engage-studio/experiences/troubleshooting","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}