{"id":4682,"date":"2026-05-09T09:58:23","date_gmt":"2026-05-09T09:58:23","guid":{"rendered":"https:\/\/rimanagency.com\/linkedin-ads-cost-per-lead-calculator\/"},"modified":"2026-05-09T09:58:23","modified_gmt":"2026-05-09T09:58:23","slug":"linkedin-ads-cost-per-lead-calculator","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/linkedin-ads-cost-per-lead-calculator\/","title":{"rendered":"Calculateur de co\u00fbt par prospect pour les publicit\u00e9s LinkedIn"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-o-big{font-size:38px;font-weight:800;color:#719430;text-align:center;margin:6px 0}.rt-o-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f0f3e8;font-size:14px}.rt-o-row:last-child{border:none}.rt-o-row b{color:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}.rt-code{background:#1e1e1e;color:#a3c163;padding:14px;border-radius:8px;font-family:Consolas,monospace;font-size:12px;white-space:pre-wrap;word-break:break-all;max-height:300px;overflow:auto}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>Calculateur de co\u00fbt par prospect pour les publicit\u00e9s LinkedIn<\/h1>\n<p>Pr\u00e9voir les prospects, les opportunit\u00e9s et le pipeline \u00e0 partir d&#039;un budget publicitaire LinkedIn \u2014 calibr\u00e9 selon les normes B2B.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>Contributions de la campagne<\/h3>\n<p><label>D\u00e9penses publicitaires mensuelles ($)<\/label><input type=\"number\" id=\"li-spend\" value=\"10000\"><label>CPC pr\u00e9vu ($)<\/label><input type=\"number\" id=\"li-cpc\" value=\"9\" step=\"0.1\"><label>Conversion du formulaire d&#039;atterrissage (%)<\/label><input type=\"number\" id=\"li-cvr\" value=\"8\" step=\"0.1\"><label>MQL \u2192 taux d&#039;opportunit\u00e9 (%)<\/label><input type=\"number\" id=\"li-mql\" value=\"25\" step=\"0.1\"><label>Taux de fermeture des opportunit\u00e9s (%)<\/label><input type=\"number\" id=\"li-close\" value=\"25\" step=\"0.1\"><label>Valeur moyenne des transactions ($)<\/label><input type=\"number\" id=\"li-acv\" value=\"15000\"><button class=\"rt-btn\" onclick=\"calcLi()\">Pr\u00e9visions LinkedIn<\/button><\/div>\n<div class=\"rt-o\">\n<h3>Pr\u00e9vision<\/h3>\n<div class=\"rt-o-big\" id=\"li-big\">\u2014<\/div>\n<p style=\"text-align:center;color:#516048;font-size:13px;margin:0 0 18px\" id=\"li-v\">Courir pour voir le CPL<\/p>\n<div class=\"rt-o-row\"><span>Clics<\/span><b id=\"li-clk\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Conduit<\/span><b id=\"li-lead\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Co\u00fbt par prospect<\/span><b id=\"li-cpl\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Opportunit\u00e9s<\/span><b id=\"li-opp\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Transactions conclues<\/span><b id=\"li-deal\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Pipeline g\u00e9n\u00e9r\u00e9<\/span><b id=\"li-pipe\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Revenus cl\u00f4tur\u00e9s<\/span><b id=\"li-rev\">\u2014<\/b><\/div>\n<\/div>\n<\/div>\n<p><script>function calcLi(){var s=+document.getElementById(\"li-spend\").value||0;var c=+document.getElementById(\"li-cpc\").value||0;var v=+document.getElementById(\"li-cvr\").value||0;var mq=+document.getElementById(\"li-mql\").value||0;var cl=+document.getElementById(\"li-close\").value||0;var a=+document.getElementById(\"li-acv\").value||0;if(!s||!c)return;var clk=s\/c;var lead=clk*(v\/100);var cpl=lead?s\/lead:0;var opp=lead*(mq\/100);var deal=opp*(cl\/100);var pipe=opp*a;var rev=deal*a;document.getElementById(\"li-big\").textContent=\"$\"+cpl.toFixed(0);document.getElementById(\"li-v\").textContent=\"Cost per lead\";document.getElementById(\"li-clk\").textContent=Math.round(clk).toLocaleString();document.getElementById(\"li-lead\").textContent=Math.round(lead).toLocaleString();document.getElementById(\"li-cpl\").textContent=\"$\"+cpl.toFixed(0);document.getElementById(\"li-opp\").textContent=Math.round(opp).toLocaleString();document.getElementById(\"li-deal\").textContent=Math.round(deal).toLocaleString();document.getElementById(\"li-pipe\").textContent=\"$\"+Math.round(pipe).toLocaleString();document.getElementById(\"li-rev\").textContent=\"$\"+Math.round(rev).toLocaleString();}<\/script><\/p>\n<h2>LinkedIn co\u00fbte cher. Il faut que le calcul soit serr\u00e9.<\/h2>\n<p>Le CPC sur LinkedIn est 3 \u00e0 10 fois sup\u00e9rieur \u00e0 celui de Google Search et 5 \u00e0 15 fois sup\u00e9rieur \u00e0 celui de MetaMap. Ce canal n&#039;est rentable que lorsque le volume annuel de transactions (ACV) est suffisamment \u00e9lev\u00e9 pour compenser le CPL. En r\u00e8gle g\u00e9n\u00e9rale, LinkedIn n&#039;est rentable que lorsque l&#039;ACV d\u00e9passe 1\u00a0400\u00a0000\u00a0$. En dessous de ce seuil, la syndication de contenu, Quora et Reddit offrent g\u00e9n\u00e9ralement une meilleure rentabilit\u00e9 B2B.<\/p>\n<h2>Foire aux questions<\/h2>\n<p><strong>Dois-je utiliser les formulaires de g\u00e9n\u00e9ration de prospects ou cliquer pour acc\u00e9der \u00e0 la page de destination\u00a0?<\/strong><br \/>Les formulaires de g\u00e9n\u00e9ration de leads convertissent 2 \u00e0 3 fois mieux, mais g\u00e9n\u00e8rent des leads de qualit\u00e9 l\u00e9g\u00e8rement inf\u00e9rieure. Testez les deux m\u00e9thodes et pond\u00e9rez-les en fonction des taux de conversion MQL\u2192opportunit\u00e9s.<\/p>\n<div class=\"rt-cta\">\n<h3 style=\"margin:0 0 6px\">Vous voulez des leads LinkedIn payants qui se transforment en prospects qualifi\u00e9s, et non en simples curieux ?<\/h3>\n<p style=\"margin:0;opacity:.95\">L&#039;agence Riman g\u00e8re des programmes LinkedIn B2B avec un syst\u00e8me de reporting en boucle ferm\u00e9e.<\/p>\n<p><a href=\"\/fr\/contact\/\">Obtenez un audit LinkedIn<\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>LinkedIn Ads Cost Per Lead Calculator Forecast leads, opportunities, and pipeline from a LinkedIn ad budget \u2014 calibrated to B2B benchmarks. Campaign Inputs Monthly ad spend ($)Expected CPC ($)Landing form conversion (%)MQL \u2192 opportunity rate (%)Opp close rate (%)Average deal value ($)Forecast LinkedIn Forecast \u2014 Run to see CPL Clicks\u2014 Leads\u2014 Cost per lead\u2014 Opportunities\u2014 [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4682","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LinkedIn Ads Cost Per Lead Calculator - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/linkedin-ads-cost-per-lead-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LinkedIn Ads Cost Per Lead Calculator - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"LinkedIn Ads Cost Per Lead Calculator Forecast leads, opportunities, and pipeline from a LinkedIn ad budget \u2014 calibrated to B2B benchmarks. Campaign Inputs Monthly ad spend ($)Expected CPC ($)Landing form conversion (%)MQL \u2192 opportunity rate (%)Opp close rate (%)Average deal value ($)Forecast LinkedIn Forecast \u2014 Run to see CPL Clicks\u2014 Leads\u2014 Cost per lead\u2014 Opportunities\u2014 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/linkedin-ads-cost-per-lead-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/linkedin-ads-cost-per-lead-calculator\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/linkedin-ads-cost-per-lead-calculator\\\/\",\"name\":\"LinkedIn Ads Cost Per Lead Calculator - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-05-09T09:58:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/linkedin-ads-cost-per-lead-calculator\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/linkedin-ads-cost-per-lead-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/linkedin-ads-cost-per-lead-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LinkedIn Ads Cost Per Lead Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LinkedIn Ads Cost Per Lead Calculator - Riman Agency","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rimanagency.com\/fr\/linkedin-ads-cost-per-lead-calculator\/","og_locale":"fr_CA","og_type":"article","og_title":"LinkedIn Ads Cost Per Lead Calculator - Riman Agency","og_description":"LinkedIn Ads Cost Per Lead Calculator Forecast leads, opportunities, and pipeline from a LinkedIn ad budget \u2014 calibrated to B2B benchmarks. Campaign Inputs Monthly ad spend ($)Expected CPC ($)Landing form conversion (%)MQL \u2192 opportunity rate (%)Opp close rate (%)Average deal value ($)Forecast LinkedIn Forecast \u2014 Run to see CPL Clicks\u2014 Leads\u2014 Cost per lead\u2014 Opportunities\u2014 [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/linkedin-ads-cost-per-lead-calculator\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/linkedin-ads-cost-per-lead-calculator\/","url":"https:\/\/rimanagency.com\/linkedin-ads-cost-per-lead-calculator\/","name":"LinkedIn Ads Cost Per Lead Calculator - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-05-09T09:58:23+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/linkedin-ads-cost-per-lead-calculator\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/linkedin-ads-cost-per-lead-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/linkedin-ads-cost-per-lead-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"LinkedIn Ads Cost Per Lead Calculator"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/4682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=4682"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/4682\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=4682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}