Use the Hero’s Journey framework to map the client’s problem to a transformation narrative that aligns with B2B decision criteria.
1. Identify the "Call to Adventure" – capture the prospect’s pain metric (e.g., 30% churn, $200k lost revenue) using Clearbit enrichment.
2. Define the "Mentor" – position your solution as the guide; pull product usage stats from HubSpot API (/crm/v3/objects/deals).
3. Show the "Crossing the Threshold" – present a pilot KPI (e.g., 15% lift in lead‑to‑MQL conversion within 30 days).
4. Detail the "Trials" – list three quantifiable obstacles and how the client overcame them; use GA4 event purchase_complete count.
5. Highlight the "Reward" – calculate ROI with formula ROI = (Revenue - Cost) / Cost * 100. Provide a concrete number (e.g., 250% ROI).
6. Present the "Return" – describe how the client scaled the win; reference a post‑implementation NPS of 68.
7. Call to Action – embed a short form that auto‑populates with HubSpot hs_form and a hidden field case_study_id.
Metric Hero Journey Traditional
Time to Draft 5 days 8 days
Stakeholder OK 92% 78%
Conversion Rate 4.2% 2.7%
def roi(revenue, cost):
return (revenue - cost) / cost * 100
print(roi(500000, 150000))Gotcha: If you embed a client logo without a signed usage agreement, the legal team may block publication and delay the launch.