{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Salesforce Marketing Cloud Import Integration CLI V2","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":"salesforce-marketing-cloud-import-integration-cli-v2","__idx":0},"children":["Salesforce Marketing Cloud Import Integration CLI V2"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure Dataは、ユーザーセグメントをSalesforce Marketing Cloudに公開し、顧客にパーソナライズされたメールを送信できるようにします。Web、モバイル、CRM、その他のデータソースからのファーストパーティデータを使用して、データドリブンのメールキャンペーンを実行できます。このトピックでは、CLIを使用してこれを実現する方法について説明します。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"td-command-v0119以降のインストール","__idx":1},"children":["'td' Command v0.11.9以降のインストール"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["最新の",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://toolbelt.treasuredata.com/"},"children":["Treasure Data Toolbelt"]},"をインストールできます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ td --version\n0.15.3\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"設定ファイルの作成","__idx":2},"children":["設定ファイルの作成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Salesforce Marketing Cloudアカウントのアクセス情報を含む設定ファイル(例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["load.yml"]},")を、以下の例のように準備します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: <client_id>\n  client_secret: <client_secret>\n  auth_type: v2\n  auth_uri: <auth_uri>\n  account_id: <account_id>\n  target: <target_name>\n  data_extension_names: <data_extension_names>\n  shared_data_extension: false\n  ensure_latest_data: false\n  incremental: false\n  maximum_retries: 7\n  initial_retry_interval_millis: 1000\n  maximum_retry_interval_millis: 120000\n\nfilters:\n- type: add_time\n  to_column:\n    name: time\n    type: timestamp\n  from_value:\n    mode: upload_time\n- type: rename\n  rules:\n  - rule: upper_to_lower\n  - rule: character_types\n    pass_types: [ \"a-z\", \"0-9\" ]\n    pass_characters: \"_\"\n    replace: \"_\"\n\nout:\n  type: td\n  apikey: <td_api_key>\n  endpoint: <td_endpoint>\n  database: <database>\n  table: <table>\n  time_column: time\n  mode: replace\n  default_timestamp_format: '%d/%m/%Y'\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["この例では、Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Campaign"]},"データソースをダンプします:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["client_id"]},": Salesforce Marketing Cloudのクライアントid。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["client_secret"]},": Salesforce Marketing Cloudのクライアントシークレット。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["target"]},": インポートするSalesforce Marketing Cloudのエンティティオブジェクト。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"インポートするデータのプレビューオプション","__idx":3},"children":["インポートするデータのプレビュー(オプション)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["td connector:preview"]},"コマンドを使用して、インポートするデータをプレビューできます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ td connector:preview load.yml\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ロードジョブの実行","__idx":4},"children":["ロードジョブの実行"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ロードジョブを送信します。データサイズによっては数時間かかる場合があります。ユーザーは、データが保存されるデータベースとテーブルを指定する必要があります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure Dataのストレージは時間でパーティション化されているため、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--time-column"]},"オプションを指定することを推奨します(",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://docs.treasuredata.com/smart/project-product-documentation/data-partitioning-in-treasure-data"},"children":["データパーティショニング"]},"も参照してください)。オプションが指定されていない場合、データコネクタは最初の",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["long"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamp"]},"カラムをパーティショニング時間として選択します。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--time-column"]},"で指定するカラムのタイプは、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["long"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamp"]},"型である必要があります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["データに時間カラムがない場合は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["add_time"]},"フィルターオプションを使用して追加できます。詳細は",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://docs.treasuredata.com/smart/project-product-documentation/add_time-filter-function"},"children":["add_timeフィルタープラグイン"]},"を参照してください。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ td connector:issue load.yml --database td_sample_db --table td_sample_table --time-column modifieddate\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["上記のコマンドは、*database(td_sample_db)",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["と"]},"table(td_sample_table)*がすでに作成されていることを前提としています。データベースまたはテーブルがTDに存在しない場合、このコマンドは成功しません。したがって、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://docs.treasuredata.com/smart/project-product-documentation/data-management"},"children":["データベースとテーブルを手動で作成"]},"するか、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["td connector:issue"]},"コマンドで",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--auto-create-table"]},"オプションを使用してデータベースとテーブルを自動作成してください:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ td connector:issue load.yml --database td_sample_db --table td_sample_table --time-column modifieddate --auto-create-table\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["\"--time-column\"オプションで、時間フォーマットカラムを「パーティショニングキー」に割り当てることができます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"実行のスケジュール設定","__idx":5},"children":["実行のスケジュール設定"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["定期的なSalesforce Marketing Cloudインポートのために、データコネクタの定期実行をスケジュールできます。高可用性を確保するために、スケジューラを慎重に設定しています。この機能を使用することで、ローカルデータセンターで",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cron"]},"デーモンを使用する必要がなくなります。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"スケジュールの作成","__idx":6},"children":["スケジュールの作成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新しいスケジュールは、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["td connector:create"]},"コマンドを使用して作成できます。スケジュール名、cron形式のスケジュール、データが保存されるデータベースとテーブル、およびデータコネクタ設定ファイルが必要です。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"$ td connector:create \\\n    daily_salesforce_marketing_cloud_import \\\n    \"10 0 * * *\" \\\n    td_sample_db \\\n    td_sample_table \\\n    load.yml\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cron"]},"パラメータは、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["@hourly"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["@daily"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["@monthly"]},"の3つのオプションも受け付けます。デフォルトでは、スケジュールはUTCタイムゾーンで設定されます。-tまたは--timezoneオプションを使用して、タイムゾーンでスケジュールを設定できます。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--timezone"]},"オプションは、'Asia/Tokyo'、'America/Los_Angeles'などの拡張タイムゾーン形式のみをサポートします。PST、CSTなどのタイムゾーン略語は*サポートされておらず*、予期しないスケジュールになる可能性があります。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"インクリメンタルローディングの設定","__idx":7},"children":["インクリメンタルローディングの設定"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"data-extensionsの場合","__idx":8},"children":["Data Extensionsの場合"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure Dataは、日付フィールドを持つ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Data Extensions"]},"のインクリメンタルローディングをサポートしています。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["incremental: true"]},"が設定されている場合、データコネクタは指定された日付フィールドの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["from_date"]},"と",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fetch_days"]},"で指定された範囲に応じてレコードをロードします。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"incremental_column_name: mydatefield\nfrom_date: \"2016-09-01T00:00:00.000Z\"\nfetch_days: 2\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["1回目の反復: データコネクタは",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["2016年9月1日00:00:00 UTC"]},"から",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["2016年9月3日00:00:00 UTC"]},"までのレコードを取得します"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["2回目の反復: データコネクタは次の利用可能な2日間、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["2016年9月3日00:00:00 UTC"]},"から",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["2016年9月5日00:00:00 UTC"]},"までのレコードを取得します。このプロセスは各反復ごとに繰り返されます。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["インクリメントに現在の日付が含まれる場合、各完全な時間期間が利用可能になるたびに追加のレコードが取得されます。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["incremental: false"]},"が設定されている場合、データコネクタは指定されたターゲットのすべてのレコードをロードします。これは1回限りのアクティビティです。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"email-eventsの場合","__idx":9},"children":["Email Eventsの場合"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure Dataは、イベント日付に基づく",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Email Events"]},"のインクリメンタルローディングをサポートしています。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["incremental: true"]},"が設定されている場合"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["1回目の反復: コネクタは指定された開始時間(設定されていない場合はすべての時間から)から指定された終了時間(設定されていない場合はジョブが実行予定の時間まで)までのデータをロードします"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["2回目の反復: コネクタは前回の終了時間からジョブがスケジュールされた時間までのデータをロードします"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["incremental: false"]},"が設定されている場合、データコネクタは指定されたターゲットのすべてのレコードをロードします。これは1回限りのアクティビティです。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"サンプル設定","__idx":10},"children":["サンプル設定"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"campaign","__idx":11},"children":["Campaign"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Campaign"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n type: salesforce_marketing_cloud_v2\n client_id: XXXXXX\n client_secret: XXXXXX\n auth_type: v1\n tenant_auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n target: campaign\nout:\n ...\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Campaign"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n type: salesforce_marketing_cloud_v2\n client_id: XXXXXX\n client_secret: XXXXXX\n auth_type: v2\n auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n target: campaign\nout:\n ...\n","lang":"yaml"},"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":"25%","data-label":"パラメータ"},"children":["パラメータ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"50%","data-label":"説明"},"children":["説明 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"デフォルト値"},"children":["デフォルト値 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["salesforce_marketing_cloud_v2である必要があります"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client ID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_secret"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client Secret"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パッケージタイプ  これは列挙型(",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},")で、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy package"]},"、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["tenant_auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テナント認証ベースURI(auth_type = v1の場合のみこのオプションを入力)  これは2022年9月以降必須です。Marketing Cloudはレガシーエンドポイント[https://*.",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://exacttargetapis.com"},"children":["exacttargetapis.com"]},"]を廃止する予定です。  詳細: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356497"},"children":["https://help.salesforce.com/s/articleView?id=000356497"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356498"},"children":["https://help.salesforce.com/s/articleView?id=000356498"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["認証ベースURI(auth_type = v2の場合のみこのオプションを入力)"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"contact","__idx":12},"children":["Contact"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Contact"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n type: salesforce_marketing_cloud_v2 &nbsp;\n client_id: XXXXXX\n client_secret: XXXXXX\n auth_type: v1\n tenant_auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n target: contact\n contact_page_size: 50\n contact_attributes_request_limit: 100\n contact_multiple_requests: true\nout:\n ...\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Contact"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n type: salesforce_marketing_cloud_v2 &nbsp;\n client_id: XXXXXX\n client_secret: XXXXXX\n auth_type: v2\n auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n target: contact\n contact_page_size: 50\n contact_attributes_request_limit: 100\n contact_multiple_requests: true\nout:\n ...\n","lang":"yaml"},"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":"25%","data-label":"パラメータ"},"children":["パラメータ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"50%","data-label":"説明"},"children":["説明 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"デフォルト値"},"children":["デフォルト値 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["salesforce_marketing_cloud_v2である必要があります"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client ID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_secret"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client Secret"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パッケージタイプ  これは列挙型(",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},")で、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy package"]},"、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["tenant_auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テナント認証ベースURI(auth_type = v1の場合のみこのオプションを入力)  これは2022年9月以降必須です。Marketing Cloudはレガシーエンドポイント[https://*.",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://exacttargetapis.com"},"children":["exacttargetapis.com"]},"]を廃止する予定です。  詳細: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356497"},"children":["https://help.salesforce.com/s/articleView?id=000356497"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356498"},"children":["https://help.salesforce.com/s/articleView?id=000356498"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["認証ベースURI(auth_type = v2の場合のみこのオプションを入力)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["contact_attributes_request_limit"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["単一リクエストで各コンタクトに対して取り込む属性の数。属性の数がこの値より大きい場合、複数のリクエストに分割されます"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["100"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["contact_multiple_requests"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["非常に多くの属性を持つコンタクト詳細を複数のリクエストで取り込むためのプラグインを有効にします(これは属性の数が100より大きい場合にのみ影響します)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["| contact_multiple_requests | 非常に多くの属性を持つコンタクト詳細を複数のリクエストで取り込むためのプラグインを有効にします(これは属性の数が100より大きい場合にのみ影響します) | false |"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"data-extension","__idx":13},"children":["Data Extension"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Data Extension"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v1\n  tenant_auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: data_extension\n  data_extension_name: data_extension_1\n  incremental: true\n  shared_data_extension: true\n  incremental_column_name: date\n  from_date: \"2016-09-01T00:00:00.000Z\"\n  fetch_days: 1\n\n\nout:\n  type: td\n  apikey: td_api_key\n  endpoint: td_endpoint\n  database: database\n  table: table\n  time_column: time\n  mode: replace\n  default_timestamp_format: '%d/%m/%Y'\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Data Extension"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v2\n  auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: data_extension &nbsp;\n  data_extension_name: data_extension_1\n  log_debug_info: false\n  incremental: true\n  shared_data_extension: true\n  incremental_column_name: date\n  from_date: \"2016-09-01T00:00:00.000Z\"\n  fetch_days: 1\n\n\nout:\n  type: td\n  apikey: <td_api_key>\n  endpoint: <td_endpoint>\n  database: <database>\n  table: <table>\n  time_column: time\n  mode: replace\n  default_timestamp_format: '%d/%m/%Y'\n","lang":"yaml"},"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":"25%","data-label":"パラメータ"},"children":["パラメータ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"50%","data-label":"説明"},"children":["説明 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"デフォルト値"},"children":["デフォルト値 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["salesforce_marketing_cloud_v2である必要があります"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client ID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_secret"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client Secret"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パッケージタイプ  これは列挙型(",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},")で、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy package"]},"、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["tenant_auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テナント認証ベースURI(auth_type = v1の場合のみこのオプションを入力)  これは2022年9月以降必須です。Marketing Cloudはレガシーエンドポイント[https://*.",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://exacttargetapis.com"},"children":["exacttargetapis.com"]},"]を廃止する予定です。  詳細: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356497"},"children":["https://help.salesforce.com/s/articleView?id=000356497"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356498"},"children":["https://help.salesforce.com/s/articleView?id=000356498"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["認証ベースURI(auth_type = v2の場合のみこのオプションを入力)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["shared_data_extension"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["共有データ拡張からデータを取り込む場合は、このフラグをtrueに設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ensure_latest_data"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["有効にすると、データラグ(SFMCで取り込まれたデータと現在のデータ)が2500レコードを超える場合、ジョブが失敗します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["log_debug_info"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["有効にすると、リクエストIDを含む詳細なデバッグ情報がログに記録されます(デフォルト: false)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["incremental"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["各スケジュール間でより新しいデータのみを取得したい場合は、このフラグをtrueに設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["incremental_column_name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["インクリメンタルローディングに使用されるカラム。incremental = trueを設定する場合は必須です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["from_date"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この日付からデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["fetch_days"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["取り込む期間はfrom_dateからfrom_date + fetch_daysです"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["| fetch_days | 取り込む期間はfrom_dateからfrom_date + fetch_daysです | 1 |"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"email-event","__idx":14},"children":["Email Event"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Email Event"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v1\n  tenant_auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: email_event\n  log_debug_info: false\n  search_term: \"email name\"\n  search_mode: \"exact\"\n  email_event_types:\n    - value: all\n  start_time: \"2019-03-26T07:20:00.000Z\"\n  end_time: \"2019-03-26T07:53:00.000Z\"\n  incremental: true\nout:\n ...\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Email Event"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v2\n  auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: email_event\n  log_debug_info: false\n  search_term: \"email name\"\n  search_mode: \"exact\"\n  email_event_types:\n    - value: all\n  start_time: \"2019-03-26T07:20:00.000Z\"\n  end_time: \"2019-03-26T07:53:00.000Z\"\n  incremental: true\n  emails_per_batch: 1\nout:\n ...\n","lang":"yaml"},"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":"25%","data-label":"パラメータ"},"children":["パラメータ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"50%","data-label":"説明"},"children":["説明 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"デフォルト値"},"children":["デフォルト値 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["salesforce_marketing_cloud_v2である必要があります"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client ID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_secret"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client Secret"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パッケージタイプ  これは列挙型(",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},")で、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy package"]},"、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["tenant_auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テナント認証ベースURI(auth_type = v1の場合のみこのオプションを入力)  これは2022年9月以降必須です。Marketing Cloudはレガシーエンドポイント[https://*.",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://exacttargetapis.com"},"children":["exacttargetapis.com"]},"]を廃止する予定です。  詳細: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356497"},"children":["https://help.salesforce.com/s/articleView?id=000356497"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356498"},"children":["https://help.salesforce.com/s/articleView?id=000356498"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["認証ベースURI(auth_type = v2の場合のみこのオプションを入力)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["target"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["email_eventである必要があります(この場合)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["log_debug_info"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["有効にすると、リクエストIDを含む詳細なデバッグ情報がログに記録されます(デフォルト: false)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["search_term"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["取り込みたいメールの名前"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["search_mode"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["名前マッチングパターンのモード。",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["exact"]},"または",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["partial"]},"のみである必要があります"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["exact"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["email_event_types"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["インポートしたいイベントタイプのリスト。有効なオプションは次のとおりです:   - value : all - value : bounce - value : click - value : forward - value : forwardOptIn - value : open - value : sent - value : survey - value : unsub"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["start_time"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この時間からデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["end_time"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この時間までデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["incremental"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["各スケジュール間でより新しいデータのみを取得したい場合は、このフラグをtrueに設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["emails_per_batch"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["バッチあたりのメール数。  大量のイベントの場合、SFMCのパフォーマンスを微調整するために使用されます。  許容値の範囲は1〜10000です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["maximum_time_out"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["接続の最大タイムアウト(秒)。  大量のイベントの場合、SFMCのパフォーマンスを微調整するために使用されます。  許容値の範囲は60〜900です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["300"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["custom_filters"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["取得するSendレコードを絞り込むためのオプションのフィルターリスト。各フィルターには",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["field"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["operator"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["value"]},"が必要です。詳細は",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#custom-filters-for-email_event-target"},"children":["Custom Filters"]},"を参照してください。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"email_event-ターゲットのcustom-filters","__idx":15},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email_event"]},"ターゲットのCustom Filters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["custom_filters"]},"を使用すると、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email_event"]},"ターゲット使用時に取得する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Send"]},"（メールキャンペーンジョブ）レコードを絞り込むことができます。カスタムフィルターは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Send"]},"オブジェクトのSOAP API Retrieveリクエストに適用され、一致する送信のイベントのみが取得されます。"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"対応ターゲット"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["カスタムフィルターは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["target: email_event"]},"でのみサポートされています。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email_event_only"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["campaign"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contact"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["data_extension"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["send"]},"などの他のターゲットには効果がありません。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"設定","__idx":16},"children":["設定"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["設定ファイルの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["in:"]},"セクションに",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["custom_filters"]},"パラメータを追加します。各フィルターには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":{"width":"20%","data-label":"フィールド"},"children":["フィールド "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"15%","data-label":"タイプ"},"children":["タイプ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"10%","data-label":"必須"},"children":["必須 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"55%","data-label":"説明"},"children":["説明 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["field"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["はい"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["フィルタリングするSFMCオブジェクトのフィールド/プロパティ名（例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EmailName"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CreatedDate"]},"）"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["operator"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["はい"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["フィルター演算子（大文字小文字を区別しない）。有効な演算子については以下の表を参照してください。"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["value"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["はい"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["フィルター値。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BETWEEN"]},"および",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["IN"]},"演算子の場合、CSV形式で複数の値を指定します（例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["'value1,value2'"]},"）。"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"使用可能な演算子","__idx":17},"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":"th","attributes":{"width":"60%","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":["EQUALS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["完全一致"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NOT_EQUALS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["等しくない"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GREATER_THAN"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["より大きい"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LESS_THAN"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["より小さい"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GREATER_THAN_OR_EQUAL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["以上"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LESS_THAN_OR_EQUAL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["以下"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LIKE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パターンマッチ"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BEGINS_WITH"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定した値で始まる"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ENDS_WITH"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定した値で終わる"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CONTAINS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定した値を含む"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NOT_CONTAINS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定した値を含まない"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EXISTS_IN_STRING"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["文字列内に存在する"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EXISTS_IN_STRING_AS_A_WORD"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["文字列内に単語として存在する"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NOT_EXISTS_IN_STRING"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["文字列内に存在しない"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BETWEEN"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2つの値の間（CSV形式で指定、例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["'2023-01-01,2023-12-31'"]},"）"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["IN"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["指定した値のいずれかに一致（CSV形式で指定、例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["'value1,value2,value3'"]},"）"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"複数フィルターの結合方法","__idx":18},"children":["複数フィルターの結合方法"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["複数のカスタムフィルターを指定した場合、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["AND"]},"ロジックで結合されます。フィルター間のORロジックはサポートされていません。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["search_term"]},"も指定した場合、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EmailName"]},"フィールドの追加フィルターとして扱われ、カスタムフィルターとANDで結合されます。"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Note"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["field"]},"が空白、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["value"]},"が空白、または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["operator"]},"が無効なフィルターは、エラーを発生させずに無視されます。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"例","__idx":19},"children":["例"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下の例は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EmailName"]},"に",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"sample emails\""]},"が含まれ、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["かつ"]},{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CreatedDate"]},"が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["2023-01-15T00:00:00Z"]},"より大きいメールイベントのみを取得します:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v2\n  auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: email_event\n  email_event_types:\n    - value: all\n  incremental: true\n  custom_filters:\n    - field: EmailName\n      operator: CONTAINS\n      value: 'sample emails'\n    - field: CreatedDate\n      operator: GREATER_THAN\n      value: '2023-01-15T00:00:00Z'\nout:\n ...\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"email-events-only","__idx":20},"children":["Email Events Only"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Email Events Only"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v1\n  tenant_auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: email_event_only\n  log_debug_info: false\n  email_event_types:\n    - value: all\n  start_time: \"2019-03-26T07:20:00.000Z\"\n  end_time: \"2019-03-26T07:53:00.000Z\"\n  incremental: true\nout:\n ...\n\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Email Events Only"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v2\n  auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: email_event_only\n  log_debug_info: false\n  email_event_types:\n    - value: all\n  start_time: \"2019-03-26T07:20:00.000Z\"\n  end_time: \"2019-03-26T07:53:00.000Z\"\n  incremental: true\nout:\n ...\n","lang":"yaml"},"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":"25%","data-label":"パラメータ"},"children":["パラメータ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"50%","data-label":"説明"},"children":["説明 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"デフォルト値"},"children":["デフォルト値 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["salesforce_marketing_cloud_v2である必要があります"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client ID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_secret"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client Secret"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パッケージタイプ  これは列挙型(",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},")で、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy package"]},"、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["tenant_auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テナント認証ベースURI(auth_type = v1の場合のみこのオプションを入力)  これは2022年9月以降必須です。Marketing Cloudはレガシーエンドポイント[https://*.",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://exacttargetapis.com"},"children":["exacttargetapis.com"]},"]を廃止する予定です。  詳細: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356497"},"children":["https://help.salesforce.com/s/articleView?id=000356497"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356498"},"children":["https://help.salesforce.com/s/articleView?id=000356498"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["認証ベースURI(auth_type = v2の場合のみこのオプションを入力)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["target"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["email_event_onlyである必要があります(この場合)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["log_debug_info"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["有効にすると、リクエストIDを含む詳細なデバッグ情報がログに記録されます(デフォルト: false)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["email_event_types"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["インポートしたいイベントタイプのリスト。有効なオプションは次のとおりです:   - value : all - value : bounce - value : click - value : forward - value : forwardOptIn - value : open - value : sent - value : survey - value : unsub"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["start_time"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この時間からデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["end_time"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この時間までデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["incremental"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["各スケジュール間でより新しいデータのみを取得したい場合は、このフラグをtrueに設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["maximum_time_out"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["接続の最大タイムアウト(秒)。  大量のイベントの場合、SFMCのパフォーマンスを微調整するために使用されます。  許容値の範囲は60〜900です"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"send","__idx":21},"children":["Send"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Send"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v1\n  tenant_auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: send\n  log_debug_info: false\n  start_time: \"2019-03-26T07:20:00.000Z\"\n  end_time: \"2019-03-26T07:53:00.000Z\"\n  incremental: true\nout:\n ...\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"を使用する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Send"]},"ターゲットの場合"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"in:\n  type: salesforce_marketing_cloud_v2\n  client_id: XXXXXX\n  client_secret: XXXXXX\n  auth_type: v2\n  auth_uri: https://your_tenant_specific_endpoint.auth.marketingcloudapis.com\n  target: send\n  log_debug_info: false\n  start_time: \"2019-03-26T07:20:00.000Z\"\n  end_time: \"2019-03-26T07:53:00.000Z\"\n  incremental: true\nout:\n ...\n","lang":"yaml"},"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":"25%","data-label":"パラメータ"},"children":["パラメータ "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"50%","data-label":"説明"},"children":["説明 "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"デフォルト値"},"children":["デフォルト値 "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["salesforce_marketing_cloud_v2である必要があります"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client ID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["client_secret"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Salesforce Marketing Cloudの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Client Secret"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パッケージタイプ  これは列挙型(",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},")で、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v1"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Legacy package"]},"、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["v2"]},"は",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enhanced Package"]},"です"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["tenant_auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["テナント認証ベースURI(auth_type = v1の場合のみこのオプションを入力)  これは2022年9月以降必須です。Marketing Cloudはレガシーエンドポイント[https://*.",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://exacttargetapis.com"},"children":["exacttargetapis.com"]},"]を廃止する予定です。  詳細: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356497"},"children":["https://help.salesforce.com/s/articleView?id=000356497"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://help.salesforce.com/s/articleView?id=000356498"},"children":["https://help.salesforce.com/s/articleView?id=000356498"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["auth_uri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["認証ベースURI(auth_type = v2の場合のみこのオプションを入力)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["target"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["sendである必要があります(この場合)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["log_debug_info"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["有効にすると、リクエストIDを含む詳細なデバッグ情報がログに記録されます(デフォルト: false)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["start_time"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この時間からデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["end_time"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["この時間までデータを取り込むように設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["incremental"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["各スケジュール間でより新しいデータのみを取得したい場合は、このフラグをtrueに設定します"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["maximum_time_out"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["接続の最大タイムアウト(秒)。  大量のイベントの場合、SFMCのパフォーマンスを微調整するために使用されます。  許容値の範囲は60〜900です"]}]}]}]}]}]},"headings":[{"value":"Salesforce Marketing Cloud Import Integration CLI V2","id":"salesforce-marketing-cloud-import-integration-cli-v2","depth":1},{"value":"'td' Command v0.11.9以降のインストール","id":"td-command-v0119以降のインストール","depth":2},{"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":"Data Extensionsの場合","id":"data-extensionsの場合","depth":4},{"value":"Email Eventsの場合","id":"email-eventsの場合","depth":4},{"value":"サンプル設定","id":"サンプル設定","depth":2},{"value":"Campaign","id":"campaign","depth":3},{"value":"Contact","id":"contact","depth":3},{"value":"Data Extension","id":"data-extension","depth":3},{"value":"Email Event","id":"email-event","depth":3},{"value":"email_event ターゲットのCustom Filters","id":"email_event-ターゲットのcustom-filters","depth":3},{"value":"設定","id":"設定","depth":4},{"value":"使用可能な演算子","id":"使用可能な演算子","depth":4},{"value":"複数フィルターの結合方法","id":"複数フィルターの結合方法","depth":4},{"value":"例","id":"例","depth":4},{"value":"Email Events Only","id":"email-events-only","depth":3},{"value":"Send","id":"send","depth":3}],"frontmatter":{"seo":{"title":"Salesforce Marketing Cloud Import Integration CLI V2"}},"lastModified":"2026-03-25T01:36:34.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/int/salesforce-marketing-cloud-import-integration-cli-v2","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}