Market Wiz AI

Used Car Dealer CRM: Tracking Marketplace Lead to Sale

ChatGPT Image Nov 13 2025 07 57 52 AM
Used Car Dealer CRM: Tracking Marketplace Lead to Sale — 2025 Playbook

Used Car Dealer CRM: Tracking Marketplace Lead to Sale

Capture DMs, qualify fast, schedule test drives, and attribute every sold unit back to the source that earned it.

Quick Wins: Standardized pipeline Marketplace field mapping Instant reply + SLA Attribution & KPIs

Compliance: Respect local advertising rules, properly disclose fees/taxes, secure consent for texting (opt-in/STOP help), and protect PII. Blur partial VIN in public media.

Introduction

Used Car Dealer CRM: Tracking Marketplace Lead to Sale turns scattered Facebook Marketplace, Craigslist, and OfferUp messages into one clean pipeline. You’ll get stage definitions, required fields, automations, reply scripts, dashboards, and a 30–60–90 rollout that connects every test drive and deal back to its source.

Expanded Table of Contents

1) CRM Pipeline for Used Car Dealers (Stages & Exit Criteria)

StageGoalExit Criteria
New (Unassigned)Triage & routeOwner set, first reply sent
ContactedGet basics & consentQualified questions answered; contact method verified
QualifiedMatch unit & timingVehicle of interest set; budget/trade/timeline captured
Test Drive SetAppointment bookedDate/time/location confirmed; reminder scheduled
Test Drive HeldIn-person demoOutcome recorded (proceed / alternate / not interested)
Deal ProposedNumbers on paperOTD presented; finance app started (if applicable)
SoldClose & deliverPayment complete; delivery & review request logged
LostLearn & nurtureReason tagged (price, unit, timing, financing)

2) Essential Fields & Data Model (Lead, Vehicle, Deal)

Lead

  • Full name, mobile, email, city/ZIP
  • Source (Marketplace/Craigslist/OfferUp/GBPs/Ref)
  • First touch timestamp, consent status (opt-in/STOP)
  • Budget band, trade-in Y/N, timeline

Vehicle

  • VIN, year/make/model/trim
  • Miles, price, lot location, status
  • Photoset ID, hero/cabin/engine 3-pack
  • Reconditioning notes & costs

Deal

  • OTD, fees/taxes, holdback
  • Finance/Cash, lender, approval
  • Gross/unit, trade allowance, payoff
  • Close date, attribution model

Webhook/Event Naming

lead.created, lead.updated, message.inbound, message.outbound, appointment.booked,
appointment.no_show, appointment.held, deal.proposed, deal.closed, attribution.updated

3) Marketplace Lead Capture & Webhooks

  1. Connect each channel to your CRM inbox. Use unique numbers/links per source.
  2. Auto-create lead with source, message transcript, unit clicked, and timestamp.
  3. Deduplicate via email+phone heuristic; merge threads but keep source touchpoints.

Sample Payload

{
  "event":"message.inbound",
  "source":"facebook_marketplace",
  "lead":{"name":"Sam R","phone":"+15551234567","city":"Tulsa"},
  "vehicle":{"vin":"1HGCM82633A123456","stock":"A197","price":12990},
  "message":"Is this still available?",
  "first_seen":"2025-11-13T14:05:00Z"
}

4) SLAs, Auto-Replies & Qualification Scripts

SLAs

  • First reply: < 3 minutes open hours; < 10 minutes after hours via SMS handoff
  • Follow-up: 3-2-2 cadence (Day 0, 1, 3, 7, 14, 21)
  • Test drive confirmation: T-24h + T-2h

Script (First Reply)

Hi {First Name} — yes, the {Year Make Model} is available.
Are you near {City}? Trade-in? Cash or financing?
Two test drive times: {Today 5:30} or {Tomorrow 11:00}. Reply "BOOK" to lock one.
Txt STOP to opt out.

5) Test Drive Scheduling & No-Show Prevention

  • Auto-create calendar event with stock#, lot location, and staff owner.
  • Send map pin, parking note, required docs, and rain plan.
  • No-show sequence: quick reschedule + two alternates + nurture tag.

6) Attribution: UTM, First/Last-Touch, Multi-Touch

  • First touch: Where they discovered you.
  • Last touch: What triggered the appointment.
  • Multi-touch: Weight Marketplace view + SMS + phone call to split credit.

Use unique tracking numbers and parameterized links (e.g., utm_source=marketplace&utm_medium=organic&utm_campaign=used_car_2025).

7) Automations: Tasks, Nurture, Status Changes

  1. New lead → assign owner, send first reply, create “Call in 10m” task.
  2. Reply received → set stage to Contacted; start qualification checklist.
  3. Appointment booked → stage: Test Drive Set; schedule reminders.
  4. No response 48h → move to Nurture; send alt unit list.
  5. Deal closed → request review; trigger post-sale service campaign.

8) Inventory Sync, VIN Decoding, Photos & Pricing

  • Nightly sync: status, price, miles, photos. Lock price changes to audit trail.
  • VIN decode to auto-populate trim, engine, options; attach reconditioning costs.
  • Photo standard: hero, cabin, infotainment, engine bay, wheels/tires, CarFax badge (if licensed).

9) Call/Text Tracking, A2P/Consent, Transcript Logging

  • Provision unique numbers per source; auto-log calls and recordings to the lead.
  • Texting: capture opt-in, include HELP/STOP, respect quiet hours.
  • Summarize transcripts with action items; tag objections (price, payment, timing).

10) KPIs & Dashboards (From DM to Sold)

Top

DMs, calls, qualified %, time-to-first-reply

Middle

Test drive set %, held %, proposal rate

Bottom

Close %, gross/unit, CAC, days to close

Quality

Flag rate, refund/return %, review velocity

Sample SQL (Median time lead→test drive)

SELECT PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY EXTRACT(EPOCH FROM (td_time - lead_time))/3600)
AS median_hours
FROM deals
WHERE source='marketplace' AND td_time IS NOT NULL;

11) Security, PII & Roles

  • Restrict export of full lead lists; mask partial phone/email in reports.
  • Use least-privilege roles: Sales, Manager, Admin, Marketing.
  • Rotate API keys and phone numbers; audit login and data exports.

12) 30–60–90 Day Rollout Plan

Days 1–30 (Foundation)

  1. Define pipeline stages and exit criteria; add required fields.
  2. Connect Marketplace/Craigslist/OfferUp; provision tracking numbers.
  3. Install instant replies + qualification script; set SLAs.

Days 31–60 (Momentum)

  1. A/B test first replies and appointment CTAs.
  2. Launch dashboard; review by source weekly.
  3. Enable nurture sequences with alternate units.

Days 61–90 (Scale)

  1. Expand to nearby cities; add inventory syndication.
  2. Boost only high-converting units; prune low performers.
  3. Create 2 case studies; systematize review asks.

13) Troubleshooting & Optimization

SymptomLikely CauseFix
High DMs, low appointmentsSlow replies; weak CTASLA alerts; offer two times in first message
Appointments set, low show rateNo reminder; vague directionsT-24/T-2 reminders with map pin & docs
Sold units not attributedMissing tracking numbers/UTMsUnique numbers per source; enforce required fields
Duplicate leadsMulti-channel inquiriesHeuristic dedupe + merge history; keep source touches

14) 25 Frequently Asked Questions

1) What is “Used Car Dealer CRM: Tracking Marketplace Lead to Sale”?

A CRM framework that standardizes capture, qualification, scheduling, attribution, and close.

2) Which channels are supported?

Facebook Marketplace, Craigslist, OfferUp, Google Business Profile (calls/messages), referrals.

3) Do I need paid ads?

Not to start. Proven workflows can later be scaled with ads.

4) What reply time wins most deals?

Under 3 minutes during hours; under 10 minutes after hours with SMS handoff.

5) How many follow-ups before nurture?

Use a 3-2-2 cadence over 21 days, then move to nurture.

6) How do I prevent duplicates?

Match by phone/email; merge with a master lead while preserving source events.

7) Can I track calls and texts by source?

Yes—provision unique numbers; auto-log recordings and transcripts.

8) What consent text should I include?

Opt-in confirmation with HELP/STOP language; honor opt-outs quickly.

9) What fields are mandatory?

Source, owner, timestamp, vehicle of interest, budget band, timeline, consent status.

10) How do I handle trade-ins?

Capture VIN, miles, photos; set conditional range pending inspection.

11) What about price shoppers?

Offer two similar units; move fast to a test drive with clear OTD context.

12) Should I send a CarFax link?

If licensed—yes. Otherwise summarize reconditioning and inspection notes.

13) Best time slots for test drives?

Late afternoon weekdays and weekend mornings; confirm weather and route.

14) How do I reduce no-shows?

Map pin, document checklist, and easy reschedule link in reminders.

15) What KPI is most predictive?

Time-to-first-reply and test-drive held % strongly correlate with close %.

16) How do managers coach from transcripts?

Tag objections and wins; run weekly call reviews with outcomes.

17) Is multi-touch attribution worth it?

Yes, once volume grows. Start with first/last-touch, then add weights.

18) How do I track inventory changes?

Nightly sync; lock pricing to an audit trail; notify owners on status change.

19) What if the unit sells before a test drive?

Auto-send alternates and invite to pre-approval to hold another unit.

20) Can assistants manage the inbox?

Yes—use canned replies, clear SLAs, and escalation rules.

21) Should I watermark photos?

Small corner logo; avoid heavy overlays that reduce reach.

22) How do I capture reviews?

Trigger review ask after delivery with simple stars → open text path.

23) What’s a healthy close % from test drives?

Varies by market; track per model and per source to set local baselines.

24) How do I protect PII?

Role-based access, masked exports, and regular audit logs.

25) First step today?

Define stages and required fields, connect inboxes, and enable instant replies.

15) 25 Extra Keywords

  1. Used Car Dealer CRM: Tracking Marketplace Lead to Sale
  2. used car crm pipeline
  3. facebook marketplace automotive leads
  4. craigslist car lead tracking
  5. offerup vehicle lead conversion
  6. auto dealership attribution
  7. test drive scheduler crm
  8. call tracking auto dealer
  9. a2p texting compliance auto
  10. tcpa consent dealership
  11. lead scoring automotive
  12. deduplicate crm leads auto
  13. vin decode crm
  14. inventory sync dealership
  15. otd price tracking
  16. gross per unit dashboard
  17. marketplace dm to sold
  18. auto reconditioning tracking
  19. appointment show rate auto
  20. crm webhook automotive
  21. multi touch attribution auto
  22. sms templates dealership
  23. review generation auto sales
  24. used car sales kpis
  25. automotive crm 2025

© 2025 Your Brand. All Rights Reserved.
General guidance only; verify current marketplace policies, advertising and texting regulations, and privacy rules in your region before publishing.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top