🤓 コンバージョン率最適化ツール

初級

これはAI, Marketing分野の自動化ワークフローで、4個のノードを含みます。主にFormTrigger, HttpRequest, Agent, LmChatOpenAiなどのノードを使用、AI技術を活用したスマート自動化を実現。 OpenAIを使ってリンデングページを分析し、最適化のアドバイスを得る

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "gsra9JToRDftNEvH",
  "meta": {
    "instanceId": "e8ec316b54e91908f34cbfdc330e5d1d5e97aa0ea8f7277c00d8a8a3892c9983",
    "templateCredsSetupCompleted": true
  },
  "name": "🤓 Conversion Rate Optimizer",
  "tags": [
    {
      "id": "QUoce1Blvhtuie7K",
      "name": "Business",
      "createdAt": "2025-03-06T15:17:58.728Z",
      "updatedAt": "2025-03-06T15:17:58.728Z"
    }
  ],
  "nodes": [
    {
      "id": "8aca34c2-65d6-432a-a7a5-fede59c3f4cb",
      "name": "Landing Page Url",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -180,
        0
      ],
      "webhookId": "0818531a-3892-49f6-af78-cde8d538b205",
      "parameters": {
        "options": {},
        "formTitle": "Conversion Rate Optimizer",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Landing Page Url",
              "placeholder": "https://yuzuu.co",
              "requiredField": true
            }
          ]
        },
        "formDescription": "Your Landing Page is Leaking Sales—Fix It Now"
      },
      "typeVersion": 2.2
    },
    {
      "id": "61e17805-93aa-46a3-a5a1-36c02da6432a",
      "name": "Webサイトのスクレイピング",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        20,
        0
      ],
      "parameters": {
        "url": "={{ $json['Landing Page Url'] }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "cbe8bed2-37a0-4459-a34c-47b87c012875",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        240,
        0
      ],
      "parameters": {
        "text": "=You are a professional expert in Conversion Rate Optimization who helps business founders & CMOs improve their landing pages. You are a world-class expert in analysing landing pages, roasting them, and providing valuable Conversion Rate Optimization Ideas to help businesses increase conversions.  \n\nGOAL\nI want you to roast my landing page and deliver recommendations to improve the Conversion Rate. I will use this roast to understand what's wrong with my landing page and make improvements based on your recommendations. \n\nROAST STRUCTURE\nThis framework consists of 2 blocks of insights: \nRoast: a detailed roast of my landing page.\nRecommendations: 10 conversion rate optimization ideas based on your roast and analysis.\n\nROAST & RECOMMENDATIONS CRITERIA\nFor the Roast: Be friendly & casual. Talk like a human to another human. \nFor the Roast: Be unconventional & fun. I don't want to be bored. A roast must agitate the reader's feelings. \nFor the Roast: You will make a full landing page analysis, and explain what's wrong. You will use this analysis to make recommendations for The Recommendations.  \nFor the Recommendations: Be specific. Write exactly what I need to do. Your detailed description for each Conversion Rate Optimization Idea should be self-explanatory. For example, instead of saying “Rewrite your headline”, give me improved ideas for the headline. Your job is to return advanced insights personalised only for my specific landing page. This is a critical law for you.\nFor the Recommendations: Be creative. Don't return trivial and outdated Conversion Rate Optimization ideas that the average marketer would recommend. Prioritise unconventional CRO tactics so I get real value from you here. Think like the top 0.1% conversion rate optimization expert.\nFor the Recommendations: Prioritise Conversion Rate Optimization Ideas that are relevant in the 2024 digital marketing space. \nFor the Recommendations: Your Conversion Rate Optimization ideas must be impactful. Prioritise Conversion Rate Optimization Ideas that adds a wow effect.\nFor the Recommendations: Your Conversion Rate Optimization ideas must be easy to implement.\nFor the Recommendations: Personalise your ideas with references to the Roast you made. I don’t want to read 10 generic ideas that can work for anyone (for example, “add a live chat” or “offer a free trial”). I need a 100% personalised response.\n\nHere is the content of my landing page: {{ $json.data }}",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "37786922-d64b-4e84-916e-1df8daeb0287",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        200,
        220
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "o1",
          "cachedResultName": "o1"
        },
        "options": {
          "reasoningEffort": "high"
        }
      },
      "credentials": {
        "openAiApi": {
          "id": "MtyWeuRTqwi3Yx9H",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "38d9dab2-07ed-49cb-836e-a4b3ecf9d7da",
  "connections": {
    "cbe8bed2-37a0-4459-a34c-47b87c012875": {
      "main": [
        []
      ]
    },
    "61e17805-93aa-46a3-a5a1-36c02da6432a": {
      "main": [
        [
          {
            "node": "cbe8bed2-37a0-4459-a34c-47b87c012875",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8aca34c2-65d6-432a-a7a5-fede59c3f4cb": {
      "main": [
        [
          {
            "node": "61e17805-93aa-46a3-a5a1-36c02da6432a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "37786922-d64b-4e84-916e-1df8daeb0287": {
      "ai_languageModel": [
        [
          {
            "node": "cbe8bed2-37a0-4459-a34c-47b87c012875",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

初級 - 人工知能, マーケティング

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

🤖 ページSEO審査
OpenAIを使ってサイトを分析し、ページのSEO審査を取得
Gmail
Merge
Markdown
+
Gmail
Merge
Markdown
12 ノードNot Another Marketer
人工知能
Facebook広告の競合クリエイティブ分析と自動メールレポート
GPT-4とGeminiを使って競合対象のFacebook広告を分析し、メールでのレポート生成
Set
Wait
Gmail
+
Set
Wait
Gmail
31 ノードSamirLiu
人工知能
キーワードを使って X や他のソーシャルメディアプラットフォームに最新のニュースを投稿する
キーワードと Bright Data を使って AI によるコンテンツ生成と共に最新のニュースを X に自動投稿する
If
Code
Wait
+
If
Code
Wait
16 ノードDvir Sharon
デザイン
製品+AI画像素材ジェネレーター - Meta広告、メール、SNS用(fal.ai & Placidを使用)
広告やSNS向けに、Google Imagen、Ideogram、Placidを使用してプロフェッショナルなマーケティング素材を作成
If
Wait
Merge
+
If
Wait
Merge
40 ノードDaniel Setzermann
人工知能
Xツイートの提案
プロフィールに基づいて関連するXのツイートを見つけて返信の提案を提供
Code
Html
Split Out
+
Code
Html
Split Out
21 ノード@OnePromptMagic
人工知能
✨🤖X + Facebook + Instagram + LinkedIn向けの自動化AI駆動型ソーシャルメディアコンテンツファクトリー
✨🤖 AIを使用してマルチプラットフォームでソーシャルメディアコンテンツ作成を自動化
If
Set
Code
+
If
Set
Code
57 ノードJoseph LePage
人工知能
ワークフロー情報
難易度
初級
ノード数4
カテゴリー2
ノードタイプ4
難易度説明

n8n初心者向け、1-5ノードのシンプルなワークフロー

作成者
Not Another Marketer

Not Another Marketer

@notanothermarketer

Building Badass AI Agents for Marketing. Pre-made, ready-to-use, fully customizable.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34