{"id":2629,"date":"2025-08-31T16:22:53","date_gmt":"2025-08-31T21:22:53","guid":{"rendered":"https:\/\/viralconnections.net\/digital-scalability-diagnostic\/"},"modified":"2025-11-03T20:30:21","modified_gmt":"2025-11-04T01:30:21","slug":"digital-scalability-diagnostic","status":"publish","type":"page","link":"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/","title":{"rendered":"Digital Scalability Diagnostic"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2629\" class=\"elementor elementor-2629 elementor-2241\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c884352 e-flex e-con-boxed e-con e-parent\" data-id=\"c884352\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9de3fd1 e-flex e-con-boxed e-con e-child\" data-id=\"9de3fd1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5335d49 e-con-full e-flex e-con e-child\" data-id=\"5335d49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4db19f elementor-widget elementor-widget-heading\" data-id=\"c4db19f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Digital Scalability<br><b><i> Assessment<b><i><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bbf32fa elementor-widget elementor-widget-text-editor\" data-id=\"bbf32fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Discover how prepared your business is to grow and scale with full-stack digital marketing. Answer a few key questions and receive an analysis with personalized recommendations for your strategy. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a25f969 elementor-widget elementor-widget-html\" data-id=\"a25f969\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', () => {\n  document.querySelectorAll('form.elementor-form').forEach(form => {\n    \/\/ Refs\n    const roiSel = form.querySelector('[name=\"form_fields[roi]\"]');\n    const invSel = form.querySelector('[name=\"form_fields[inversion_ads]\"]');\n    const invGrp = form.querySelector('.elementor-field-group-inversion_ads');\n    const metGrp = form.querySelector('.elementor-field-group-metricas_ads');\n    if (!roiSel || !invSel || !invGrp || !metGrp) return;\n\n    \/\/ Guardar \"required\" original de inversi\u00f3n y m\u00e9tricas\n    const invWasReq = invSel.required;\n    const metInputs = metGrp.querySelectorAll('select, input, textarea');\n    const metWasReq = Array.from(metInputs).map(el => el.required);\n\n    \/\/ Helpers\n    const norm = s => (s || '').toString().trim().toLowerCase();\n    const valueOf  = sel => norm(sel.value);\n    const labelOf  = sel => norm(sel.options[sel.selectedIndex]?.text);\n    const isPlaceholder = sel => sel.selectedIndex <= 0 || valueOf(sel) === '';\n\n    const isNoInvierte = () =>valueOf(roiSel) === 'no_invertido' || labelOf(roiSel).startsWith('no he invertido');\n\n    const isSiInversion = () => {\n      const v = valueOf(invSel), t = labelOf(invSel);\n      return v.startsWith('si') || v.startsWith('s\u00ed') || t.startsWith('si') || t.startsWith('s\u00ed');\n    };\n\n    const showGroup = (grp, inputs, wasReq=[]) => {\n      grp.style.display = '';\n      (inputs || []).forEach((el,i) => { el.disabled = false; el.required = !!wasReq[i]; });\n    };\n    const hideGroup = (grp, inputs=[]) => {\n      grp.style.display = 'none';\n      inputs.forEach(el => { el.disabled = true; el.required = false; if ('value' in el) el.value = ''; });\n    };\n\n    function toggleAll() {\n      \/\/ 1) Si ROI sin elegir \u2192 ocultar inversi\u00f3n y m\u00e9tricas\n      if (isPlaceholder(roiSel)) { hideGroup(invGrp, [invSel]); hideGroup(metGrp, metInputs); return; }\n\n      \/\/ 2) Si ROI = \"No he invertido\" \u2192 ocultar inversi\u00f3n y m\u00e9tricas\n      if (isNoInvierte())       { hideGroup(invGrp, [invSel]); hideGroup(metGrp, metInputs); return; }\n\n      \/\/ 3) ROI v\u00e1lido \u2260 \"No he invertido\" \u2192 mostrar inversi\u00f3n\n      showGroup(invGrp, [invSel], [invWasReq]);\n\n      \/\/ 4) Si inversi\u00f3n sin elegir \u2192 ocultar m\u00e9tricas\n      if (isPlaceholder(invSel)) { hideGroup(metGrp, metInputs); return; }\n\n      \/\/ 5) M\u00e9tricas solo si inversi\u00f3n es \"S\u00ed\u2026\"\n      if (isSiInversion()) { showGroup(metGrp, metInputs, metWasReq); }\n      else                 { hideGroup(metGrp, metInputs); }\n    }\n\n    \/\/ Estado inicial: ocultar inversi\u00f3n y m\u00e9tricas antes de evaluar\n    hideGroup(invGrp, [invSel]);\n    hideGroup(metGrp, metInputs);\n    toggleAll();\n\n    \/\/ Eventos\n    roiSel.addEventListener('change', toggleAll);\n    invSel.addEventListener('change', toggleAll);\n    form.addEventListener('click', e => { if (e.target.closest('.elementor-button-next')) toggleAll(); });\n  });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce2e45f elementor-widget__width-inherit elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"ce2e45f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;progress_bar&quot;,&quot;button_width&quot;:&quot;100&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Strategic Assessment\" aria-label=\"Strategic Assessment\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"2629\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"ce2e45f\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"VC\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_6f37442 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Digital Advertising\" data-previousButton=\"\" data-nextButton=\"\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-roi elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-roi\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHow would you describe the return on your digital marketing investment in the last 6\u201312 months?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[roi]\" id=\"form-field-roi\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I have not invested\">I have not invested<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I have not measured results\">I have not measured results<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Negative (I spend more than I earn)\">Negative (I spend more than I earn)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Neutral (it pays for itself)\">Neutral (it pays for itself)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Positive (clear ROI with measurable growth)\">Positive (clear ROI with measurable growth)<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-inversion_ads elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-inversion_ads\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDo you currently invest in paid campaigns (Meta Ads, Google Ads, LinkedIn, etc.)?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[inversion_ads]\" id=\"form-field-inversion_ads\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"No, never\">No, never<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, less than $2,000\/month\">Yes, less than $2,000\/month<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, between $5,000 and $10,000\/month\">Yes, between $5,000 and $10,000\/month<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, more than $10,000\/month\">Yes, more than $10,000\/month<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-metricas_ads elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-metricas_ads\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhich metrics do you review most to evaluate your campaigns?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[metricas_ads]\" id=\"form-field-metricas_ads\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I don&#039;t review metrics\">I don&#039;t review metrics<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Reach and interactions (likes, comments, followers)\">Reach and interactions (likes, comments, followers)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Leads generated (forms, registrations, contacts)\">Leads generated (forms, registrations, contacts)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Clear sales\/conversions with measured ROI\">Clear sales\/conversions with measured ROI<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-step1 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Marketing\" data-previousButton=\"Back\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-equipo elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-equipo\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWho manages your digital marketing today?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[equipo]\" id=\"form-field-equipo\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Myself (founder) \">Myself (founder) <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Small internal team\">Small internal team<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"External agency \/ freelancers\">External agency \/ freelancers<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_a2921b2 elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_a2921b2\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAre you happy with the performance of your current marketing?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_a2921b2]\" id=\"form-field-field_a2921b2\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes\">Yes<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"It could be improved\">It could be improved<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Not at all\">Not at all<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-canales elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-canales\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhich channels do you actively use? (choose all that apply) \t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Instagram \/ Facebook\" id=\"form-field-canales-0\" name=\"form_fields[canales][]\"> <label for=\"form-field-canales-0\">Instagram \/ Facebook<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"LinkedIn\" id=\"form-field-canales-1\" name=\"form_fields[canales][]\"> <label for=\"form-field-canales-1\">LinkedIn<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"TikTok \/ YouTube\" id=\"form-field-canales-2\" name=\"form_fields[canales][]\"> <label for=\"form-field-canales-2\">TikTok \/ YouTube<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Blog \/ SEO \/ Google My Business\" id=\"form-field-canales-3\" name=\"form_fields[canales][]\"> <label for=\"form-field-canales-3\">Blog \/ SEO \/ Google My Business<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Email marketing \/ CRM\" id=\"form-field-canales-4\" name=\"form_fields[canales][]\"> <label for=\"form-field-canales-4\">Email marketing \/ CRM<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"None consistently\" id=\"form-field-canales-5\" name=\"form_fields[canales][]\"> <label for=\"form-field-canales-5\">None consistently<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_ea92e89 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Customer\" data-previousButton=\"Back\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_700fd71 elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_700fd71\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHave you defined who your ideal customer is?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_700fd71]\" id=\"form-field-field_700fd71\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I&#039;m not clear on it\">I&#039;m not clear on it<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I have a general idea\">I have a general idea<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, I have a semi-defined profile (e.g. age, sector, position)\">Yes, I have a semi-defined profile (e.g. age, sector, position)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, I have detailed and documented buyer personas\">Yes, I have detailed and documented buyer personas<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-proceso elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-proceso\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDo you have a clear process for converting interested parties into customers?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[proceso]\" id=\"form-field-proceso\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"No, I depend on informal messages or calls\">No, I depend on informal messages or calls<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, but basic (e.g. direct WhatsApp or a single step)\">Yes, but basic (e.g. direct WhatsApp or a single step)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, with several steps (e.g. lead \u2192 meeting\/demo \u2192 closing)\">Yes, with several steps (e.g. lead \u2192 meeting\/demo \u2192 closing)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yes, structured and automated (CRM, nurturing, pipelines)\">Yes, structured and automated (CRM, nurturing, pipelines)<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-herramientas elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-herramientas\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDo you use automation tools?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[herramientas]\" id=\"form-field-herramientas\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I don&#039;t use any\">I don&#039;t use any<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I use some basic ones (e.g. Mailchimp, Meta Ads Manager)\">I use some basic ones (e.g. Mailchimp, Meta Ads Manager)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I have CRM connected with marketing (HubSpot, Salesforce, etc.)\">I have CRM connected with marketing (HubSpot, Salesforce, etc.)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I have a complete ecosystem (CRM + email + chatbots + integrations)\">I have a complete ecosystem (CRM + email + chatbots + integrations)<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_c145c37 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Content\" data-previousButton=\"Back\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-contenido elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-contenido\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHow often do you publish content on your main channels?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[contenido]\" id=\"form-field-contenido\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Almost never\">Almost never<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"1\u20134 times a month\">1\u20134 times a month<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"1\u20134 times per week\">1\u20134 times per week<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Daily or almost daily\">Daily or almost daily<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_90652b8 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Wishlist\" data-previousButton=\"Back\" data-nextButton=\"Next\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-issue elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-issue\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tIf you could solve one digital marketing problem today, what would it be?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[issue]\" id=\"form-field-issue\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Generate more leads\/customers\">Generate more leads\/customers<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Improve return on investment (ROI)\">Improve return on investment (ROI)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Create a more organized system\/funnel\">Create a more organized system\/funnel<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Improve my brand and online presence\">Improve my brand and online presence<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Scale with technology\/automation\">Scale with technology\/automation<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_52250ca elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Contact\" data-previousButton=\"\" data-nextButton=\"\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Write your name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_afc3595 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_afc3595\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_afc3595]\" id=\"form-field-field_afc3595\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your business\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_ed67821 elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_ed67821\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[field_ed67821]\" id=\"form-field-field_ed67821\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your phone or WhatsApp number\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-url elementor-field-group elementor-column elementor-field-group-field_081f2b3 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_081f2b3\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWebsite\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"url\" name=\"form_fields[field_081f2b3]\" id=\"form-field-field_081f2b3\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"www.yourwebsite.com\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_095b025 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_095b025\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tInstagram\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_095b025]\" id=\"form-field-field_095b025\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"@yourinstagram\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Digital Scalability Assessment Discover how prepared your business is to grow and scale with full-stack digital marketing. Answer a few key questions and receive an analysis with personalized recommendations for your strategy.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2629","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Digital Scalability Diagnostic &#8226; VC<\/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:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Digital Scalability Diagnostic &#8226; VC\" \/>\n<meta property=\"og:description\" content=\"Digital Scalability Assessment Discover how prepared your business is to grow and scale with full-stack digital marketing. Answer a few key questions and receive an analysis with personalized recommendations for your strategy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/\" \/>\n<meta property=\"og:site_name\" content=\"VC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ViralConnectionsInc\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-04T01:30:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/\",\"url\":\"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/\",\"name\":\"Digital Scalability Diagnostic &#8226; VC\",\"isPartOf\":{\"@id\":\"https:\/\/viralconnections.net\/en\/#website\"},\"datePublished\":\"2025-08-31T21:22:53+00:00\",\"dateModified\":\"2025-11-04T01:30:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/viralconnections.net\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Digital Scalability Diagnostic\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/viralconnections.net\/en\/#website\",\"url\":\"https:\/\/viralconnections.net\/en\/\",\"name\":\"Viral Connections Inc\",\"description\":\"AI-Powered Business Growth\",\"publisher\":{\"@id\":\"https:\/\/viralconnections.net\/en\/#organization\"},\"alternateName\":\"Viral Connections\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/viralconnections.net\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/viralconnections.net\/en\/#organization\",\"name\":\"Viral Connections Inc\",\"alternateName\":\"VC Inc\",\"url\":\"https:\/\/viralconnections.net\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/viralconnections.net\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/viralconnections.net\/wp-content\/uploads\/2023\/02\/VC-Logos-full-white.svg\",\"contentUrl\":\"https:\/\/viralconnections.net\/wp-content\/uploads\/2023\/02\/VC-Logos-full-white.svg\",\"width\":108,\"height\":22,\"caption\":\"Viral Connections Inc\"},\"image\":{\"@id\":\"https:\/\/viralconnections.net\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ViralConnectionsInc\/\",\"https:\/\/linkedin.com\/company\/viral-connections-inc\",\"https:\/\/www.instagram.com\/viralconnections\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Digital Scalability Diagnostic &#8226; VC","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:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/","og_locale":"en_US","og_type":"article","og_title":"Digital Scalability Diagnostic &#8226; VC","og_description":"Digital Scalability Assessment Discover how prepared your business is to grow and scale with full-stack digital marketing. Answer a few key questions and receive an analysis with personalized recommendations for your strategy.","og_url":"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/","og_site_name":"VC","article_publisher":"https:\/\/www.facebook.com\/ViralConnectionsInc\/","article_modified_time":"2025-11-04T01:30:21+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/","url":"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/","name":"Digital Scalability Diagnostic &#8226; VC","isPartOf":{"@id":"https:\/\/viralconnections.net\/en\/#website"},"datePublished":"2025-08-31T21:22:53+00:00","dateModified":"2025-11-04T01:30:21+00:00","breadcrumb":{"@id":"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/viralconnections.net\/en\/digital-scalability-diagnostic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/viralconnections.net\/en\/"},{"@type":"ListItem","position":2,"name":"Digital Scalability Diagnostic"}]},{"@type":"WebSite","@id":"https:\/\/viralconnections.net\/en\/#website","url":"https:\/\/viralconnections.net\/en\/","name":"Viral Connections Inc","description":"AI-Powered Business Growth","publisher":{"@id":"https:\/\/viralconnections.net\/en\/#organization"},"alternateName":"Viral Connections","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/viralconnections.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/viralconnections.net\/en\/#organization","name":"Viral Connections Inc","alternateName":"VC Inc","url":"https:\/\/viralconnections.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/viralconnections.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/viralconnections.net\/wp-content\/uploads\/2023\/02\/VC-Logos-full-white.svg","contentUrl":"https:\/\/viralconnections.net\/wp-content\/uploads\/2023\/02\/VC-Logos-full-white.svg","width":108,"height":22,"caption":"Viral Connections Inc"},"image":{"@id":"https:\/\/viralconnections.net\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ViralConnectionsInc\/","https:\/\/linkedin.com\/company\/viral-connections-inc","https:\/\/www.instagram.com\/viralconnections\/"]}]}},"_links":{"self":[{"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/pages\/2629","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/comments?post=2629"}],"version-history":[{"count":1,"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/pages\/2629\/revisions"}],"predecessor-version":[{"id":2632,"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/pages\/2629\/revisions\/2632"}],"wp:attachment":[{"href":"https:\/\/viralconnections.net\/en\/wp-json\/wp\/v2\/media?parent=2629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}