{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Incremental Activationの設定","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の設定","__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":["このガイドでは、セグメント用のIncremental Activationを設定する手順を説明します。差分変更を処理するユーザー定義ワークフローを作成し、宛先プラットフォームで動作するように設定します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"概要","__idx":1},"children":["概要"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Incremental Activationの設定には、次の3つの主要なステップがあります。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-user-defined-workflow"},"children":["ユーザー定義ワークフローの作成"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#configure-required-parameters"},"children":["必須パラメータの設定"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#use-the-workflow"},"children":["ワークフローの使用"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ユーザー定義ワークフローの作成","__idx":2},"children":["ユーザー定義ワークフローの作成"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["TD Data Workbench"]}," > ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Workflows"]},"に移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["New User-Defined Workflow"]},"をクリックします。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Workflow Name"]},"を入力します(例:",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["incremental_activation_meta"]},")。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Workflow Templateオプションから",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Blank"]},"を選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["New Workflow"]},"をクリックして作成します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Project Editorで、以下のワークフローテンプレートをコピー&ペーストします。"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"timezone: \"UTC\"\n_export:\n  params:\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n    id_key: \"contact_id\"\n    delta_keys: [\"job_title\", \"status\"]\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":"ol","attributes":{"start":7},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Save"]},"をクリックしてワークフローを保存します。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"必須パラメータの設定","__idx":3},"children":["必須パラメータの設定"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["データソースと宛先プラットフォームの要件に合わせて、ワークフローテンプレートの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["params"]},"ブロックを変更します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"apiエンドポイント","__idx":4},"children":["APIエンドポイント"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["TDサイトに合わせて",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["api_endpoint"]},"パラメータを設定します。"]},{"$$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":"TDサイト"},"children":["TDサイト"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"APIエンドポイント"},"children":["APIエンドポイント"]}]}]},{"$$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":["AP"]},{"$$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":["JP"]},{"$$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":5},"children":["ID Key"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_key"]},"パラメータは、ソーステーブル内の一意識別子列を指定します。この列のデータは、すべてのプロファイルで一意である必要があります。"]},{"$$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":"code","attributes":{},"children":["mobile_ad_id"]}," (IDFA、MAID)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phone_number"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["td_customer_id"]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_key"]},"列に重複した値があると、差分計算でエラーが発生します。この列には一意の値のみが含まれていることを確認してください。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["設定例"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"id_key: \"email\"\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"delta-keys","__idx":6},"children":["Delta Keys"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delta_keys"]},"パラメータは、ソーステーブルで変更を確認する列名の配列です。これらの列は、プロファイルが「更新済み」または「変更なし」とマークされるかどうかを決定します。"]},{"$$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":"code","attributes":{},"children":["[\"job_title\", \"organization\"]"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[\"subscription_status\", \"tier_level\"]"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[\"city\", \"country\", \"postal_code\"]"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["空のままにするか指定しない場合は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_key"]},"の値がデフォルトになります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["設定例"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"delta_keys: [\"job_title\", \"subscription_status\", \"city\"]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"activation-mappings","__idx":7},"children":["Activation Mappings"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_mappings"]},"パラメータは、さまざまなタイプの差分レコードが宛先にどのように送信されるかを定義します。各マッピングは、差分ステータスをコネクタ設定に接続します。"]},{"$$mdtype":"Tag","name":"p","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":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Snowflakeの設定例"]},":"]},{"$$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\": \"insert\"\n  },\n  {\n    \"delta_status\": \"updated\",\n    \"connector_field\": \"mode\",\n    \"connector_field_value\": \"merge\"\n  }\n]\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","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":3,"id":"追加パラメータスタンドアロンモードのみ","__idx":8},"children":["追加パラメータ(スタンドアロンモードのみ)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ワークフローをスタンドアロン(Activation Actionとしてではなく)として実行する場合は、次も指定する必要があります。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_actions_db"]},": ソースTDデータベース名"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_actions_table"]},": 処理するデータを含むソーステーブル名"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result_connection_settings"]},": 結果コネクタ設定オブジェクト"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result_connection_name"]},": コネクタ認証名"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["スタンドアロン設定例"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"_export:\n  params:\n    api_endpoint: \"https://integrations-gateway.us01.treasuredata.com\"\n    id_key: \"email\"\n    delta_keys: [\"status\", \"tier\"]\n    activation_mappings: [\n      {\n        \"delta_status\": \"new\",\n        \"connector_field\": \"mode\",\n        \"connector_field_value\": \"append\"\n      }\n    ]\n    activation_actions_db: \"my_customer_database\"\n    activation_actions_table: \"customer_profiles\"\n    result_connection_name: \"my_snowflake_connection\"\n    result_connection_settings:\n      type: \"snowflake\"\n      database: \"MARKETING_DB\"\n      schema: \"PUBLIC\"\n      table: \"CUSTOMER_SEGMENTS\"\n      mode: \"append\"\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Audience Studio内でActivation Actionとして実行する場合、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_actions_db"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_actions_table"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result_connection_settings"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result_connection_name"]},"パラメータは自動的に入力されます。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["api_endpoint"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_key"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delta_keys"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_mappings"]},"のみを設定する必要があります。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ワークフローの使用","__idx":9},"children":["ワークフローの使用"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ワークフローを設定した後、次の2つの方法で使用できます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"activation-actionとして推奨","__idx":10},"children":["Activation Actionとして(推奨)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Audience Studio内でワークフローを使用して、セグメントの差分を自動的にアクティベーションします。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Audience Studio"]}," > ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Segments"]},"に移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["アクティベーションするセグメントを開きます。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Activations"]}," > ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Create activation"]},"を選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Details"]},"タブで、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enable Activation Actions"]},"を有効にします。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["認証を選択し、アクティベーション名を入力します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions"]},"タブで、作成したワークフローを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["アクティベーションのセットアップを完了して保存します。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["アクティベーションが実行されると、(設定に基づいて)差分レコードのみが宛先に送信されます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["詳細については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/products/customer-data-platform/audience-studio/activation/configure-activation-actions"},"children":["Activation Actionsの設定"]},"を参照してください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"スタンドアロンワークフローとして","__idx":11},"children":["スタンドアロンワークフローとして"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["スケジュールに従ってワークフローを実行し、任意のTDテーブルから差分変更をエクスポートします。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["すべての必須パラメータが設定されていることを確認します(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_actions_db"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["activation_actions_table"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result_connection_settings"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["result_connection_name"]},"を含む)。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["TD Data Workbench"]}," > ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Workflows"]},"に移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Incremental Activationワークフローを開きます。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]},"をクリックするか、スケジュールを設定します。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ワークフローは、現在のテーブルデータを前回の実行と比較し、変更のみをエクスポートします。"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["同時実行ワークフローの回避"]},": Incremental Activationワークフローが使用するテーブルは、操作中にロックされません。同じソーステーブルに対して複数のワークフローを同時に実行するようにスケジュールしないでください。状態の競合が発生し、一貫性のない差分計算が生成される可能性があります。特定のテーブルを一度に1つのワークフローのみで処理するようにしてください。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ワークフロー権限の設定","__idx":12},"children":["ワークフロー権限の設定"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ワークフローをActivation Actionとして使用するには、適切な権限が設定されていることを確認してください。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Control Panel"]}," > ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Security"]}," > ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Policies"]},"に移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["アクティベーションを作成するユーザーに",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View"]},"および",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]},"アクセスを付与するようにワークフロー権限を設定します。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["詳細については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/control-panel/security/policies/configuring-workflow-permissions"},"children":["ワークフロー権限の設定"]},"を参照してください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"設定の確認","__idx":13},"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":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["アクティベーションログを監視"]},": アクティベーション結果を確認して、正しい数のプロファイルが送信されていることを確認します。"]}]},{"$$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-mappings"},"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":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/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/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":["ワークフローの作成と編集"]}]}]}]},"headings":[{"value":"Incremental Activationの設定","id":"incremental-activationの設定","depth":1},{"value":"概要","id":"概要","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":"Delta Keys","id":"delta-keys","depth":3},{"value":"Activation Mappings","id":"activation-mappings","depth":3},{"value":"追加パラメータ(スタンドアロンモードのみ)","id":"追加パラメータスタンドアロンモードのみ","depth":3},{"value":"ワークフローの使用","id":"ワークフローの使用","depth":2},{"value":"Activation Actionとして(推奨)","id":"activation-actionとして推奨","depth":3},{"value":"スタンドアロンワークフローとして","id":"スタンドアロンワークフローとして","depth":3},{"value":"ワークフロー権限の設定","id":"ワークフロー権限の設定","depth":2},{"value":"設定の確認","id":"設定の確認","depth":2},{"value":"次のステップ","id":"次のステップ","depth":2},{"value":"関連トピック","id":"関連トピック","depth":2}],"frontmatter":{"seo":{"title":"Incremental Activationの設定"}},"lastModified":"2025-12-06T08:05:40.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/customer-data-platform/audience-studio/activation/configure-incremental-activation","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}