{"id":8,"date":"2026-05-14T01:45:32","date_gmt":"2026-05-14T01:45:32","guid":{"rendered":"https:\/\/darrellcanty.com\/?page_id=8"},"modified":"2026-05-14T01:57:17","modified_gmt":"2026-05-14T01:57:17","slug":"campaign-brief","status":"publish","type":"page","link":"https:\/\/darrellcanty.com\/campaign-brief\/","title":{"rendered":"Integrated Campaign Brief"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Creative Brief \u2014 Darrell Canty Portfolio<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #0f1f3d;\n    --navy-mid: #1a3460;\n    --gold: #c8a84b;\n    --gold-light: #d4b05a;\n    --white: #ffffff;\n    --off-white: #f8f6f1;\n    --text: #2d3748;\n    --muted: #718096;\n    --border: #e2e8f0;\n    --section-bg: #f5f7fa;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--off-white);\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  \/* HEADER *\/\n  .brief-header {\n    background: var(--navy);\n    padding: 60px;\n    position: relative;\n    overflow: hidden;\n  }\n  .brief-header::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 400px; height: 400px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(200,168,75,0.1) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .brief-header::after {\n    content: 'CREATIVE BRIEF';\n    position: absolute;\n    bottom: -20px; right: 40px;\n    font-family: 'Playfair Display', serif;\n    font-size: 8rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.03);\n    letter-spacing: -2px;\n    pointer-events: none;\n  }\n  .brief-eyebrow {\n    color: var(--gold);\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .brief-eyebrow::before {\n    content: '';\n    display: block;\n    width: 32px;\n    height: 2px;\n    background: var(--gold);\n  }\n  .brief-header h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3.2rem);\n    color: var(--white);\n    font-weight: 700;\n    line-height: 1.15;\n    margin-bottom: 24px;\n    max-width: 700px;\n  }\n  .brief-header h1 em {\n    color: var(--gold);\n    font-style: normal;\n  }\n  .brief-meta {\n    display: flex;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-top: 32px;\n    padding-top: 32px;\n    border-top: 1px solid rgba(255,255,255,0.1);\n  }\n  .meta-item { }\n  .meta-label {\n    color: rgba(255,255,255,0.4);\n    font-size: 0.7rem;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 4px;\n  }\n  .meta-value {\n    color: var(--white);\n    font-size: 0.9rem;\n    font-weight: 500;\n  }\n\n  \/* MAIN CONTENT *\/\n  .brief-content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 40px;\n  }\n\n  \/* SECTION *\/\n  .section {\n    margin-bottom: 52px;\n  }\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n  .section-number {\n    width: 32px;\n    height: 32px;\n    background: var(--navy);\n    color: var(--gold);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.78rem;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.3rem;\n    color: var(--navy);\n    font-weight: 700;\n  }\n  .section-divider {\n    height: 1px;\n    background: linear-gradient(to right, var(--gold), transparent);\n    margin-bottom: 24px;\n    opacity: 0.4;\n  }\n  .section-body {\n    font-size: 0.97rem;\n    color: var(--text);\n    line-height: 1.85;\n  }\n\n  \/* HIGHLIGHT BOX *\/\n  .highlight-box {\n    background: var(--navy);\n    border-radius: 8px;\n    padding: 32px;\n    margin: 20px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .highlight-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 4px;\n    height: 100%;\n    background: var(--gold);\n  }\n  .highlight-box p {\n    color: rgba(255,255,255,0.85);\n    font-size: 0.95rem;\n    line-height: 1.8;\n  }\n  .highlight-box strong {\n    color: var(--gold);\n  }\n\n  \/* GRID *\/\n  .two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin: 20px 0;\n  }\n  .info-card {\n    background: var(--white);\n    border-radius: 8px;\n    padding: 24px;\n    border: 1px solid var(--border);\n    transition: box-shadow 0.2s;\n  }\n  .info-card:hover {\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n  }\n  .info-card h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1rem;\n    color: var(--navy);\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n  .info-card p {\n    font-size: 0.88rem;\n    color: var(--muted);\n    line-height: 1.7;\n  }\n\n  \/* CHANNEL TABLE *\/\n  .channel-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 16px;\n    margin: 20px 0;\n  }\n  .channel-card {\n    background: var(--white);\n    border-radius: 8px;\n    padding: 20px;\n    border: 1px solid var(--border);\n    border-top: 3px solid var(--gold);\n  }\n  .channel-name {\n    font-weight: 600;\n    color: var(--navy);\n    font-size: 0.9rem;\n    margin-bottom: 8px;\n  }\n  .channel-purpose {\n    font-size: 0.8rem;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n  .channel-kpi {\n    margin-top: 10px;\n    font-size: 0.75rem;\n    color: var(--gold);\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* MESSAGING FRAMEWORK *\/\n  .message-stack {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    margin: 20px 0;\n  }\n  .message-item {\n    background: var(--white);\n    border-radius: 8px;\n    padding: 24px;\n    border: 1px solid var(--border);\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n  .message-tier {\n    background: var(--navy);\n    color: var(--gold);\n    padding: 4px 12px;\n    border-radius: 20px;\n    font-size: 0.72rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    white-space: nowrap;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .message-content h5 {\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 6px;\n    font-size: 0.95rem;\n  }\n  .message-content p {\n    font-size: 0.88rem;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* SAMPLE AD COPY *\/\n  .ad-sample {\n    background: var(--section-bg);\n    border-radius: 8px;\n    padding: 28px;\n    margin: 16px 0;\n    border-left: 4px solid var(--gold);\n  }\n  .ad-format {\n    font-size: 0.72rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--gold);\n    margin-bottom: 12px;\n  }\n  .ad-copy {\n    font-size: 0.95rem;\n    color: var(--text);\n    line-height: 1.8;\n    font-style: italic;\n  }\n  .ad-copy strong {\n    font-style: normal;\n    color: var(--navy);\n  }\n\n  \/* KPI TABLE *\/\n  .kpi-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 16px;\n    margin: 20px 0;\n  }\n  .kpi-card {\n    background: var(--white);\n    border-radius: 8px;\n    padding: 20px;\n    text-align: center;\n    border: 1px solid var(--border);\n  }\n  .kpi-metric {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.6rem;\n    color: var(--navy);\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n  .kpi-label {\n    font-size: 0.78rem;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* TIMELINE *\/\n  .timeline-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0;\n    margin: 20px 0;\n    position: relative;\n  }\n  .timeline-grid::before {\n    content: '';\n    position: absolute;\n    top: 20px;\n    left: 10%;\n    right: 10%;\n    height: 2px;\n    background: linear-gradient(to right, var(--gold), var(--navy));\n    z-index: 0;\n  }\n  .timeline-item {\n    text-align: center;\n    position: relative;\n    z-index: 1;\n    padding: 0 8px;\n  }\n  .timeline-dot {\n    width: 40px;\n    height: 40px;\n    background: var(--navy);\n    border: 3px solid var(--gold);\n    border-radius: 50%;\n    margin: 0 auto 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--gold);\n    font-size: 0.78rem;\n    font-weight: 700;\n  }\n  .timeline-phase {\n    font-weight: 600;\n    color: var(--navy);\n    font-size: 0.85rem;\n    margin-bottom: 4px;\n  }\n  .timeline-weeks {\n    font-size: 0.75rem;\n    color: var(--muted);\n  }\n\n  \/* BUDGET *\/\n  .budget-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 20px 0;\n    background: var(--white);\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n  }\n  .budget-table th {\n    background: var(--navy);\n    color: var(--gold);\n    padding: 14px 20px;\n    text-align: left;\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 600;\n  }\n  .budget-table td {\n    padding: 14px 20px;\n    font-size: 0.9rem;\n    color: var(--text);\n    border-bottom: 1px solid var(--border);\n  }\n  .budget-table tr:last-child td {\n    border-bottom: none;\n    font-weight: 600;\n    color: var(--navy);\n    background: var(--section-bg);\n  }\n  .budget-table tr:hover td {\n    background: var(--section-bg);\n  }\n\n  \/* ATTRIBUTION *\/\n  .attribution-row {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 16px 20px;\n    background: var(--white);\n    border-radius: 8px;\n    margin-bottom: 10px;\n    border: 1px solid var(--border);\n  }\n  .attribution-icon {\n    width: 40px;\n    height: 40px;\n    background: var(--navy);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.1rem;\n    flex-shrink: 0;\n  }\n  .attribution-text h5 {\n    font-weight: 600;\n    color: var(--navy);\n    font-size: 0.9rem;\n    margin-bottom: 3px;\n  }\n  .attribution-text p {\n    font-size: 0.82rem;\n    color: var(--muted);\n  }\n\n  \/* FOOTER *\/\n  .brief-footer {\n    background: var(--navy);\n    padding: 40px 60px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n  }\n  .footer-brand {\n    font-family: 'Playfair Display', serif;\n    color: var(--white);\n    font-size: 1.1rem;\n    font-weight: 700;\n  }\n  .footer-brand span { color: var(--gold); }\n  .footer-note {\n    font-size: 0.8rem;\n    color: rgba(255,255,255,0.4);\n  }\n\n  \/* PRINT *\/\n  @media print {\n    body { background: white; }\n    .brief-header { -webkit-print-color-adjust: exact; print-color-adjust: exact; }\n  }\n\n  @media (max-width: 768px) {\n    .brief-header { padding: 40px 24px; }\n    .brief-content { padding: 40px 24px; }\n    .two-col { grid-template-columns: 1fr; }\n    .timeline-grid { grid-template-columns: 1fr 1fr; gap: 16px; }\n    .timeline-grid::before { display: none; }\n    .brief-footer { padding: 32px 24px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<div class=\"brief-header\">\n  <div class=\"brief-eyebrow\">Portfolio Sample<\/div>\n  <h1>Integrated Campaign Brief:<br><em>Brand Awareness &#038; Lead Generation<\/em><\/h1>\n  <div class=\"brief-meta\">\n    <div class=\"meta-item\">\n      <div class=\"meta-label\">Prepared By<\/div>\n      <div class=\"meta-value\">Darrell Canty<\/div>\n    <\/div>\n    <div class=\"meta-item\">\n      <div class=\"meta-label\">Campaign Type<\/div>\n      <div class=\"meta-value\">Integrated Multi-Channel<\/div>\n    <\/div>\n    <div class=\"meta-item\">\n      <div class=\"meta-label\">Objective<\/div>\n      <div class=\"meta-value\">Brand Awareness + Lead Acquisition<\/div>\n    <\/div>\n    <div class=\"meta-item\">\n      <div class=\"meta-label\">Channel Mix<\/div>\n      <div class=\"meta-value\">TV \u00b7 Radio \u00b7 Digital \u00b7 OOH \u00b7 Direct Mail<\/div>\n    <\/div>\n    <div class=\"meta-item\">\n      <div class=\"meta-label\">Campaign Duration<\/div>\n      <div class=\"meta-value\">12 Weeks<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- MAIN CONTENT -->\n<div class=\"brief-content\">\n\n  <!-- SECTION 1: BACKGROUND -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">01<\/div>\n      <div class=\"section-title\">Background &#038; Business Problem<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"section-body\">\n      <p>This brief outlines a full-funnel integrated marketing campaign designed to simultaneously build brand awareness and drive qualified lead generation. The campaign is structured for a brand operating in a high-consideration category \u2014 where consumers or businesses require significant education and trust-building before converting.<\/p>\n      <div class=\"highlight-box\">\n        <p><strong>The core challenge:<\/strong> Most brands in high-consideration categories focus exclusively on bottom-of-funnel tactics, capturing existing demand but failing to grow the total addressable market. This campaign addresses both \u2014 using upper-funnel channels to build awareness and brand trust, while deploying lower-funnel tactics to convert high-intent prospects at the moment of decision.<\/p>\n      <\/div>\n      <p style=\"margin-top: 20px;\">The strategy is built on a principle I&#8217;ve applied throughout my career: <strong>brand and performance are not competing priorities<\/strong> \u2014 they are a connected system. Awareness drives intent. Intent drives conversion. The most efficient campaigns invest in both simultaneously and measure the relationship between them.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 2: TARGET AUDIENCE -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">02<\/div>\n      <div class=\"section-title\">Target Audience<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"two-col\">\n      <div class=\"info-card\">\n        <h4>\ud83c\udfaf Primary Audience<\/h4>\n        <p>Adults 35\u201354 in the consideration or evaluation stage. They are aware a problem exists and are actively or passively researching solutions. They respond to credibility, social proof, and clear value propositions. They need to trust the brand before they will convert.<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h4>\ud83d\udce1 Secondary Audience<\/h4>\n        <p>Adults 25\u201334 in the awareness stage. They may not yet recognize they have a problem this brand can solve. Upper-funnel channels introduce the brand into their consideration set early, creating familiarity that pays off when they enter the evaluation stage.<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h4>\ud83d\udd0d Audience Insights<\/h4>\n        <p>This audience researches heavily before committing. They consume TV, streaming, and radio passively while actively using search when ready to evaluate. They are reachable at multiple touchpoints across the buying journey \u2014 each requires a different message.<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h4>\ud83d\udccd Geographic Strategy<\/h4>\n        <p>Campaigns are structured by market priority \u2014 concentrating spend in high-potential markets identified by demographic density, competitive share of voice gaps, and historical conversion performance data. Geographic targeting is applied at the DMA and zip code level.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 3: MESSAGING FRAMEWORK -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">03<\/div>\n      <div class=\"section-title\">Messaging Framework<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"section-body\">\n      <p style=\"margin-bottom: 20px;\">Messaging is structured across three funnel stages. Each stage requires a distinct message that matches where the audience is in their decision journey. Consistency of brand voice across all stages ensures that upper-funnel impressions reinforce lower-funnel conversions.<\/p>\n    <\/div>\n    <div class=\"message-stack\">\n      <div class=\"message-item\">\n        <div class=\"message-tier\">Awareness<\/div>\n        <div class=\"message-content\">\n          <h5>Introduce the Brand and the Problem<\/h5>\n          <p>Lead with empathy and relatability. The audience needs to see themselves in the message before they&#8217;ll engage with the solution. This is where brand personality is established. Tone: warm, credible, human. Channels: Linear TV, Radio, OOH, Streaming Audio.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"message-item\">\n        <div class=\"message-tier\">Consideration<\/div>\n        <div class=\"message-content\">\n          <h5>Differentiate and Build Trust<\/h5>\n          <p>The audience knows the brand exists. Now give them reasons to prefer it. Lead with proof points \u2014 results, testimonials, credentials, or unique value propositions. Tone: confident, specific, evidence-based. Channels: OTT\/CTV, Programmatic Display, Paid Social, Direct Mail.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"message-item\">\n        <div class=\"message-tier\">Conversion<\/div>\n        <div class=\"message-content\">\n          <h5>Drive Action with Urgency and Clarity<\/h5>\n          <p>The audience is ready to decide. Remove friction and make the next step obvious. Lead with a clear call to action and remove every barrier between intent and conversion. Tone: direct, urgent, reassuring. Channels: Paid Search, Retargeting, Direct Mail, DOOH.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 4: SAMPLE AD COPY -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">04<\/div>\n      <div class=\"section-title\">Sample Creative Executions<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"section-body\">\n      <p style=\"margin-bottom: 20px;\">The following sample executions demonstrate how the messaging framework translates into channel-specific creative. Each execution is written to match the format, audience mindset, and objective of its respective channel.<\/p>\n    <\/div>\n\n    <div class=\"ad-sample\">\n      <div class=\"ad-format\">\ud83d\udcfa 30-Second TV Script \u2014 Awareness<\/div>\n      <div class=\"ad-copy\">\n        <strong>OPEN ON:<\/strong> A family sitting around a kitchen table, papers spread out, looking stressed.<br><br>\n        <strong>VOICEOVER:<\/strong> &#8220;Life gets complicated. Bills pile up. Plans change. And suddenly the path forward isn&#8217;t as clear as it used to be.&#8221;<br><br>\n        <strong>CUT TO:<\/strong> Same family, same table \u2014 but now relaxed, smiling, a sense of relief.<br><br>\n        <strong>VOICEOVER:<\/strong> &#8220;But what if it could be? At [Brand], we&#8217;ve helped thousands of people just like you find a smarter way forward. Without the stress. Without the guesswork.&#8221;<br><br>\n        <strong>SUPER:<\/strong> [Brand Logo] \u2014 &#8220;Your next step starts here.&#8221; | [Phone number \/ URL]<br><br>\n        <strong>VOICEOVER:<\/strong> &#8220;[Brand]. Call now or visit [URL] to take the first step.&#8221;\n      <\/div>\n    <\/div>\n\n    <div class=\"ad-sample\">\n      <div class=\"ad-format\">\ud83d\udcfb 60-Second Radio Script \u2014 Awareness &#038; Consideration<\/div>\n      <div class=\"ad-copy\">\n        <strong>SFX:<\/strong> Light music bed under throughout.<br><br>\n        <strong>HOST READ:<\/strong> &#8220;You know that feeling when you&#8217;ve been dealing with a problem so long, you&#8217;ve just accepted it as normal? That&#8217;s how a lot of people feel about [problem category]. They&#8217;ve been living with it so long they don&#8217;t realize there&#8217;s actually a better option.<br><br>\n        That&#8217;s where [Brand] comes in. Unlike most [category] companies, [Brand] actually takes the time to understand your specific situation and builds a solution around it \u2014 not a one-size-fits-all answer.<br><br>\n        They&#8217;ve helped [X] people [achieve outcome] \u2014 and they can help you too. The first step is just a conversation. No pressure. No commitment. Just answers.<br><br>\n        Call [number] or go to [URL] today. That&#8217;s [URL]. [Brand] \u2014 because you deserve a better option.&#8221;\n      <\/div>\n    <\/div>\n\n    <div class=\"ad-sample\">\n      <div class=\"ad-format\">\ud83d\udd0d Paid Search Ad \u2014 Conversion<\/div>\n      <div class=\"ad-copy\">\n        <strong>Headline 1:<\/strong> Get Your Free [Solution] Today<br>\n        <strong>Headline 2:<\/strong> Trusted by [X] Customers Nationwide<br>\n        <strong>Headline 3:<\/strong> No Obligation \u2014 See Your Options Now<br>\n        <strong>Description:<\/strong> Stop guessing and start knowing. [Brand] makes it easy to understand your options in minutes. Real people. Real results. Get started free today.\n      <\/div>\n    <\/div>\n\n    <div class=\"ad-sample\">\n      <div class=\"ad-format\">\ud83d\udcec Direct Mail Headline &#038; Opening \u2014 Consideration<\/div>\n      <div class=\"ad-copy\">\n        <strong>Envelope Teaser:<\/strong> &#8220;Most people don&#8217;t know this option exists. You should.&#8221;<br><br>\n        <strong>Letter Opening:<\/strong> &#8220;Dear [First Name], if you&#8217;ve been looking for a way to [achieve outcome] without [pain point], I have something important to share with you. Most people in your situation don&#8217;t realize there&#8217;s a straightforward path forward \u2014 one that thousands of people have already taken with real results. I&#8217;d like to show you exactly what that looks like for someone in your situation.&#8221;\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 5: CHANNEL MIX -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">05<\/div>\n      <div class=\"section-title\">Channel Mix &#038; Rationale<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"channel-grid\">\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Linear TV<\/div>\n        <div class=\"channel-purpose\">Mass reach and brand credibility. Targets broad awareness audience with emotionally resonant storytelling. Daypart strategy optimized around high-conversion time windows.<\/div>\n        <div class=\"channel-kpi\">KPI: Reach, Frequency, Brand Lift<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">OTT \/ CTV<\/div>\n        <div class=\"channel-purpose\">Precision targeting at the household level. Extends TV reach into streaming audiences with audience-specific messaging. Retargeting applied to website visitors.<\/div>\n        <div class=\"channel-kpi\">KPI: Completion Rate, VCR, Incremental Reach<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Radio<\/div>\n        <div class=\"channel-purpose\">High-frequency, low-CPM awareness driver. Reinforces TV messaging during commute and daytime hours. Market-specific copy connects to local audiences.<\/div>\n        <div class=\"channel-kpi\">KPI: Frequency, Share of Voice<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Paid Search<\/div>\n        <div class=\"channel-purpose\">Captures high-intent demand at the bottom of the funnel. Long-tail keyword strategy targets prospects actively evaluating solutions. Branded and non-branded campaigns aligned.<\/div>\n        <div class=\"channel-kpi\">KPI: CPA, CVR, ROAS<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Paid Social<\/div>\n        <div class=\"channel-purpose\">Meta and LinkedIn campaigns serve awareness and consideration content to targeted audience segments. Lookalike modeling expands reach. Retargeting re-engages site visitors.<\/div>\n        <div class=\"channel-kpi\">KPI: CPL, CTR, Engagement Rate<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Programmatic Display<\/div>\n        <div class=\"channel-purpose\">Always-on brand presence across the web. Audience-based targeting keeps the brand visible throughout the research phase. Geofencing applied around key locations.<\/div>\n        <div class=\"channel-kpi\">KPI: Reach, View-Through Conversions<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Direct Mail<\/div>\n        <div class=\"channel-purpose\">High-touch consideration channel for targeted prospect lists. Personalized messaging with clear CTA. Response rate and MER tracked against control groups.<\/div>\n        <div class=\"channel-kpi\">KPI: Response Rate, MER, CPA<\/div>\n      <\/div>\n      <div class=\"channel-card\">\n        <div class=\"channel-name\">Digital OOH<\/div>\n        <div class=\"channel-purpose\">Hyper-local awareness in high-traffic markets. Daypart-targeted messaging in commuter corridors and retail environments. Geofencing integration for measurement.<\/div>\n        <div class=\"channel-kpi\">KPI: Impressions, Brand Awareness Lift<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 6: BUDGET ALLOCATION -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">06<\/div>\n      <div class=\"section-title\">Budget Allocation Framework<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"section-body\">\n      <p style=\"margin-bottom: 20px;\">Budget is allocated using a 60\/40 model \u2014 60% toward upper-funnel awareness channels and 40% toward lower-funnel performance channels. This ratio is monitored weekly and adjusted based on incrementality test results and channel performance data.<\/p>\n    <\/div>\n    <table class=\"budget-table\">\n      <thead>\n        <tr>\n          <th>Channel<\/th>\n          <th>Funnel Stage<\/th>\n          <th>Budget %<\/th>\n          <th>Primary KPI<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Linear TV<\/td>\n          <td>Upper Funnel<\/td>\n          <td>22%<\/td>\n          <td>Brand Awareness Lift<\/td>\n        <\/tr>\n        <tr>\n          <td>OTT \/ CTV<\/td>\n          <td>Upper \/ Mid Funnel<\/td>\n          <td>15%<\/td>\n          <td>Video Completion Rate<\/td>\n        <\/tr>\n        <tr>\n          <td>Radio<\/td>\n          <td>Upper Funnel<\/td>\n          <td>12%<\/td>\n          <td>Reach &#038; Frequency<\/td>\n        <\/tr>\n        <tr>\n          <td>Paid Search<\/td>\n          <td>Lower Funnel<\/td>\n          <td>18%<\/td>\n          <td>CPA \/ ROAS<\/td>\n        <\/tr>\n        <tr>\n          <td>Paid Social<\/td>\n          <td>Mid \/ Lower Funnel<\/td>\n          <td>12%<\/td>\n          <td>CPL \/ CVR<\/td>\n        <\/tr>\n        <tr>\n          <td>Direct Mail<\/td>\n          <td>Mid Funnel<\/td>\n          <td>10%<\/td>\n          <td>Response Rate \/ MER<\/td>\n        <\/tr>\n        <tr>\n          <td>Programmatic Display<\/td>\n          <td>Mid Funnel<\/td>\n          <td>7%<\/td>\n          <td>View-Through Conversions<\/td>\n        <\/tr>\n        <tr>\n          <td>Digital OOH<\/td>\n          <td>Upper Funnel<\/td>\n          <td>4%<\/td>\n          <td>Impressions \/ Awareness Lift<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Total<\/strong><\/td>\n          <td><\/td>\n          <td><strong>100%<\/strong><\/td>\n          <td>Blended CPA + Brand Lift<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <!-- SECTION 7: MEASUREMENT -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">07<\/div>\n      <div class=\"section-title\">Measurement &#038; Attribution Strategy<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"section-body\">\n      <p style=\"margin-bottom: 20px;\">Measurement is designed to capture both the immediate performance of each channel and the true causal impact of the overall media mix. Standard platform metrics are supplemented with incrementality testing to prove what&#8217;s actually driving results versus what&#8217;s correlating with organic demand.<\/p>\n    <\/div>\n    <div class=\"attribution-row\">\n      <div class=\"attribution-icon\">\ud83d\udcca<\/div>\n      <div class=\"attribution-text\">\n        <h5>Platform-Level Reporting<\/h5>\n        <p>Daily performance dashboards track spend pacing, delivery, CPA, ROAS, CTR, and conversion volume by channel. Built in Sigma and Looker for real-time visibility.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"attribution-row\">\n      <div class=\"attribution-icon\">\ud83d\udd2c<\/div>\n      <div class=\"attribution-text\">\n        <h5>Incrementality Testing<\/h5>\n        <p>Holdout group testing isolates true causal lift from each channel \u2014 separating what the media is actually driving from what would have happened organically. Critical for upper-funnel channels like TV and radio where last-click attribution undervalues impact.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"attribution-row\">\n      <div class=\"attribution-icon\">\ud83d\udcc8<\/div>\n      <div class=\"attribution-text\">\n        <h5>Brand Lift Studies<\/h5>\n        <p>Pre\/post brand awareness surveys measure the impact of upper-funnel campaigns on aided and unaided awareness, consideration, and preference. Run quarterly to track brand health metrics over time.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"attribution-row\">\n      <div class=\"attribution-icon\">\ud83d\uddfa\ufe0f<\/div>\n      <div class=\"attribution-text\">\n        <h5>Geo-Lift Analysis<\/h5>\n        <p>Market-level holdouts compare performance in media-exposed markets against control markets to measure true incremental impact of geographic campaign investments.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"attribution-row\">\n      <div class=\"attribution-icon\">\ud83d\udcec<\/div>\n      <div class=\"attribution-text\">\n        <h5>Direct Mail Matchback<\/h5>\n        <p>Response tracking through unique URLs, phone numbers, and QR codes. Customer matchback analysis connects mail recipients to downstream conversions with a defined attribution window.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"kpi-grid\" style=\"margin-top: 28px;\">\n      <div class=\"kpi-card\">\n        <div class=\"kpi-metric\">Weekly<\/div>\n        <div class=\"kpi-label\">Performance Reviews<\/div>\n      <\/div>\n      <div class=\"kpi-card\">\n        <div class=\"kpi-metric\">Bi-Weekly<\/div>\n        <div class=\"kpi-label\">Stakeholder Reports<\/div>\n      <\/div>\n      <div class=\"kpi-card\">\n        <div class=\"kpi-metric\">Monthly<\/div>\n        <div class=\"kpi-label\">Incrementality Tests<\/div>\n      <\/div>\n      <div class=\"kpi-card\">\n        <div class=\"kpi-metric\">Quarterly<\/div>\n        <div class=\"kpi-label\">Brand Lift Studies<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 8: TIMELINE -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">08<\/div>\n      <div class=\"section-title\">Campaign Timeline<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"timeline-grid\">\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\">1<\/div>\n        <div class=\"timeline-phase\">Strategy &#038; Setup<\/div>\n        <div class=\"timeline-weeks\">Weeks 1\u20132<\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\">2<\/div>\n        <div class=\"timeline-phase\">Launch &#038; Learn<\/div>\n        <div class=\"timeline-weeks\">Weeks 3\u20135<\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\">3<\/div>\n        <div class=\"timeline-phase\">Optimize &#038; Scale<\/div>\n        <div class=\"timeline-weeks\">Weeks 6\u20139<\/div>\n      <\/div>\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\">4<\/div>\n        <div class=\"timeline-phase\">Report &#038; Evolve<\/div>\n        <div class=\"timeline-weeks\">Weeks 10\u201312<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 9: ABOUT THIS BRIEF -->\n  <div class=\"section\">\n    <div class=\"section-label\">\n      <div class=\"section-number\">09<\/div>\n      <div class=\"section-title\">About This Brief<\/div>\n    <\/div>\n    <div class=\"section-divider\"><\/div>\n    <div class=\"highlight-box\">\n      <p>This creative brief is a portfolio sample demonstrating my integrated campaign planning process. The framework, messaging architecture, channel strategy, and measurement approach shown here reflect the methodology I&#8217;ve applied across real campaigns throughout my career \u2014 including managing $6M+ in monthly media spend at National Debt Relief, building paid search programs from scratch at Windstream, and managing 100+ client accounts at Spectrum Reach. Every element of this brief is grounded in how I actually approach campaign strategy: data-first, full-funnel, and built to prove results.<\/p>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- FOOTER -->\n<div class=\"brief-footer\">\n  <div class=\"footer-brand\">Darrell <span>Canty<\/span> \u2014 Performance Marketing Leader<\/div>\n  <div class=\"footer-note\">letschat@darrellcanty.com \u00b7 darrellcanty.com \u00b7 linkedin.com\/in\/dcanty<\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Creative Brief \u2014 Darrell Canty Portfolio Portfolio Sample Integrated Campaign Brief:Brand Awareness &#038; Lead Generation Prepared By Darrell Canty Campaign [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/darrellcanty.com\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}