{"id":25402,"date":"2024-02-21T09:20:10","date_gmt":"2024-02-21T09:20:10","guid":{"rendered":"https:\/\/vibetrace.com\/?page_id=25402"},"modified":"2024-02-21T10:14:33","modified_gmt":"2024-02-21T10:14:33","slug":"marketing-automation-roi-calculator","status":"publish","type":"page","link":"https:\/\/vibetrace.com\/ja\/\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3-roi-\u8a08\u7b97\u30c4\u30fc\u30eb\/","title":{"rendered":"ROI \u8a08\u7b97\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Enter your numbers below &amp;\u00a0find out how much money you&#8217;re leaving on the table without Vibetrace<\/p>\n\n\n\n<style>\n.roi-pricing p.has-medium-font-size {margin-bottom:4px; margin-top:12px}\n.roi-pricing p.has-medium-font-size {margin-bottom:4px; margin-top:12px}\n<\/style>\n\n\n<div class=\"gb-container gb-container-ae3b4f52 roi-pricing\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-4307aaaf\">\n<div class=\"gb-grid-column gb-grid-column-8af595c2\"><div class=\"gb-container gb-container-8af595c2\">\n\n<p class=\"has-medium-font-size wp-block-paragraph\" style=\"letter-spacing:0px\">Number of monthly visitors<\/p>\n\n\n\n<input type=\"number\" min=\"0\" value=\"200000\" id=\"input_calc1\" class=\"input\" required=\"\">\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Number of Orders per Month<\/p>\n\n\n\n<input type=\"number\" min=\"0\" value=\"1400\" id=\"input_calc2\" class=\"input\" required=\"\">\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Average Order Value<\/p>\n\n\n\n<input type=\"number\" min=\"0\" value=\"220\" id=\"input_calc3\" class=\"input\" required=\"\">\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Lead to Customer Rate<\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">If you don&#8217;t have data, please leave empty. <\/p>\n\n\n\n<input type=\"number\" min=\"0\" max=\"100\" step=\"0.1\" value=\"0.5\" id=\"input_calc4\" class=\"input\" required=\"\">\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Customer Retention Rate<\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">If you don&#8217;t have data, please leave empty.<\/p>\n\n\n\n<input type=\"number\" min=\"0\" max=\"100\" step=\"1\" value=\"40\" id=\"input_calc5\" class=\"input\" required=\"\">\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"javascript:calculateResult()\">Calculate<\/a><\/div>\n<\/div>\n\n<\/div><\/div>\n\n<div class=\"gb-grid-column gb-grid-column-e762286a\"><div class=\"gb-container gb-container-e762286a\">\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Potential conversion rate with Vibetrace<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html1\">1 <\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Potential additional sales<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html2\">1 <\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Potential AOV with Vibetrace<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html3\">1<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Potential Lead to Customer Rate<\/p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size wp-block-paragraph\">A good Lead to Customer Rate is at least 1% (average is 2.5%)<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html5\">1<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Potential Customer Retention Rate<\/p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size wp-block-paragraph\">A good Customer Retention Rate is at least 50%. (Average is 60%)<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html6\">1<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Estimated Monthly Subscription Cost<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html7\">1<\/p>\n\n\n\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\">Estimated ROI<\/p>\n\n\n\n<p class=\"gb-headline gb-headline-text\" id=\"result_html8\">1<\/p>\n\n\n\n<script>\n      function calculateResult() {\nvar calc1 = document.getElementById('input_calc1').value;\nvar calc2 = document.getElementById('input_calc2').value;\nvar calc3 = document.getElementById('input_calc3').value;\nvar calc4 = document.getElementById('input_calc4').value;\nvar calc5 = document.getElementById('input_calc5').value;\n        \nvar result1=((calc2 \/ calc1) * 100);\nresult1 = result1*1.08;\n\/\/conversio rate\ndocument.getElementById('result_html1').innerHTML = result1.toFixed(2) + '%';\n\n\/\/aov\nvar result3=(calc3 * 1.14);\ndocument.getElementById('result_html3').innerHTML = result3.toFixed(2) + '';\n\/\/ additional sales\nresult2 = calc2*1.08 - calc2;\ndocument.getElementById('result_html2').innerHTML = result2 + '  = [$' + result3 * result2  + \"]\";\n\/\/lead to customer\nvar result5 = 2.5;\nif (calc4 > 2 && calc4<4) {\nresult5 = calc4*1.2\n}\nif (calc4 <= 2.5) {\nresult5 = calc4*1.4\n}\nif (calc4 > 4) {\nresult5 = calc4*1.06\n}\nif (result5<1) {result5 = 1}\ndocument.getElementById('result_html5').innerHTML = result5.toFixed(2) + '%';\nvar result6 = 55;\nif (calc5 > 50 && calc5<65) {\nresult6 = calc5*1.15\n}\nif (calc5 <= 50) {\nresult6 = calc5*1.3\n}\nif (calc4 > 70) {\nresult6 = calc5*1.08\n}\ndocument.getElementById('result_html6').innerHTML = result6.toFixed(2) + '%';\n\/\/costs\nresult7 = (calc1\/1000 * 6 + 15)\ndocument.getElementById('result_html7').innerHTML = \"$\" \n+ result7.toFixed(2) + '';\n\/\/ ROI\nvar result8 = (result3 * result2 ) - result7;\ndocument.getElementById('result_html8').innerHTML = \"$\" \n+ result8.toFixed(2) + '';\n\n      }\n    <\/script>\n\n<\/div><\/div>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\"> Return of investment Results<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following table is an estimation of the returns you&#8217;ll have with Vibetrace. Is worth mentioning this is a high level estimate, and it might be affected by your unique business needs and current situation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Marketing Automation ROI Calculator<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The goal for our Marketing Automation ROI Calculator is to assist in making informed decisions about investing in marketing automation technology by quantifying its financial impact. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, it&#8217;s important to remember that the true value of marketing automation may also include intangible benefits, such as improved customer experience and brand perception, which might not be directly captured in an ROI calculation.<\/p>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1708503817003\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What costs should I consider to asses Vibetrace?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Input Costs<br \/><strong>Software Costs:<\/strong> The monthly or annual subscription fees for the marketing automation platform.<br \/><strong>Implementation Costs:<\/strong> One-time costs associated with setting up the marketing automation system, which could include software customization, integration, and staff training.<br \/><strong>Operational Costs:<\/strong> Ongoing costs such as additional staff or consultants needed to manage the marketing automation processes.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1708503839701\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What revenue increase should I consider<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>More revenue can be determined by revenue increase or cost savings<\/p>\n<p><strong>Increased Lead Generation:<\/strong> Estimate the increase in leads due to more effective marketing campaigns.<br \/><strong>Improved Conversion Rates:<\/strong> The increase in conversion rates as a result of more personalized and timely engagement with prospects.<br \/><strong>Efficiency Gains:<\/strong> Cost savings from reduced manual tasks and more efficient marketing processes.<br \/><strong>Customer Retention:<\/strong> The financial impact of improved customer retention and loyalty driven by personalized customer engagement.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1708503897183\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is ROI Formula?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>The ROI is calculated by comparing the financial gains to the costs. A basic formula for ROI is:<br \/>ROI = (( Total\u00a0Gains \u2212 Total\u00a0Costs) \/  Total\u00a0Costs ) \u00d7 100<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1708503989234\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Other considerations<\/h3>\n<div class=\"rank-math-answer \">\n\n<p><strong>Time Period:<\/strong> The calculator may allow specifying a time period over which to measure ROI, such as one year, to account for the fact that benefits from marketing automation accumulate over time.<br \/><strong>Custom Metrics:<\/strong> Some calculators allow adding custom metrics relevant to your specific business or industry, offering a more tailored ROI estimate.<br \/><strong>Accuracy of Inputs:<\/strong> The reliability of the ROI calculation heavily depends on the accuracy of the input data. Estimations should be as realistic as possible.<br \/><strong>Benchmarking:<\/strong> It can be helpful to compare the calculated ROI against industry benchmarks or previous performance metrics to assess the effectiveness of your marketing automation investment.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1708506492488\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Where can I find more about the mentioned metrics<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>If you want to learn more how to calculate your metrics, you can read our dedicated pages:<br \/><a href=\"https:\/\/vibetrace.com\/lead-to-customer-ratio\/\">Lead to Customer Ratio<\/a> <\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u4ee5\u4e0b\u306e\u6570\u5b57\u3092\u5165\u529b\u3057\u3066\u3001\u3042\u306a\u305f\u304c\u3069\u308c\u3060\u3051\u306e\u304a\u91d1\u3092\u9003\u3057\u3066\u3044\u308b\u306e\u304b\u3092\u8abf\u3079\u3066\u304f\u3060\u3055\u3044\u2026 <a title=\"ROI \u8a08\u7b97\u30c4\u30fc\u30eb\" class=\"read-more\" href=\"https:\/\/vibetrace.com\/ja\/\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3-roi-\u8a08\u7b97\u30c4\u30fc\u30eb\/\" aria-label=\"ROI\u8a08\u7b97\u6a5f\u306b\u3064\u3044\u3066\u3055\u3089\u306b\u8aad\u3080\"> <\/a><\/p>","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-25402","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/pages\/25402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/comments?post=25402"}],"version-history":[{"count":54,"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/pages\/25402\/revisions"}],"predecessor-version":[{"id":25469,"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/pages\/25402\/revisions\/25469"}],"wp:attachment":[{"href":"https:\/\/vibetrace.com\/ja\/wp-json\/wp\/v2\/media?parent=25402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}