{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Marketo Forms Import Integration","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":"marketo-forms-import-integration","__idx":0},"children":["Marketo Forms Import Integration"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["マーケターは、CRM、MA(マーケティングオートメーション)、Webの匿名顧客トラッキングデータの間でデータを関連付けることに、しばしば課題を抱えています。マーケターには、完全な顧客ファネルを追跡し、エンドツーエンドのマーケティングキャンペーンROIを測定する能力が必要です。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure DataとMarketo Formsを使用すれば、ランディングページに数行のJavaScriptコードを埋め込むだけで、完全な顧客ジャーニーの追跡が可能になります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/image-20190903-221722.ce54c2bca14a107d8a463dadc21de91e7bee0ea4bca5bf0494a5c1a22f9aee4b.d93fc192.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このトピックには以下が含まれます:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"前提条件","__idx":1},"children":["前提条件"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["JavaScriptとHTMLの基本知識"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Treasure Dataの基本知識"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Treasure Data JavaScript SDKの基本知識"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"marketo-formsの送信を追跡する","__idx":2},"children":["Marketo Formsの送信を追跡する"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"http://developers.marketo.com/javascript-api/forms/"},"children":["Marketo Forms"]},"は、ウェブサイトのリードを獲得するために一般的に使用されています。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下のJavaScriptスニペットは、Webサイト訪問者がフォームを送信したときのイベントをキャプチャし、これらのイベントをTreasure Dataに記録します。すべてのフォーム値も記録されるため、Cookie ID(",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["td_client_id"]},"(ファーストパーティークッキー)または",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["td_global_id"]},"(サードパーティークッキー))をメールアドレスと関連付けることができます。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["APIKEYは、TD ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://console.treasuredata.com/app/users/current"},"children":["ConsoleのProfile Page"]},"から取得できます。SDKには",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://docs.treasuredata.com/smart/project-product-documentation/accessing-rest-apis"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["write-only API key"]}]},"を使用することを推奨します。各イベントは非同期で実行されます。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["*MktoForms2.loadForm()*関数を呼び出すことで、マーケターはMarketoで作成されたフォームを埋め込むことができます。"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"html","header":{"controls":{"copy":{}}},"source":"<script type=\"text/javascript\">\nMktoForms2.loadForm(\n  \"Marketo Instance URL\",\n  \"Munchkin ID\",\n  \"Form ID\",\n  function(form) {\n    // Marketo Form load callback\n    form.onSubmit(function() {\n      // Marketo Form submit callback.\n      var td = new Treasure({\n        writeKey:\"YOUR_WRITE_ONLY_APIKEY_IS_HERE\",\n        database: \"DATABASE_NAME\"\n      });\n      var form_vals = form.vals();\n      td.trackEvent(\"TABLE_NAME\", form_vals); // Track form submit into TD table\n    });\n  }\n);\n</script>\n","lang":"html"},"children":[]}]},"headings":[{"value":"Marketo Forms Import Integration","id":"marketo-forms-import-integration","depth":1},{"value":"前提条件","id":"前提条件","depth":1},{"value":"Marketo Formsの送信を追跡する","id":"marketo-formsの送信を追跡する","depth":1}],"frontmatter":{"seo":{"title":"Marketo Forms Import Integration"}},"lastModified":"2025-11-13T03:31:21.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/int/marketo-forms-import-integration","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}