{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Incremental Activation Workflowテンプレート","description":"Treasure Data Product Documentation · Collect and Unify · Segment and Activate · Experiment and Analyze · Decisioning Automate with AI Scale and Trust.","siteUrl":"https://docs.treasuredata.com","lang":"en-US","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-workflowテンプレート","__idx":0},"children":["Incremental Activation Workflowテンプレート"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Incremental Activationはベータ版リリースです。詳細については、カスタマーサクセス担当者にお問い合わせください。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このページでは、一般的なIncremental Activationシナリオですぐに使用できるワークフローテンプレートを提供します。これらのテンプレートをワークフローエディタに直接コピー&ペーストし、ニーズに合わせてパラメータを変更できます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"目次","__idx":1},"children":["目次"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#basic-template---add-new-profiles-only"},"children":["基本テンプレート - 新規プロファイルのみ追加"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#snowflake---add-new-and-updated-profiles"},"children":["Snowflake - 新規および更新されたプロファイルの追加"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#snowflake---full-sync-add-update-remove"},"children":["Snowflake - 完全同期(追加、更新、削除)"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#braze---add-new-profiles-only"},"children":["Braze - 新規プロファイルのみ追加"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#google-ads---add-new-and-updated-profiles"},"children":["Google Ads - 新規および更新されたプロファイルの追加"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#meta-custom-audiences---full-sync"},"children":["Meta Custom Audiences - 完全同期"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#salesforce-marketing-cloud---replace-mode"},"children":["Salesforce Marketing Cloud - 置換モード"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"basic-template---add-new-profiles-only","__idx":2},"children":["Basic Template - Add New Profiles Only"]},{"$$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":"timezone: \"UTC\"\n_export:\n  params:\n    # Change this to match your TD site\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Set your unique identifier column\n    id_key: \"email\"\n\n    # Columns to check for changes (defaults to id_key if empty)\n    delta_keys: []\n\n    # Only send new profiles\n    activation_mappings: [\n      {\n        \"delta_status\": \"new\",\n        \"connector_field\": \"mode\",\n        \"connector_field_value\": \"append\"\n      }\n    ]\n\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"snowflake---add-new-and-updated-profiles","__idx":3},"children":["Snowflake - Add New and Updated Profiles"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規プロファイルと更新された属性を持つプロファイルの両方をSnowflakeに送信します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},": 属性の更新を含むセグメントの変更でSnowflakeテーブルを同期状態に保ちます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    # API endpoint for US region\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Unique identifier\n    id_key: \"td_customer_id\"\n\n    # Track changes in these columns\n    delta_keys: [\"email\", \"subscription_status\", \"loyalty_tier\"]\n\n    # Send new and updated profiles\n    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\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"snowflake---full-sync-add-update-remove","__idx":4},"children":["Snowflake - Full Sync (Add, Update, Remove)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規プロファイルの追加、変更されたプロファイルの更新、削除されたプロファイルの削除により、Snowflakeを完全に同期した状態に保ちます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},": GDPR準拠のための削除を含め、Snowflakeでセグメントの完全なレプリカを維持します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    # API endpoint for US region\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Unique identifier\n    id_key: \"email\"\n\n    # Track changes in these columns\n    delta_keys: [\"first_name\", \"last_name\", \"city\", \"country\", \"subscription_tier\"]\n\n    # Full synchronization: add, update, and delete\n    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\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"braze---add-new-profiles-only","__idx":5},"children":["Braze - Add New Profiles Only"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["データポイント消費を最小限に抑えるため、新規ユーザーのみをBrazeに送信します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},": 既存プロファイルの再送信を避けることで、Brazeのデータポイントコストを削減します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    # API endpoint for US region\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Braze external_id as unique identifier\n    id_key: \"external_id\"\n\n    # Only check for new profiles (don't track attribute changes)\n    delta_keys: []\n\n    # Append new profiles only\n    activation_mappings: [\n      {\n        \"delta_status\": \"new\",\n        \"connector_field\": \"mode\",\n        \"connector_field_value\": \"append\"\n      }\n    ]\n\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"google-ads---add-new-and-updated-profiles","__idx":6},"children":["Google Ads - Add New and Updated Profiles"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規プロファイルと変更されたプロファイルでGoogle Adsの顧客リストを更新します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},": 新しい見込み客と更新された連絡先情報でGoogle Adsオーディエンスを最新の状態に保ちます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    # API endpoint for US region\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Email as unique identifier (will be hashed by connector)\n    id_key: \"email\"\n\n    # Track email and phone changes\n    delta_keys: [\"email\", \"phone_number\"]\n\n    # Send new and updated profiles\n    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\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"meta-custom-audiences---full-sync","__idx":7},"children":["Meta Custom Audiences - Full Sync"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新規ユーザーを追加し、条件を満たさなくなったユーザーを削除することで、Meta Custom Audiencesを完全に同期した状態に保ちます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},": 自動削除機能を使用して、Facebook/Instagram広告用の正確なオーディエンスリストを維持します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    # API endpoint for US region\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Email as unique identifier\n    id_key: \"email\"\n\n    # Track changes in these attributes\n    delta_keys: [\"email\", \"phone_number\", \"country\"]\n\n    # Add new/updated profiles and remove deleted ones\n    # Note: Check if your Meta connector uses \"action\" or \"mode\"\n    activation_mappings: [\n      {\n        \"delta_status\": \"new\",\n        \"connector_field\": \"action\",\n        \"connector_field_value\": \"add\"\n      },\n      {\n        \"delta_status\": \"updated\",\n        \"connector_field\": \"action\",\n        \"connector_field_value\": \"add\"\n      },\n      {\n        \"delta_status\": \"deleted\",\n        \"connector_field\": \"action\",\n        \"connector_field_value\": \"remove\"\n      }\n    ]\n\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"salesforce-marketing-cloud---replace-mode","__idx":8},"children":["Salesforce Marketing Cloud - Replace Mode"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Salesforce Marketing Cloudのリスト全体を現在のセグメントで置き換え、精密なターゲティングを確保します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ユースケース"]},": セグメントとSFMC Data Extension間で正確に一致させる必要がある場合。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    # API endpoint for US region\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n\n    # Subscriber Key as unique identifier\n    id_key: \"subscriber_key\"\n\n    # Track changes in subscription attributes\n    delta_keys: [\"email\", \"subscription_status\", \"preference_center\"]\n\n    # Replace mode: clear and reload with current data\n    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\n# Fetch and execute incremental activation workflow\n+fetch_incremental_activation_wf:\n  http_call>: \"${params.api_endpoint}/integration_workflow/workflows/incremental_activation/fetch\"\n  method: POST\n  headers:\n    - Authorization: ${secret:td.apikey}\n    - Content-Type: \"application/json\"\n  content_type_override: application/x-yaml\n  content: |\n    {\n      \"database\": \"${activation_actions_db}\",\n      \"source_table\": \"${activation_actions_table}\",\n      \"id_key\": \"${params.id_key}\",\n      \"delta_keys\": ${JSON.stringify(params.delta_keys)},\n      \"activation_mappings\": ${JSON.stringify(params.activation_mappings)},\n      \"result_connection_settings\": ${result_connection_settings},\n      \"result_connection_name\": \"${result_connection_name}\"\n    }\n  retry: true\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"これらのテンプレートの使用方法","__idx":9},"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":["TD Data Workbench > Workflowsで新しいワークフローを作成"]},"します"]},{"$$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":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["TDサイトに合わせて正しい",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["api_endpoint"]},"を設定します"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["一意の識別子カラムに合わせて",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_key"]},"を設定します"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["変更を追跡したいカラムに",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delta_keys"]},"を設定します"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["コネクタの機能に基づいて",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_mappings"]},"を調整します"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ワークフローを保存"]},"します"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Activationに割り当てる"]},"か、スタンドアロンワークフローとして実行します"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"パラメータカスタマイズガイド","__idx":10},"children":["パラメータカスタマイズガイド"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"リージョン別apiエンドポイント","__idx":11},"children":["リージョン別APIエンドポイント"]},{"$$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":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["US"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://integrations-gateway.us01.treasuredata.com"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EU"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://integrations-gateway.eu01.treasuredata.com"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Asia Pacific"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://integrations-gateway.ap02.treasuredata.com"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Japan"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://integrations-gateway.treasuredata.co.jp"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"プラットフォーム別の一般的なid-key","__idx":12},"children":["プラットフォーム別の一般的なID Key"]},{"$$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":"推奨ID Key"},"children":["推奨ID Key"]},{"$$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":["Braze"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Brazeのexternal_idフィールドと一致する必要があります"]}]},{"$$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":["subscriber_key"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SFMCの一意の識別子"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Google Ads"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["コネクタによってハッシュ化されます"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Meta"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}]},{"$$mdtype":"Tag","name":"td","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":["td_customer_id"]}," または ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["データモデルに基づいて選択します"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"コネクタフィールド名","__idx":13},"children":["コネクタフィールド名"]},{"$$mdtype":"Tag","name":"p","attributes":{},"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, MySQL, 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":"code","attributes":{},"children":["delete"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Braze"]},{"$$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":["Google Ads, 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":["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":"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":"Heading","attributes":{"level":2,"id":"次のステップ","__idx":14},"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概要"]}]},{"$$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/incremental-activation-mappings"},"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":15},"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/activation-actions"},"children":["Activation Actions"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/customer-data-platform/data-workbench/workflows/getting-started-with-treasure-workflow"},"children":["Workflowの作成と編集"]}]}]}]},"headings":[{"value":"Incremental Activation Workflowテンプレート","id":"incremental-activation-workflowテンプレート","depth":1},{"value":"目次","id":"目次","depth":2},{"value":"Basic Template - Add New Profiles Only","id":"basic-template---add-new-profiles-only","depth":2},{"value":"Snowflake - Add New and Updated Profiles","id":"snowflake---add-new-and-updated-profiles","depth":2},{"value":"Snowflake - Full Sync (Add, Update, Remove)","id":"snowflake---full-sync-add-update-remove","depth":2},{"value":"Braze - Add New Profiles Only","id":"braze---add-new-profiles-only","depth":2},{"value":"Google Ads - Add New and Updated Profiles","id":"google-ads---add-new-and-updated-profiles","depth":2},{"value":"Meta Custom Audiences - Full Sync","id":"meta-custom-audiences---full-sync","depth":2},{"value":"Salesforce Marketing Cloud - Replace Mode","id":"salesforce-marketing-cloud---replace-mode","depth":2},{"value":"これらのテンプレートの使用方法","id":"これらのテンプレートの使用方法","depth":2},{"value":"パラメータカスタマイズガイド","id":"パラメータカスタマイズガイド","depth":2},{"value":"リージョン別APIエンドポイント","id":"リージョン別apiエンドポイント","depth":3},{"value":"プラットフォーム別の一般的なID Key","id":"プラットフォーム別の一般的なid-key","depth":3},{"value":"コネクタフィールド名","id":"コネクタフィールド名","depth":3},{"value":"次のステップ","id":"次のステップ","depth":2},{"value":"関連トピック","id":"関連トピック","depth":2}],"frontmatter":{"seo":{"title":"Incremental Activation Workflowテンプレート"}},"lastModified":"2025-12-06T02:24:47.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/customer-data-platform/audience-studio/activation/incremental-activation-workflow-templates","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}