<!-- Case Study Template - Velocity Growth -->
<!-- velocitygrowth.ae/case-studies/[slug] -->
<!-- Rendered via decoder script: plain text field > DOMParser > innerHTML -->
<!-- TEMPLATE: Replace all {{PLACEHOLDER}} values with actual content -->
<style>
/* ─── Global typography matching velocitygrowth.ae ─── */
.vg-section p { font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.7;color:#06054B;margin:0 0 16px; }
.vg-section p:last-child { margin-bottom:0; }
.vg-section p strong { color:#06054B; }
/* Key Takeaway (white bg, same as body) */
.vg-key-takeaway-content p { font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.7;color:#06054B !important;margin:0 0 16px; }
.vg-key-takeaway-content p strong { color:#06054B !important; }
.vg-key-takeaway-content p:last-child { margin-bottom:0; }
/* Force colors on all injected content - Webflow overrides without !important */
#vg-casestudy-content p { color:#06054B !important; }
#vg-casestudy-content li { color:inherit !important; }
#vg-casestudy-content .vg-challenge-card p,
#vg-casestudy-content .vg-challenge-card li { color:#c8cdd3 !important; }
#vg-casestudy-content .vg-challenge-card p[style*="color:#fff"] { color:#fff !important; }
#vg-casestudy-content .vg-impact-narrative p { color:#c8cdd3 !important; }
/* Impact narrative (navy bg, light text) */
.vg-impact-narrative p { font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.7;color:#c8cdd3;margin:0 0 16px; }
.vg-impact-narrative p strong { color:#fff; }
.vg-impact-narrative p:last-child { margin-bottom:0; }
/* Metric card hover glow */
.vg-metric-card {
transition: all 0.3s cubic-bezier(0.22,1,0.36,1) !important;
}
/* Challenge tiles (navy bg) - white glow on hover */
.vg-challenge-card {
transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
cursor: default;
}
.vg-challenge-card:hover {
transform: translateY(-4px);
box-shadow: 0 0 24px rgba(148,49,255,0.35), 0 0 48px rgba(148,49,255,0.15), 0 8px 24px rgba(0,0,0,0.25);
}
/* Execution tiles (white bg) - purple glow on hover */
.vg-exec-card {
transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
cursor: default;
}
.vg-exec-card:hover {
transform: translateY(-4px);
border-color: rgba(148,49,255,0.25) !important;
box-shadow: 0 8px 20px rgba(0,0,0,0.06), 0 16px 48px rgba(148,49,255,0.15), 0 0 0 1px rgba(148,49,255,0.1);
}
/* ─── Tablet + Phone (768px) ─── */
@media (max-width: 768px) {
/* Typography */
#vg-casestudy-content h1 { font-size: 32px !important; line-height: 1.2 !important; }
#vg-casestudy-content h2 { font-size: 28px !important; line-height: 1.3 !important; }
.vg-hero-metric { font-size: 36px !important; }
/* Section padding */
.vg-section[style*="padding:80px 0;"] { padding: 48px 0 !important; }
.vg-section[style*="padding:80px 0 60px"] { padding: 48px 0 36px !important; }
.vg-section[style*="padding:0 0 80px"] { padding: 0 0 48px !important; }
/* Grids → single column */
.vg-challenge-grid { grid-template-columns: 1fr !important; }
.vg-exec-grid { grid-template-columns: 1fr !important; }
.vg-grid-3 { grid-template-columns: 1fr !important; }
.vg-before-after { grid-template-columns: 1fr !important; gap: 12px !important; text-align: center; }
/* Impact metrics → 2 columns on tablet */
.vg-grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
/* Takeaway + Form → stack */
.vg-takeaway-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
.vg-form-card { position: static !important; }
/* Form name+email → stack */
.vg-form-row { grid-template-columns: 1fr !important; }
/* Share buttons */
.vg-share-buttons { margin-top: 16px !important; }
/* Social proof strip */
.vg-social-proof-strip { gap: 16px !important; flex-wrap: wrap !important; }
/* Disable hover transforms on touch */
.vg-metric-card:hover, .vg-challenge-card:hover, .vg-exec-card:hover { transform: none !important; }
}
/* ─── Small phones (480px) ─── */
@media (max-width: 480px) {
#vg-casestudy-content h1 { font-size: 26px !important; }
#vg-casestudy-content h2 { font-size: 22px !important; }
.vg-hero-metric { font-size: 30px !important; }
.vg-grid-4 { grid-template-columns: 1fr !important; }
.vg-section[style*="padding:80px 0;"] { padding: 32px 0 !important; }
.vg-section[style*="padding:80px 0 60px"] { padding: 32px 0 24px !important; }
.vg-section[style*="padding:0 0 80px"] { padding: 0 0 32px !important; }
}
.vg-metric-card:hover {
transform: translateY(-4px);
border-color: rgba(255,255,255,0.35) !important;
box-shadow: 0 0 20px rgba(255,255,255,0.08), 0 0 40px rgba(255,255,255,0.04), 0 4px 24px rgba(0,0,0,0.2);
background: rgba(255,255,255,0.1) !important;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 1: CASE STUDY HEADER -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#06054B;padding:80px 0 60px;position:relative;overflow:hidden;">
<!-- Decorative SVG shapes -->
<svg style="position:absolute;top:-40px;right:-60px;width:400px;height:400px;opacity:0.06;" viewBox="0 0 400 400" fill="none" aria-hidden="true">
<circle cx="200" cy="200" r="180" stroke="#9431ff" stroke-width="2"/>
<circle cx="200" cy="200" r="130" stroke="#9431ff" stroke-width="1.5"/>
<circle cx="200" cy="200" r="80" stroke="#9431ff" stroke-width="1"/>
</svg>
<svg style="position:absolute;bottom:-20px;left:-40px;width:300px;height:300px;opacity:0.05;" viewBox="0 0 300 300" fill="none" aria-hidden="true">
<rect x="30" y="30" width="240" height="240" rx="20" stroke="#9431ff" stroke-width="2" transform="rotate(15 150 150)"/>
<rect x="60" y="60" width="180" height="180" rx="15" stroke="#9431ff" stroke-width="1.5" transform="rotate(15 150 150)"/>
</svg>
<div style="max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1;">
<!-- Breadcrumb -->
<nav style="margin-bottom:24px;" aria-label="Breadcrumb">
<ol style="list-style:none;padding:0;margin:0;display:flex;gap:8px;align-items:center;font-family:'Nunito Sans',sans-serif;font-size:14px;color:#94a3b8;flex-wrap:wrap;">
<li><a href="https://www.velocitygrowth.ae" style="color:#94a3b8;text-decoration:none;">Home</a></li>
<li style="color:#94a3b8;">›</li>
<li><a href="https://www.velocitygrowth.ae/case-studies" style="color:#94a3b8;text-decoration:none;">Our Work</a></li>
<li style="color:#94a3b8;">›</li>
<li style="color:#9431ff;">A Leading Digital-Goods Retailer, GCC</li>
</ol>
</nav>
<!-- Header content + share buttons -->
<div style="display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;">
<div style="flex:1;min-width:280px;">
<!-- Badge + Geography -->
<div style="display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;">
<span style="display:inline-block;padding:6px 14px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;background:#9431ff;color:#fff;">Deep Dive</span>
<span style="display:inline-block;padding:6px 14px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:500;background:rgba(255,255,255,0.12);color:#c8cdd3;">GCC</span>
</div>
<!-- Client Descriptor -->
<h1 style="font-family:'Montserrat',sans-serif;font-size:56px;font-weight:700;line-height:1.1;color:#fff;margin:0 0 16px;">A Leading Digital-Goods Retailer, GCC</h1>
<!-- Project Summary -->
<p style="font-family:'Nunito Sans',sans-serif;font-size:18px;line-height:1.6;color:#c8cdd3;margin:0 0 24px;max-width:700px;">Rebuilt an untrustworthy measurement layer and launched paid media across 5 GCC markets in 8 weeks, turning broken tracking and dark ad accounts into measured, attributable growth.</p>
<!-- Workstream Tags (primary - what we did) -->
<div style="display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px;">
<span style="display:inline-block;padding:4px 12px;border-radius:6px;font-family:'Nunito Sans',sans-serif;font-size:12px;font-weight:600;background:rgba(148,49,255,0.15);color:#c084fc;">Growth Analytics</span>
<span style="display:inline-block;padding:4px 12px;border-radius:6px;font-family:'Nunito Sans',sans-serif;font-size:12px;font-weight:600;background:rgba(148,49,255,0.15);color:#c084fc;">Digital Growth</span>
</div>
<!-- Industry Tags (secondary - type of business) -->
<div style="display:flex;gap:8px;flex-wrap:wrap;">
<span style="display:inline-block;padding:5px 14px;border-radius:6px;font-family:'Nunito Sans',sans-serif;font-size:12px;font-weight:600;background:rgba(255,255,255,0.9);color:#06054B;">E-Commerce</span>
<span style="display:inline-block;padding:5px 14px;border-radius:6px;font-family:'Nunito Sans',sans-serif;font-size:12px;font-weight:600;background:rgba(255,255,255,0.9);color:#06054B;">Digital Goods & Top-Ups</span>
</div>
</div>
<!-- Share buttons (aligned with H1) -->
<div style="display:flex;gap:10px;flex-shrink:0;margin-top:48px;">
<button onclick="navigator.clipboard.writeText(window.location.href).then(function(){var b=this;b.innerHTML='<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg> Copied!';setTimeout(function(){b.innerHTML='<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg> Copy Link'},2000)}.bind(this))" style="display:flex;align-items:center;gap:7px;padding:10px 18px;border-radius:100px;border:2px solid rgba(255,255,255,0.5);background:transparent;color:#fff;font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.2s;" onmouseover="this.style.background='rgba(255,255,255,0.1)';this.style.borderColor='#fff'" onmouseout="this.style.background='transparent';this.style.borderColor='rgba(255,255,255,0.5)'">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg>
Copy Link
</button>
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.velocitygrowth.ae%2Fcase-studies%2Fzero-to-live-digital-advertising-gcc" target="_blank" rel="noopener noreferrer" style="display:flex;align-items:center;gap:7px;padding:10px 18px;border-radius:100px;border:none;background:#9431ff;color:#fff;font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all 0.2s;" onmouseover="this.style.background='#7a28d6'" onmouseout="this.style.background='#9431ff'">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
Share on LinkedIn
</a>
</div>
</div>
<!-- Hero Metric -->
<div style="margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,0.08);">
<div style="display:flex;align-items:center;gap:20px;flex-wrap:wrap;">
<div style="font-family:'Montserrat',sans-serif;font-size:56px;font-weight:600;line-height:1;background:linear-gradient(135deg,#9431ff 0%,#c084fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;">8 Weeks</div>
<div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:18px;font-weight:600;color:#fff;line-height:1.3;">From Zero to Live</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#94a3b8;line-height:1.3;">Broken tracking and dark ad accounts to measured, attributable paid media</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 2: THE CHALLENGE -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#fff;padding:80px 0;">
<div style="max-width:1000px;margin:0 auto;padding:0 24px;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;margin:0 0 8px;letter-spacing:0.04em;">The Challenge</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:40px;font-weight:700;color:#06054B;margin:0 0 32px;letter-spacing:-0.48px;line-height:46px;">What We Were Solving</h2>
<p style="font-family:'Nunito Sans',sans-serif;font-size:18px;line-height:1.7;color:#06054B;margin:0 0 36px;">A leading digital-goods retailer (mobile top-ups, gift cards and game credits sold across the GCC and wider MENA; high volume, low ~$12–$16 order value, 90% mobile) had strong organic sales but had switched paid media off for six months. The deeper problem sat underneath: a measurement layer that could not be trusted. The mandate was to go from "nothing tracked correctly, no ads running" to "every key action measured accurately, and paid campaigns live, attributed and optimizable."</p><div class="vg-challenge-grid" style="display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;"><div class="vg-challenge-card" style="background:#06054B;border-radius:12px;padding:28px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.2);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#c084fc" stroke-width="2"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"/><line x1="1" y1="1" x2="23" y2="23"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;margin:0 0 12px;">Paid Media Gone Dark</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#c8cdd3;"><li>No Google or Meta spend for 6+ months</li><li>No live conversion signal to learn from</li><li>Strong organic, but growth had no second engine</li></ul></div><div class="vg-challenge-card" style="background:#06054B;border-radius:12px;padding:28px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.2);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#c084fc" stroke-width="2"><path d="M18 20V10"/><path d="M12 20V4"/><path d="M6 20v-6"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;margin:0 0 12px;">Tracking You Couldn't Trust</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#c8cdd3;"><li>Purchases inflated 68%: ~82,000 events vs ~49,000 real transactions in 30 days</li><li>14 duplicate and junk conversion signals</li><li>Google Ads recorded $0 value on every purchase</li></ul></div><div class="vg-challenge-card" style="background:#06054B;border-radius:12px;padding:28px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.2);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#c084fc" stroke-width="2"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;margin:0 0 12px;">Flying Blind on Attribution</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#c8cdd3;"><li>~93% of revenue stuck in GA4 "Unassigned"</li><li>Paid traffic showed literally 0 transactions</li><li>No audiences, negative keywords or campaign structure</li></ul></div></div><p style="font-family:'Nunito Sans',sans-serif;font-size:18px;line-height:1.7;color:#06054B;margin:32px 0 0;"><strong>The data was not just incomplete, it was actively misleading. Any spend layered on top of it would have optimized toward noise.</strong></p>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 3: THE APPROACH -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#fff;padding:0 0 80px;">
<div style="max-width:1000px;margin:0 auto;padding:0 24px;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;margin:0 0 8px;letter-spacing:0.04em;">The Approach</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:40px;font-weight:700;color:#06054B;margin:0 0 32px;letter-spacing:-0.48px;line-height:46px;">How We Thought About It</h2>
<p style="font-family:'Nunito Sans',sans-serif;font-size:18px;line-height:1.7;color:#06054B;margin:0 0 36px;">You cannot optimize on data you have not verified, and you cannot scale what you cannot measure. So we did not touch a campaign until the foundation was sound. The work ran as one repeatable, four-phase path (diagnose, fix, build, launch) compressed into eight weeks.</p><div style="position:relative;padding-left:48px;"><div style="position:absolute;left:19px;top:40px;bottom:40px;width:2px;background:linear-gradient(180deg,#9431ff,rgba(148,49,255,0.15));"></div><div style="position:relative;margin-bottom:36px;"><div style="position:absolute;left:-48px;top:0;width:40px;height:40px;border-radius:50%;background:#9431ff;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;">1</div><p style="font-family:'Montserrat',sans-serif;font-size:20px;font-weight:600;color:#06054B;margin:0 0 12px;letter-spacing:-0.4px;padding-top:8px;">Diagnose (Weeks 1–2)</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>Four platform audits (GTM web + server, GA4, Google Ads, Meta), then a single cross-audit synthesis</li><li>29 tags, 14 triggers and 47 variables inventoried in the web container alone</li><li>Four critical data-integrity bugs isolated, plus 8 launch-readiness gaps</li><li>One prioritized action tracker: 73 tasks across 8 workstreams, scored on impact and effort</li></ul></div><div style="position:relative;margin-bottom:36px;"><div style="position:absolute;left:-48px;top:0;width:40px;height:40px;border-radius:50%;background:#9431ff;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;">2</div><p style="font-family:'Montserrat',sans-serif;font-size:20px;font-weight:600;color:#06054B;margin:0 0 12px;letter-spacing:-0.4px;padding-top:8px;">Fix the Foundation (Weeks 3–4)</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>Duplicate purchase tag killed and the mislabeled OTP event corrected, so purchase counts are now accurate</li><li>Deduplication IDs added to every Meta pixel event</li><li>GA4 and Google Ads cleaned: 14 junk and duplicate signals removed</li><li>The $0 conversion-value bug fixed, so real revenue flows into bidding</li></ul></div><div style="position:relative;margin-bottom:36px;"><div style="position:absolute;left:-48px;top:0;width:40px;height:40px;border-radius:50%;background:#9431ff;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;">3</div><p style="font-family:'Montserrat',sans-serif;font-size:20px;font-weight:600;color:#06054B;margin:0 0 12px;letter-spacing:-0.4px;padding-top:8px;">Build for Launch (Weeks 4–6)</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>Independent pre-launch QA: 12 issues surfaced (5 critical), every blocker cleared before a dollar was spent</li><li>84-keyword bilingual (EN/AR) master negative list to shield spend</li><li>Arabic + English responsive search ads, spec-compliant</li><li>New instruments: on-site search tracking and payment-failure tracking</li></ul></div><div style="position:relative;"><div style="position:absolute;left:-48px;top:0;width:40px;height:40px;border-radius:50%;background:#9431ff;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#fff;">4</div><p style="font-family:'Montserrat',sans-serif;font-size:20px;font-weight:600;color:#06054B;margin:0 0 12px;letter-spacing:-0.4px;padding-top:8px;">Launch & Measure (Weeks 7–8)</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>Google Search live across 5 GCC markets plus a dedicated brand-defense campaign</li><li>Meta retargeting live across the GCC</li><li>Cross-channel reporting: Google, Meta and GA4 reconciled in one view</li><li>A post-launch attribution break root-caused and fixed, so paid sessions classify correctly under Paid Search</li></ul></div></div>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 4: THE EXECUTION -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#f8f9fa;padding:80px 0;">
<div style="max-width:1000px;margin:0 auto;padding:0 24px;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;margin:0 0 8px;letter-spacing:0.04em;">The Execution</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:40px;font-weight:700;color:#06054B;margin:0 0 32px;letter-spacing:-0.48px;line-height:46px;">What We Delivered</h2>
<div class="vg-exec-grid" style="display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;"><div class="vg-exec-card" style="background:#fff;border-radius:12px;padding:28px;border:1px solid #e2e8f0;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 12px;">Forensic Audit</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>4 platforms pulled apart end to end</li><li>29 tags / 14 triggers / 47 variables</li><li>4 critical data bugs isolated</li></ul></div><div class="vg-exec-card" style="background:#fff;border-radius:12px;padding:28px;border:1px solid #e2e8f0;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 12px;">Foundation Fixes</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>Duplicate purchase tag killed</li><li>OTP mislabel corrected</li><li>$0 conversion-value bug fixed</li></ul></div><div class="vg-exec-card" style="background:#fff;border-radius:12px;padding:28px;border:1px solid #e2e8f0;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 12px;">Signal Cleanup</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>6 junk GA4 key events removed</li><li>8 polluting Google Ads imports cleared</li><li>Meta deduplication IDs added</li></ul></div><div class="vg-exec-card" style="background:#fff;border-radius:12px;padding:28px;border:1px solid #e2e8f0;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/><polyline points="9 12 11 14 15 10"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 12px;">Independent Pre-Launch QA</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>12 issues surfaced (5 critical)</li><li>Every blocker triaged and cleared</li><li>Nothing live until it passed</li></ul></div><div class="vg-exec-card" style="background:#fff;border-radius:12px;padding:28px;border:1px solid #e2e8f0;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 12px;">Campaign & Measurement Build</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>84-keyword bilingual negative list</li><li>EN + AR responsive search ads</li><li>On-site search (3 events, 7 dims) + payment-failure tracking</li></ul></div><div class="vg-exec-card" style="background:#fff;border-radius:12px;padding:28px;border:1px solid #e2e8f0;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/><polyline points="17 6 23 6 23 12"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 12px;">Launch & Reporting</p><ul style="margin:0;padding:0 0 0 18px;font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#06054B;"><li>Search live across 5 GCC markets + brand defense</li><li>Meta retargeting live across the GCC</li><li>Cross-channel reporting; attribution break fixed</li></ul></div></div>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 5: THE IMPACT -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#06054B;padding:80px 0;position:relative;overflow:hidden;">
<svg style="position:absolute;top:-40px;right:-60px;width:400px;height:400px;opacity:0.06;" viewBox="0 0 400 400" fill="none" aria-hidden="true">
<circle cx="200" cy="200" r="180" stroke="#9431ff" stroke-width="2"/>
<circle cx="200" cy="200" r="130" stroke="#9431ff" stroke-width="1.5"/>
</svg>
<svg style="position:absolute;bottom:-30px;left:-50px;width:300px;height:300px;opacity:0.05;" viewBox="0 0 300 300" fill="none" aria-hidden="true">
<rect x="30" y="30" width="240" height="240" rx="20" stroke="#9431ff" stroke-width="2" transform="rotate(15 150 150)"/>
</svg>
<div style="max-width:1000px;margin:0 auto;padding:0 24px;position:relative;z-index:1;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#c084fc;margin:0 0 8px;letter-spacing:0.04em;">The Impact</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:40px;font-weight:700;color:#fff;margin:0 0 40px;letter-spacing:-0.48px;line-height:46px;">Results That Moved the Needle</h2>
<!-- Multi-Metric Dashboard Strip -->
<div class="vg-grid-4" style="display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:48px;">
<div class="vg-metric-card" style="padding:20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;cursor:default;">
<div style="font-family:'Montserrat',sans-serif;font-size:28px;font-weight:600;color:#fff;"><span class="vg-anim-num" data-value="68" data-decimals="0">0</span><span>%</span></div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin-top:4px;">Purchase Inflation Eliminated</div>
</div>
<div class="vg-metric-card" style="padding:20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;cursor:default;">
<div style="font-family:'Montserrat',sans-serif;font-size:28px;font-weight:600;color:#fff;"><span class="vg-anim-num" data-value="14" data-decimals="0">0</span><span></span></div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin-top:4px;">Junk Conversion Signals Removed</div>
</div>
<div class="vg-metric-card" style="padding:20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;cursor:default;">
<div style="font-family:'Montserrat',sans-serif;font-size:28px;font-weight:600;color:#fff;"><span class="vg-anim-num" data-value="5" data-decimals="0">0</span><span></span></div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin-top:4px;">GCC Markets Launched</div>
</div>
<div class="vg-metric-card" style="padding:20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;cursor:default;">
<div style="font-family:'Montserrat',sans-serif;font-size:28px;font-weight:600;color:#fff;"><span class="vg-anim-num" data-value="7.4" data-decimals="1">0</span><span>x</span></div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin-top:4px;">Meta ROAS, Early Signal</div>
</div>
<div class="vg-metric-card" style="padding:20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;cursor:default;">
<div style="font-family:'Montserrat',sans-serif;font-size:28px;font-weight:600;color:#fff;"><span class="vg-anim-num" data-value="7.2" data-decimals="1">0</span><span>x</span></div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin-top:4px;">Google ROAS, Early Signal</div>
</div>
</div>
<!-- Before/After Comparisons (optional, include if data exists) -->
<!-- Directional Trend Chart (optional, include if data exists) -->
<!-- Additional impact narrative -->
<div class="vg-impact-narrative">
<div style="overflow-x:auto;margin:8px 0 24px;"><table style="width:100%;border-collapse:collapse;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:12px;overflow:hidden;"><thead><tr><th style="padding:14px 16px;text-align:left;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,0.15);"></th><th style="padding:14px 16px;text-align:left;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:#94a3b8;border-bottom:1px solid rgba(255,255,255,0.15);">Before Velocity</th><th style="padding:14px 16px;text-align:left;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;color:#c084fc;border-bottom:1px solid rgba(255,255,255,0.15);">After 8 Weeks</th></tr></thead><tbody><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Paid media</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">Dark 6+ months</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Live across 5 markets, 2 platforms</td></tr><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Purchase tracking</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">68% inflated</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Accurate, deduplicated</td></tr><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Attribution</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">~93% "Unassigned"</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Paid sessions classified</td></tr><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Conversion value</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">$0 recorded</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Real revenue into bidding</td></tr><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Conversion signals</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">14 duplicate / junk</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Clean, purchase-focused</td></tr><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Funnel visibility</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">Partial, unreliable</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Full funnel + search + failures</td></tr><tr><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#fff;font-weight:600;">Decision-making</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#94a3b8;">Flying blind</td><td style="padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);font-family:'Nunito Sans',sans-serif;font-size:15px;color:#c084fc;font-weight:600;">Data-backed roadmap</td></tr></tbody></table></div><div style="display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px;"><div style="background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:24px;"><div style="display:flex;align-items:center;gap:14px;margin-bottom:12px;"><div style="font-family:'Montserrat',sans-serif;font-size:32px;font-weight:600;color:#fff;line-height:1;">7.4x</div><div style="width:1px;height:36px;background:rgba(255,255,255,0.2);"></div><div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#fff;font-weight:600;">Meta ROAS, early signal</div></div><p style="font-family:'Nunito Sans',sans-serif;font-size:14px;line-height:1.6;color:#c8cdd3;margin:0;">Meta retargeting was profitable from launch on a clean 4% conversion rate and still ramping. Google Search went live at a 7.2x reported ROAS, ~$0.33 CPC and ~5.3% CTR across 6 campaigns: the 5 GCC markets plus a brand-defense campaign capturing existing demand efficiently.</p></div><div style="background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:24px;"><div style="display:flex;align-items:center;gap:14px;margin-bottom:12px;"><div style="font-family:'Montserrat',sans-serif;font-size:32px;font-weight:600;color:#fff;line-height:1;">~6,000</div><div style="width:1px;height:36px;background:rgba(255,255,255,0.2);"></div><div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#fff;font-weight:600;">Transactions measured cleanly</div></div><p style="font-family:'Nunito Sans',sans-serif;font-size:14px;line-height:1.6;color:#c8cdd3;margin:0;">In the first 9 days live, GA4 measured nearly 6,000 transactions and ~$85K in revenue cleanly, with paid sessions finally classifying under Paid Search, the first trustworthy read the business had in months.</p></div></div><div style="background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:12px;padding:24px;margin-top:16px;"><div style="display:flex;align-items:center;gap:16px;"><div style="flex-shrink:0;text-align:center;"><div style="font-family:'Montserrat',sans-serif;font-size:40px;font-weight:600;color:#fff;line-height:1;">~42%</div><div style="font-family:'Nunito Sans',sans-serif;font-size:12px;color:#fff;margin-top:4px;font-weight:600;">payment-attempt failure rate</div></div><div style="width:1px;height:52px;background:rgba(255,255,255,0.2);"></div><p style="font-family:'Nunito Sans',sans-serif;font-size:15px;line-height:1.6;color:#c8cdd3;margin:0;">The single biggest growth lever was not ad budget. New payment-failure tracking surfaced ~7,200 failed-payment events (about 42% of all payment attempts, against ~10,000 that completed), a larger revenue leak than the entire paid budget and the clearest next move.</p></div></div><p style="font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.7;color:#c8cdd3;margin:24px 0 0;"><strong>We optimize on verified, deduplicated conversions, not flattering platform-reported numbers, so every growth decision rests on real revenue.</strong></p>
</div>
<!-- Sanitization Disclosure (conditional) -->
<p style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin:32px 0 0;font-style:italic;">Certain metrics have been directionally represented to maintain client confidentiality. Impact percentages and improvement ratios are reported as-is.</p>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 6: KEY TAKEAWAY + FORM (merged two-column) -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#f8f9fa;padding:80px 0;">
<div style="max-width:1200px;margin:0 auto;padding:0 24px;">
<div class="vg-takeaway-grid" style="display:grid;grid-template-columns:1fr 480px;gap:56px;align-items:stretch;">
<!-- Left: Key Takeaway as visual insight tiles -->
<div style="display:flex;flex-direction:column;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;margin:0 0 8px;letter-spacing:0.04em;">Key Takeaway</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;color:#06054B;margin:0 0 28px;letter-spacing:-0.48px;line-height:38px;">What This Means for Your Business</h2>
<div class="vg-key-takeaway-content">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;"><div style="background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;"><div style="display:flex;align-items:center;gap:10px;margin-bottom:10px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/><polyline points="17 6 23 6 23 12"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:15px;font-weight:700;color:#06054B;margin:0;">Audit Before You Spend</p></div><p style="font-size:14px;line-height:1.6;margin:0;">We never optimize on data we have not verified. Every tag, trigger and conversion is proven, not assumed.</p></div><div style="background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;"><div style="display:flex;align-items:center;gap:10px;margin-bottom:10px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:15px;font-weight:700;color:#06054B;margin:0;">Fix the Foundation First</p></div><p style="font-size:14px;line-height:1.6;margin:0;">Paid media amplifies whatever it sits on. Make the measurement trustworthy before a dollar goes out.</p></div><div style="background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;"><div style="display:flex;align-items:center;gap:10px;margin-bottom:10px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:15px;font-weight:700;color:#06054B;margin:0;">Build for the Algorithm</p></div><p style="font-size:14px;line-height:1.6;margin:0;">Clean signals, the right conversions, negative keywords and structure, so spend gets smart immediately.</p></div><div style="background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;"><div style="display:flex;align-items:center;gap:10px;margin-bottom:10px;"><div style="width:36px;height:36px;border-radius:8px;background:rgba(148,49,255,0.08);display:flex;align-items:center;justify-content:center;"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/><polyline points="17 6 23 6 23 12"/></svg></div><p style="font-family:'Montserrat',sans-serif;font-size:15px;font-weight:700;color:#06054B;margin:0;">Launch Measured, Then Compound</p></div><p style="font-size:14px;line-height:1.6;margin:0;">Go live with full attribution, reconcile across channels, and let the data point to the next lever.</p></div></div><div style="background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;"><div style="display:flex;align-items:center;gap:16px;"><div style="flex-shrink:0;text-align:center;"><div style="font-family:'Montserrat',sans-serif;font-size:36px;font-weight:600;color:#9431ff;line-height:1;">8</div><div style="font-family:'Nunito Sans',sans-serif;font-size:11px;color:#64748b;margin-top:4px;">weeks, audit to live</div></div><div style="width:1px;height:48px;background:#e2e8f0;"></div><p style="font-size:14px;line-height:1.6;margin:0;">Zero to live is not a campaign, it is a system. Diagnose, fix, build, launch, measure: the path that turns broken tracking and dark ad accounts into measured, compounding paid growth.</p></div></div>
</div>
<!-- Closing bridge text -->
<div style="margin-top:28px;padding:20px 24px;border-left:3px solid #9431ff;border-radius:0 8px 8px 0;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:15px;line-height:1.7;color:#06054B;margin:0;">Every growth transformation starts with a conversation. Tell us about your business and we'll work with you to help unlock growth.</p>
</div>
<!-- Directional cue: visual arrow pointing toward form -->
<div style="display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:24px;">
<div style="flex:1;height:1px;background:linear-gradient(90deg,transparent,#9431ff);"></div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</div>
</div>
<!-- Right: Lead Gen Form with social proof + trust signals -->
<div class="vg-form-card" style="position:sticky;top:24px;">
<!-- Social proof strip -->
<div style="background:#06054B;border-radius:16px 16px 0 0;padding:20px 28px;">
<div style="display:flex;gap:24px;align-items:center;justify-content:center;">
<div style="text-align:center;">
<div style="font-family:'Montserrat',sans-serif;font-size:22px;font-weight:700;color:#fff;">40+</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:11px;color:#94a3b8;margin-top:2px;">Clients</div>
</div>
<div style="width:1px;height:32px;background:rgba(255,255,255,0.15);"></div>
<div style="text-align:center;">
<div style="font-family:'Montserrat',sans-serif;font-size:22px;font-weight:700;color:#fff;">250+</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:11px;color:#94a3b8;margin-top:2px;">Growth Projects</div>
</div>
<div style="width:1px;height:32px;background:rgba(255,255,255,0.15);"></div>
<div style="text-align:center;">
<div style="font-family:'Montserrat',sans-serif;font-size:22px;font-weight:700;color:#fff;">12</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:11px;color:#94a3b8;margin-top:2px;">Countries</div>
</div>
</div>
</div>
<!-- Form card -->
<div style="background:#fff;border-radius:0 0 16px 16px;padding:28px 28px 32px;border:1px solid #e2e8f0;border-top:none;box-shadow:0 8px 32px rgba(6,5,75,0.08);">
<h3 style="font-family:'Montserrat',sans-serif;font-size:20px;font-weight:700;color:#06054B;margin:0 0 20px;">Get a custom growth audit</h3>
<div id="vg-cta-form-container">
<form id="vg-lead-form" onsubmit="return handleFormSubmit(event)" style="display:flex;flex-direction:column;gap:14px;">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:12px;">
<div>
<label style="font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;color:#06054B;display:block;margin-bottom:5px;">Name *</label>
<input type="text" name="name" required onfocus="pushFormFocus('name')" style="width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-family:'Nunito Sans',sans-serif;font-size:14px;color:#06054B;box-sizing:border-box;transition:border-color 0.2s;" onfocusin="this.style.borderColor='#9431ff'" onfocusout="this.style.borderColor='#e2e8f0'" />
</div>
<div>
<label style="font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;color:#06054B;display:block;margin-bottom:5px;">Work Email *</label>
<input type="email" name="email" required onfocus="pushFormFocus('email')" style="width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-family:'Nunito Sans',sans-serif;font-size:14px;color:#06054B;box-sizing:border-box;transition:border-color 0.2s;" onfocusin="this.style.borderColor='#9431ff'" onfocusout="this.style.borderColor='#e2e8f0'" />
</div>
</div>
<div>
<label style="font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;color:#06054B;display:block;margin-bottom:5px;">Company *</label>
<input type="text" name="company" required onfocus="pushFormFocus('company')" style="width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-family:'Nunito Sans',sans-serif;font-size:14px;color:#06054B;box-sizing:border-box;transition:border-color 0.2s;" onfocusin="this.style.borderColor='#9431ff'" onfocusout="this.style.borderColor='#e2e8f0'" />
</div>
<div>
<label style="font-family:'Nunito Sans',sans-serif;font-size:13px;font-weight:600;color:#06054B;display:block;margin-bottom:5px;">3 core problems you'd want us to take a look at</label>
<textarea name="message" rows="3" onfocus="pushFormFocus('message')" style="width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-family:'Nunito Sans',sans-serif;font-size:14px;color:#06054B;box-sizing:border-box;resize:vertical;transition:border-color 0.2s;" onfocusin="this.style.borderColor='#9431ff'" onfocusout="this.style.borderColor='#e2e8f0'"></textarea>
</div>
<button type="submit" style="width:100%;padding:14px 32px;background:#9431ff;color:#fff;font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;border:none;border-radius:100px;cursor:pointer;transition:all 0.2s;margin-top:4px;box-shadow:0 4px 16px rgba(148,49,255,0.3);" onmouseover="this.style.background='#7a28d6';this.style.boxShadow='0 6px 24px rgba(148,49,255,0.4)'" onmouseout="this.style.background='#9431ff';this.style.boxShadow='0 4px 16px rgba(148,49,255,0.3)'">Book Your Free Discovery Call</button>
</form>
</div>
<!-- Trust signals -->
<div style="display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;">
<div style="display:flex;align-items:center;gap:5px;">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#22c55e" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg>
<span style="font-family:'Nunito Sans',sans-serif;font-size:12px;color:#64748b;">No commitment</span>
</div>
<div style="display:flex;align-items:center;gap:5px;">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#22c55e" stroke-width="2"><polyline points="20 6 9 17 4 12"/></svg>
<span style="font-family:'Nunito Sans',sans-serif;font-size:12px;color:#64748b;">Response within 24hrs</span>
</div>
</div>
<!-- Post-submit -->
<div id="vg-thank-you" style="display:none;text-align:center;padding:24px 0;">
<svg width="40" height="40" viewBox="0 0 48 48" fill="none" style="margin-bottom:12px;">
<circle cx="24" cy="24" r="24" fill="#f0fdf4"/>
<path d="M14 24l7 7 13-13" stroke="#22c55e" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<h3 style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 6px;">We've received your details</h3>
<p style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;margin:0;">We'll reach out within 24 hours.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 6b: FAQ (SEO + GEO optimized) -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#fff;padding:80px 0;">
<div style="max-width:800px;margin:0 auto;padding:0 24px;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;margin:0 0 8px;letter-spacing:0.04em;">FAQ</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;color:#06054B;margin:0 0 32px;letter-spacing:-0.48px;line-height:38px;">Common Questions</h2>
<details style="border:1px solid #e2e8f0;border-radius:12px;padding:0;margin-bottom:12px;background:#fff;">
<summary style="padding:20px 24px;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:600;color:#06054B;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;">
How can you launch paid media from scratch in 8 weeks?
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="flex-shrink:0;margin-left:16px;transition:transform 0.2s;"><polyline points="6 9 12 15 18 9"/></svg>
</summary>
<div style="padding:0 24px 20px;font-family:'Nunito Sans',sans-serif;font-size:15px;line-height:1.7;color:#06054B;">By front-loading the foundation. Weeks 1–2 are a full forensic audit; weeks 3–4 fix the data-integrity bugs; weeks 4–6 build campaign assets and new measurement; weeks 7–8 launch and reconcile across channels. Because the measurement is trustworthy before launch, spend optimizes correctly from day one instead of learning on bad data.</div>
</details>
<details style="border:1px solid #e2e8f0;border-radius:12px;padding:0;margin-bottom:12px;background:#fff;">
<summary style="padding:20px 24px;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:600;color:#06054B;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;">
Why fix tracking before spending on ads?
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="flex-shrink:0;margin-left:16px;transition:transform 0.2s;"><polyline points="6 9 12 15 18 9"/></svg>
</summary>
<div style="padding:0 24px 20px;font-family:'Nunito Sans',sans-serif;font-size:15px;line-height:1.7;color:#06054B;">Paid media amplifies whatever it sits on. If purchases are inflated 68% and ~93% of revenue is "Unassigned", Smart Bidding optimizes toward noise and you cannot tell which spend actually works. We never run paid on data we have not verified; every tag, trigger and conversion is proven first.</div>
</details>
<details style="border:1px solid #e2e8f0;border-radius:12px;padding:0;margin-bottom:12px;background:#fff;">
<summary style="padding:20px 24px;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:600;color:#06054B;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;">
What causes most revenue to land in GA4 "Unassigned"?
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="flex-shrink:0;margin-left:16px;transition:transform 0.2s;"><polyline points="6 9 12 15 18 9"/></svg>
</summary>
<div style="padding:0 24px 20px;font-family:'Nunito Sans',sans-serif;font-size:15px;line-height:1.7;color:#06054B;">Usually a measurement bug, not a marketing one. Here it was conflicting GA4 configuration tags plus a cookie-writer that never wrote campaign medium, so sessions arrived with a source but no channel and GA4 could not classify them. Once corrected, paid sessions classified properly under Paid Search.</div>
</details>
<details style="border:1px solid #e2e8f0;border-radius:12px;padding:0;margin-bottom:12px;background:#fff;">
<summary style="padding:20px 24px;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:600;color:#06054B;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;">
How do you report a ROAS a client can actually trust?
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#9431ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="flex-shrink:0;margin-left:16px;transition:transform 0.2s;"><polyline points="6 9 12 15 18 9"/></svg>
</summary>
<div style="padding:0 24px 20px;font-family:'Nunito Sans',sans-serif;font-size:15px;line-height:1.7;color:#06054B;">We optimize on verified, deduplicated conversions rather than flattering platform-reported numbers. That means removing duplicate and junk conversion signals, adding deduplication IDs across server-side events, and reconciling Google, Meta and GA4 in a single view, so the revenue behind every decision is real.</div>
</details>
</div>
</section>
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- SECTION 8: RELATED CASE STUDIES -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<section class="vg-section" style="background:#f8f9fa;padding:80px 0;">
<div style="max-width:1200px;margin:0 auto;padding:0 24px;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;margin:0 0 8px;letter-spacing:0.04em;">More Work</p>
<h2 style="font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;color:#06054B;margin:0 0 32px;letter-spacing:-0.48px;line-height:38px;">Related Case Studies</h2>
<div class="vg-grid-3" style="display:grid;grid-template-columns:repeat(3,1fr);gap:24px;">
<a href="https://www.velocitygrowth.ae/case-studies/google-ads-consolidation-retail-uae" style="text-decoration:none;">
<div class="vg-card" style="background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb;">
<div style="display:flex;gap:8px;margin-bottom:12px;">
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:600;background:#f3e8ff;color:#7c3aed;">Deep Dive</span>
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:500;background:#f1f5f9;color:#64748b;">UAE</span>
</div>
<h3 style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 8px;line-height:1.3;">A Multi-Brand Retailer, UAE</h3>
<div style="font-family:'Montserrat',sans-serif;font-size:24px;font-weight:800;color:#9431ff;margin:12px 0 4px;">45%</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#64748b;">More Conversions</div>
<p style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;margin:12px 0 0;line-height:1.5;">Consolidated 47 cannibalizing Google Ads campaigns to 12, unlocking 45% more conversions at 22% lower CPA.</p>
</div>
</a>
<a href="https://www.velocitygrowth.ae/case-studies/offline-conversions-real-estate-uae" style="text-decoration:none;">
<div class="vg-card" style="background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb;">
<div style="display:flex;gap:8px;margin-bottom:12px;">
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:600;background:#f3e8ff;color:#7c3aed;">Deep Dive</span>
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:500;background:#f1f5f9;color:#64748b;">UAE</span>
</div>
<h3 style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 8px;line-height:1.3;">A Premium Real Estate Developer, UAE</h3>
<div style="font-family:'Montserrat',sans-serif;font-size:24px;font-weight:800;color:#9431ff;margin:12px 0 4px;">3.2x</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#64748b;">True ROAS Revealed</div>
<p style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;margin:12px 0 0;line-height:1.5;">Built an offline conversion pipeline that revealed true ROAS was 3.2x higher than ad platforms reported.</p>
</div>
</a>
<a href="https://www.velocitygrowth.ae/case-studies/growth-engine-events-marketplace-uae" style="text-decoration:none;">
<div class="vg-card" style="background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb;">
<div style="display:flex;gap:8px;margin-bottom:12px;">
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:600;background:#f3e8ff;color:#7c3aed;">Transformation</span>
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:500;background:#f1f5f9;color:#64748b;">UAE</span>
</div>
<h3 style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 8px;line-height:1.3;">A Major Events & Experiences Marketplace, UAE</h3>
<div style="font-family:'Montserrat',sans-serif;font-size:24px;font-weight:800;color:#9431ff;margin:12px 0 4px;">256%</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#64748b;">Increase in Qualified Leads</div>
<p style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;margin:12px 0 0;line-height:1.5;">Full-stack growth engine across 7 workstreams, moving CM3 from -3% to 8%.</p>
</div>
</a>
</div>
<div style="text-align:center;margin-top:40px;">
<a href="https://www.velocitygrowth.ae/case-studies" style="display:inline-flex;align-items:center;gap:8px;font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;text-decoration:none;padding:12px 28px;border:2px solid #9431ff;border-radius:100px;transition:all 0.2s;" onmouseover="this.style.background='#9431ff';this.style.color='#fff'" onmouseout="this.style.background='transparent';this.style.color='#9431ff'">View All Case Studies <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></a>
</div>
</div>
</section>
<!-- Scripts removed - they must live in a separate Webflow Embed block -->
<!-- innerHTML injection does not execute <script> tags -->
<!-- See: case-studies-post-decoder.html for the script to paste into a 2nd Embed -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!-- REUSABLE COMPONENT SNIPPETS (for reference when building case studies) -->
<!-- ═══════════════════════════════════════════════════════════════════════ -->
<!--
PARAGRAPH (use in Challenge, Approach, Execution, Key Takeaway):
<p style="font-family:'Nunito Sans',sans-serif;font-size:16px;line-height:1.8;color:#334155;margin:0 0 20px;">Text here</p>
SUBHEADING within a section:
<h3 style="font-family:'Montserrat',sans-serif;font-size:22px;font-weight:600;color:#06054B;margin:32px 0 16px;">Subheading</h3>
METRIC CARD (single, for Multi-Metric Strip):
<div style="padding:20px;background:#f8f9fa;border-radius:12px;text-align:center;">
<div style="font-family:'Montserrat',sans-serif;font-size:28px;font-weight:700;color:#06054B;">VALUE</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#64748b;margin-top:4px;">Label</div>
</div>
BEFORE/AFTER COMPONENT:
<div style="display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;margin:32px 0;">
<div style="text-align:center;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;">
<div style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;">Before</div>
<div style="font-family:'Montserrat',sans-serif;font-size:36px;font-weight:700;color:#06054B;">VALUE</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;">Label</div>
</div>
<div style="font-size:24px;color:#9431ff;">→</div>
<div style="text-align:center;padding:24px;background:#f5f0ff;border:2px solid #9431ff;border-radius:12px;">
<div style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;">After</div>
<div style="font-family:'Montserrat',sans-serif;font-size:36px;font-weight:700;color:#9431ff;">VALUE</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;">Label</div>
</div>
</div>
<div style="text-align:center;font-family:'Nunito Sans',sans-serif;font-size:16px;font-weight:600;color:#9431ff;">+XX% improvement</div>
RELATED CASE STUDY CARD (for Section 8):
<a href="https://www.velocitygrowth.ae/case-studies/SLUG" style="text-decoration:none;">
<div class="vg-card" style="background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb;">
<div style="display:flex;gap:8px;margin-bottom:12px;">
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:600;background:BADGE_BG;color:BADGE_TEXT;">BADGE</span>
<span style="padding:4px 10px;border-radius:100px;font-family:'Nunito Sans',sans-serif;font-size:11px;font-weight:500;background:#f1f5f9;color:#64748b;">GEO</span>
</div>
<h3 style="font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;color:#06054B;margin:0 0 8px;line-height:1.3;">CLIENT DESCRIPTOR</h3>
<div style="font-family:'Montserrat',sans-serif;font-size:24px;font-weight:800;color:#9431ff;margin:12px 0 4px;">HERO METRIC</div>
<div style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#64748b;">METRIC LABEL</div>
<p style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;margin:12px 0 0;line-height:1.5;">SUMMARY</p>
</div>
</a>
SANITIZATION DISCLOSURE:
<p style="font-family:'Nunito Sans',sans-serif;font-size:13px;color:#94a3b8;margin:32px 0 0;font-style:italic;">Certain metrics have been directionally represented to maintain client confidentiality. Impact percentages and improvement ratios are reported as-is.</p>
PLAYBOOK SECONDARY CTA:
<div style="margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;text-align:center;">
<p style="font-family:'Nunito Sans',sans-serif;font-size:14px;color:#64748b;margin:0 0 8px;">Want to dive deeper?</p>
<a href="PLAYBOOK_URL" style="font-family:'Nunito Sans',sans-serif;font-size:15px;font-weight:600;color:#9431ff;text-decoration:none;">Download our PLAYBOOK_TITLE ></a>
</div>
BADGE COLORS:
Spotlight: background:#E9D6FF; color:#6b21a8;
Deep Dive: background:#BC7EF9; color:#fff;
Transformation: background:#9431ff; color:#fff;
Strategic Advisory: background:#06054B; color:#fff;
-->
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Zero to Live: Paid Media Launched in 8 Weeks for a GCC Digital-Goods Retailer | Velocity Growth",
"description": "How Velocity rebuilt a broken measurement layer and launched measured, attributable paid media across 5 GCC markets in 8 weeks for a leading digital-goods retailer.",
"author": {
"@type": "Organization",
"name": "Velocity Growth",
"url": "https://www.velocitygrowth.ae"
},
"publisher": {
"@type": "Organization",
"name": "Velocity Growth",
"url": "https://www.velocitygrowth.ae"
},
"mainEntityOfPage": "https://www.velocitygrowth.ae/case-studies/zero-to-live-digital-advertising-gcc",
"about": {
"@type": "Thing",
"name": "E-Commerce Growth Strategy",
"description": "Rebuilt an untrustworthy measurement layer and launched paid media across 5 GCC markets in 8 weeks, turning broken tracking and dark ad accounts into measured, attributable growth."
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.velocitygrowth.ae"
},
{
"@type": "ListItem",
"position": 2,
"name": "Our Work",
"item": "https://www.velocitygrowth.ae/our-work"
},
{
"@type": "ListItem",
"position": 3,
"name": "A Leading Digital-Goods Retailer, GCC"
}
]
}
}