Lead Generation7 min read3 May 2026

Retargeting Ads for Service Businesses: The $200/Month Setup That Keeps You in Front of Warm Leads

A practical guide to retargeting for service businesses — how the pixel works, what to retarget, and the specific creative that converts.

H

Haroon Mohamed

AI Automation & Lead Generation

Why service businesses underuse retargeting

Most service businesses focus marketing on cold acquisition: Facebook Ads to cold audiences, Google Ads on broad keywords, cold outbound.

Retargeting (ads shown to people who've already visited your site) is cheap and effective but often ignored.

Real numbers:

  • Cold acquisition CPM: $20-$60
  • Retargeting CPM: $5-$15
  • Cold conversion rate: 1-3%
  • Retargeting conversion rate: 5-15%

Retargeting is 3-10x more cost-effective per conversion. It also keeps you in front of warm leads who haven't decided yet.


How retargeting works

The pixel

Small piece of code on your website. Tracks who visits.

  • Meta Pixel: for Facebook + Instagram retargeting
  • Google Tag: for Google Ads + Display retargeting
  • LinkedIn Insight Tag: for LinkedIn retargeting (B2B)

You install the pixel once. It collects audience data continuously.

Audiences

  • All visitors: anyone who hit any page (broad)
  • Specific page visitors: people who saw a specific service page (narrower, higher intent)
  • Engaged visitors: people who spent >30 seconds, scrolled, clicked (highest intent)
  • Form starters who didn't submit: valuable, very high intent

Time windows

  • 7 days: highest intent, most expensive per impression
  • 30 days: standard for most retargeting
  • 90 days: longer-tail, often cheaper

For service businesses with longer consideration cycles, 30-90 days windows make sense.


What to retarget

1. Service page visitors

Someone visited /solar-installation. They didn't submit a form. They're considering.

Retargeting ad: case study, testimonial, or limited-time offer.

2. Pricing page visitors

Highest intent. They were comparing.

Retargeting ad: ROI calculator, FAQ video, or "ready to start?" CTA.

3. About / team page visitors

Researching credibility.

Retargeting ad: founder story, year-in-business credibility, awards.

4. Form starters who didn't submit

Friction killed the form. Re-capture.

Retargeting ad: simplified form on landing page, or different angle.

5. Past customers (for upsell/expansion)

If your business has expansion potential.

Retargeting ad: new service, related offer.


Retargeting creative

Different from cold creative

Cold ads need to introduce you. Retargeting ads can assume awareness.

Cold: "Are you looking for solar in Austin?" Retarget: "Ready to schedule your solar consultation?"

The retargeting ad assumes they know who you are.

Creative formats

Static image

  • Customer testimonial quote with photo
  • Before/after photo of work
  • Specific result ("$2k/month savings on electric")

Short video (<30 seconds)

  • Testimonial clip
  • Behind-the-scenes
  • "Here's what to expect" (for consultation/discovery)

Carousel

  • 5-image showcase
  • Different services or case studies
  • Scrolling story format

For most service businesses: testimonial videos and customer photo content drive highest engagement.


Platform breakdown

Meta (Facebook + Instagram)

  • Best for B2C and local services
  • Strong audience targeting
  • Cheaper CPM at scale
  • Good for visual content (before/after photos, video)

Setup:

  1. Install Meta Pixel
  2. Create Custom Audiences in Ads Manager
  3. Build retargeting campaign with audiences
  4. Budget: $10-$50/day per audience

Google Ads (Display + Search)

  • Reaches people across the web (Display)
  • Reaches people searching after they visited you (Search retargeting via RLSA)
  • Wider reach but generally lower engagement than Meta

Setup:

  1. Add Google Tag to site
  2. Create remarketing audiences
  3. Build Display campaign or RLSA campaign

LinkedIn (B2B only)

  • Retargets to specific job titles, industries
  • Higher CPM but tightly-targeted B2B audience
  • Best for B2B services

Setup:

  1. Install LinkedIn Insight Tag
  2. Create Matched Audiences (website visitors)
  3. Build Sponsored Content campaign

YouTube (via Google Ads)

  • Video remarketing
  • People who visited your site see your YouTube ads
  • Strong for service businesses with video content

Budget allocation

Realistic monthly retargeting budget:

For a small service business (1-3 reps)

  • $300-$600/month
  • 70% Meta, 30% Google
  • 5-10 active retargeting audiences

For a mid-size service business (5-15 reps)

  • $1,000-$3,000/month
  • Multi-platform
  • 10-20 audiences segmented by stage

Cost per conversion targets

  • Cold campaigns: $80-$200 per lead
  • Retargeting campaigns: $20-$80 per lead

If retargeting costs more than cold per conversion, something's wrong with the audience or creative.


Implementation: Meta retargeting setup

Step 1: Install pixel

In your website's header (or via Google Tag Manager):

<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', 'YOUR_PIXEL_ID');
  fbq('track', 'PageView');
</script>

Step 2: Add events

For specific page actions:

// On pricing page load:
fbq('trackCustom', 'ViewedPricing');

// On form submit:
fbq('track', 'Lead');

Step 3: Build Custom Audiences

In Ads Manager → Audiences → Custom Audience:

  • Source: Website
  • Events: All Visitors / Pricing Page Visitors / Lead form starters
  • Window: 30 days

Step 4: Build retargeting campaign

  • Objective: Conversions or Traffic
  • Audience: your custom audience(s)
  • Placement: Auto (or Feed only for higher quality)
  • Budget: $10-$30/day to start
  • Creative: testimonial video or service-specific ad

Conversions API (CAPI)

In 2024-2025, browser tracking became less reliable (Apple's privacy changes, browser blocking).

Solution: Conversions API. Server-side event sending. Better data quality, more reliable.

For most service businesses with WordPress / Webflow / GHL websites: native plugins handle CAPI setup.

If you're rolling your own: implement server-side event sending alongside the pixel.


Common retargeting mistakes

1. No frequency cap

Without limit, same person sees your ad 50x in a week. Annoying. Set frequency cap (e.g., 7 impressions per week max).

2. Same creative as cold ads

Retargeting needs different creative. People have already seen your basic pitch.

3. Time window too short

7-day window misses people in 14-21 day consideration. Use 30-day for most service businesses.

4. Window too long

Showing ads to people who visited 6 months ago = wasting spend. Most service businesses should cap at 90-180 days.

5. No exclusion of converters

Customers see "consider us!" ads after they've already bought. Annoying + wasteful.

Exclude: existing customers, recent leads, anyone who took the action.

6. Single audience

Show different content to different intent levels:

  • Page visitors → broad value-prop ad
  • Pricing visitors → specific offer / demo ad
  • Form starters → simplified retargeting form

Retargeting + nurture sequence

Retargeting ads + email nurture sequence = compounding effect.

Visitor enters site → pixel captures + email collected (if any).

Now they:

  • See retargeting ads on social/web
  • Receive nurture emails
  • Get hit by both for 30-60 days

Each touch reinforces. Conversion rate from "engaged via 5+ touches" is much higher than single-touch.


Real example

Solar business spending $5k/month on Facebook Ads:

Before retargeting:

  • Cold acquisition only
  • $80 CPL
  • 100 leads/month
  • Spend on cold conversion only

After adding $500/month retargeting:

  • Cold spend: $4,500
  • Retargeting spend: $500
  • Cold leads: 56 ($80 each, fewer because some budget shifted to retargeting)
  • Retargeting leads: 16 ($30 each)
  • Total: 72 leads/month
  • BUT: lower-funnel leads from retargeting close at 2x rate
  • Net: more closed deals from same total $5k spend

Adding retargeting often improves overall ROI significantly.


Sources

Retargeting performance benchmarks from typical small business deployments. Pixel/CAPI documentation from Meta Business Help Center, Google Ads Help, LinkedIn Marketing Solutions help. Privacy-related tracking changes documented in Apple's iOS 14.5+ release notes (April 2021), Google's tracking changes (2024). Cost per acquisition ranges from typical service business reporting.

Need help setting up retargeting for your service business? Let's talk — typical setup is 1-2 weeks for full retargeting infrastructure.

Need This Built?

Ready to implement this for your business?

Everything in this article reflects real systems I've built and operated. Let's talk about yours.

H

Haroon Mohamed

Full-stack automation, AI, and lead generation specialist. 2+ years running 13+ concurrent client campaigns using GoHighLevel, multiple AI voice providers, Zapier, APIs, and custom data pipelines. Founder of HMX Zone.

ShareShare on X →