{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Incremental Activationマッピング","description":"Audience Studioのインクリメンタルアクティベーションマッピングの仕組みを解説。差分レコードの処理方法、マッピング構造、ステータス別のアクション設定を詳しく説明します。","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":"incremental-activationマッピング","__idx":0},"children":["Incremental Activationマッピング"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Incremental Activationはベータ版のリリースです。詳細については、カスタマーサクセス担当者にお問い合わせください。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["アクティベーションマッピングは、差分レコードが宛先プラットフォームにどのように送信されるかを定義します。各マッピングは、差分ステータス(新規、更新、削除、または変更なし)を特定のコネクタ設定に接続し、アクティベーション中にさまざまなタイプの変更がどのように処理されるかを制御できます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"アクティベーションマッピングについて","__idx":1},"children":["アクティベーションマッピングについて"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["各ワークフロー実行後、ソーステーブルデータには次のものが含まれる可能性があります。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["新規行"]},": セグメントに追加されたプロファイル"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["更新された行"]},": 属性が変更されたプロファイル"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["削除された行"]},": セグメントから削除されたプロファイル"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["変更なしの行"]},": 変更されずに残っているプロファイル"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Incremental Activationワークフローは、これらの変更を自動的に識別します。アクティベーションマッピングは、各タイプの変更に対してどのアクションを実行するかを決定します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"マッピング構造","__idx":2},"children":["マッピング構造"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_mappings"]},"パラメータは、マッピングオブジェクトの配列を受け入れます。各マッピングオブジェクトには3つのフィールドが含まれます。"]},{"$$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":{"data-label":"フィールド"},"children":["フィールド"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"必須"},"children":["必須"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"説明"},"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":["delta_status"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["はい"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["計算された差分レコードステータス:",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updated"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deleted"]},"、または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["unchanged"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["connector_field"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["はい"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["コネクタ設定フィールド名(例:Snowflakeの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]},"、Klaviyoの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["operation"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["connector_field_value"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["はい"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["コネクタフィールドに設定する値(例:",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["append"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delete"]},")"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["例"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"deleted\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"delete\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"処理順序","__idx":3},"children":["処理順序"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["配列内のマッピングの順序によって、結果エクスポートの処理順序が決まります。ワークフローは、表示される順序でマッピングを順次処理します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["例 - 最初に新規プロファイルを処理し、次に削除を処理"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"deleted\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"delete\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"一般的なマッピングパターン","__idx":4},"children":["一般的なマッピングパターン"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"新規プロファイルのみ追加","__idx":5},"children":["新規プロファイルのみ追加"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規プロファイルのみを宛先に送信します。以前にアクティベーションされ、もはや適格でないプロファイルは、プラットフォームに残ります。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},":"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["累積オーディエンスを構築したいBrazeキャンペーン"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["履歴追跡のために削除されたプロファイルを残しておきたいGoogle Adsカスタマーリスト"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["新規見込み客のみを追加するMeta Custom Audiences"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"更新されたプロファイルを追加","__idx":6},"children":["更新されたプロファイルを追加"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規または変更されたプロファイルを宛先に送信します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},":"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["マーケティングプラットフォームでプロファイル属性を更新"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["CRMシステムで連絡先情報を更新"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["メールマーケティングプラットフォームに設定変更を同期"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"更新されたプロファイルで置換","__idx":7},"children":["更新されたプロファイルで置換"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["宛先リストをクリアし、現在適格なプロファイルで置き換えます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"replace\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"replace\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このモードでは、コネクタが",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]},"操作をサポートしている必要があります。宛先プラットフォームとの互換性を確認してください。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},":"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["精密なターゲティングが必要なSalesforce Marketing Cloud"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["インクリメンタル更新をサポートしていないプラットフォーム"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["正確な同期が必要なシナリオ"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"更新を追加不足を削除","__idx":8},"children":["更新を追加&不足を削除"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規プロファイルを追加し、もはや適格でないプロファイルを明示的に削除します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"deleted\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"delete\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このモードでは、コネクタが追加/appendと削除/remove操作の両方をサポートしている必要があります。宛先プラットフォームとの互換性を確認してください。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},":"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["リストの精度が重要なMeta Custom Audiences"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["プロファイルの削除が必要なGDPR/CCPAコンプライアンスシナリオ"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["カート放棄オーディエンスを正確に維持する必要があるプラットフォーム"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"コネクタ固有のフィールド名","__idx":9},"children":["コネクタ固有のフィールド名"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["異なるコネクタは、アップロード動作を制御するために異なるフィールド名を使用します。正しいフィールド名については、常にコネクタのドキュメントを参照してください。"]},{"$$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":{"data-label":"コネクタ"},"children":["コネクタ"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"フィールド名"},"children":["フィールド名"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"サポートされる値"},"children":["サポートされる値"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Snowflake"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["insert"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truncate_insert"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["merge"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MySQL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["append"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truncate"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PostgreSQL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["append"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["truncate"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Google Sheets"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["append"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Klaviyo"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["operation"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["add"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["remove"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloud"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["append"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce B2C Commerce Cloud"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["append"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["replace"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Meta Custom Audiences"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["add"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["remove"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Klaviyoの例"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"operation\",\n    \"connector_field_value\": \"add\"\n  },\n  {\n    \"delta_status\": \"deleted\",\n    \"connector_field\": \"operation\",\n    \"connector_field_value\": \"remove\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"コネクタの互換性","__idx":11},"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":["コネクタのドキュメントを確認"]},": コネクタが必要な操作(追加、更新、削除、置換)をサポートしていることを確認します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["小さなデータセットでテスト"]},": 本番環境で使用する前に、マッピングが期待どおりに機能することを検証します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["サポートに問い合わせ"]},": コネクタの機能について不明な点がある場合は、カスタマーサクセス担当者にお問い合わせください。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"サポートが制限されているコネクタ","__idx":12},"children":["サポートが制限されているコネクタ"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["TikTok Custom Audiences"]},": ユーザーの削除に対するサポートが制限されています。更新は非同期で処理されます(最大48時間)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["一部のメールマーケティングプラットフォーム"]},": append操作のみをサポートしている場合があります"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"最大マッピング数","__idx":13},"children":["最大マッピング数"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["1つのワークフローで最大",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["4つのマッピング要素"]},"を定義でき、これは4つの差分ステータスタイプ(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["new"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updated"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deleted"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["unchanged"]},")に対応します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"検証ルール","__idx":14},"children":["検証ルール"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["各",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delta_status"]},"値は、マッピング配列内で1回のみ表示される必要があります"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["connector_field"]},"は、宛先コネクタの有効なフィールドである必要があります"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["connector_field_value"]},"は、コネクタでサポートされている必要があります"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["少なくとも1つのマッピングを定義する必要があります"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ユースケース別の例","__idx":15},"children":["ユースケース別の例"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"eコマース-カート放棄キャンペーン","__idx":16},"children":["Eコマース: カート放棄キャンペーン"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規のカート放棄者をBrazeに送信し、購入を完了した人を削除します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"deleted\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"delete\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"b2b-リードスコアリング更新","__idx":17},"children":["B2B: リードスコアリング更新"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規の高価値リードとそのスコア変更をGoogle Adsで更新します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"小売-ロイヤルティティアの変更","__idx":18},"children":["小売: ロイヤルティティアの変更"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ロイヤルティティアの変更をSalesforce Marketing Cloudに同期し、正確なリストの精度を確保します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"replace\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"replace\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"eコマース-salesforce-b2c-commerce-cloudへのフル同期","__idx":19},"children":["Eコマース: Salesforce B2C Commerce Cloudへのフル同期"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Salesforce B2C Commerce Cloudとの完全な顧客同期を維持し、正確な顧客データのためにフル同期を使用します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"activation_mappings: [\n  {\n    \"delta_status\": \"new\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"append\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"replace\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"次のステップ","__idx":20},"children":["次のステップ"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/customer-data-platform/audience-studio/activation/configure-incremental-activation"},"children":["Incremental Activationの設定"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/customer-data-platform/audience-studio/activation/incremental-activation-parameters"},"children":["Incremental Activationパラメータ"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/customer-data-platform/audience-studio/activation/troubleshooting-incremental-activation"},"children":["Incremental Activationのトラブルシューティング"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"関連トピック","__idx":21},"children":["関連トピック"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/customer-data-platform/audience-studio/activation/incremental-activation-overview"},"children":["Incremental Activationの概要"]}]}]}]},"headings":[{"value":"Incremental Activationマッピング","id":"incremental-activationマッピング","depth":1},{"value":"アクティベーションマッピングについて","id":"アクティベーションマッピングについて","depth":2},{"value":"マッピング構造","id":"マッピング構造","depth":2},{"value":"処理順序","id":"処理順序","depth":2},{"value":"一般的なマッピングパターン","id":"一般的なマッピングパターン","depth":2},{"value":"新規プロファイルのみ追加","id":"新規プロファイルのみ追加","depth":3},{"value":"更新されたプロファイルを追加","id":"更新されたプロファイルを追加","depth":3},{"value":"更新されたプロファイルで置換","id":"更新されたプロファイルで置換","depth":3},{"value":"更新を追加&不足を削除","id":"更新を追加不足を削除","depth":3},{"value":"コネクタ固有のフィールド名","id":"コネクタ固有のフィールド名","depth":2},{"value":"一般的なコネクタフィールド","id":"一般的なコネクタフィールド","depth":3},{"value":"コネクタの互換性","id":"コネクタの互換性","depth":2},{"value":"サポートが制限されているコネクタ","id":"サポートが制限されているコネクタ","depth":3},{"value":"最大マッピング数","id":"最大マッピング数","depth":2},{"value":"検証ルール","id":"検証ルール","depth":2},{"value":"ユースケース別の例","id":"ユースケース別の例","depth":2},{"value":"Eコマース: カート放棄キャンペーン","id":"eコマース-カート放棄キャンペーン","depth":3},{"value":"B2B: リードスコアリング更新","id":"b2b-リードスコアリング更新","depth":3},{"value":"小売: ロイヤルティティアの変更","id":"小売-ロイヤルティティアの変更","depth":3},{"value":"Eコマース: Salesforce B2C Commerce Cloudへのフル同期","id":"eコマース-salesforce-b2c-commerce-cloudへのフル同期","depth":3},{"value":"次のステップ","id":"次のステップ","depth":2},{"value":"関連トピック","id":"関連トピック","depth":2}],"frontmatter":{"seo":{"title":"Incremental Activationマッピング","description":"Audience Studioのインクリメンタルアクティベーションマッピングの仕組みを解説。差分レコードの処理方法、マッピング構造、ステータス別のアクション設定を詳しく説明します。"}},"lastModified":"2026-06-17T07:22:53.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/customer-data-platform/audience-studio/activation/incremental-activation-mappings","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}