Tint Masters Pro had a Meta lead campaign running — leads were coming in, but they were junk. Phone numbers that went straight to voicemail. Numbers that didn't exist. The owner, Steve, was furious: "these leads are ass."
The campaign was built on Meta's Instant Form — a one-tap form that pre-fills from someone's Facebook profile. It's fast, but that speed is exactly the problem: there's almost no friction stopping a bot or a low-effort tap from submitting fake info.
Most agencies would've just paused the campaign and called it a bad month. We pulled the actual lead data and confirmed it: classic Instant Form low-effort submission pattern — qualifying questions were present, but a one-tap form is still a one-tap form. The barrier to entry was too low to filter out junk.
We also found a second issue while building the fix: the lead-notification SMS system was silently failing. Twilio's API call was succeeding — returning a valid message ID — but the carrier was blocking delivery under A2P 10DLCcompliance rules, because the sending number wasn't registered. The app-level error handling never caught it, because nothing actually threw an error.
We rebuilt the campaign from the ground up as a Conversions → Leadcampaign pointed at a dedicated qualifying page on the shop's own website — not Meta's Instant Form. Filling out a real multi-step form is a much bigger ask than a one-tap submission, which naturally filters out the low-effort junk while still capturing genuinely interested customers.
We installed the Meta Pixel properly on that page, verified the Leadevent was firing correctly through Meta's own Test Events tool before spending another dollar, and kept the targeting geo-strict (Ontario, CA + 15mi) since this is a business that needs people to physically drive in — not a national e-commerce brand chasing broad reach.
For the SMS issue, we added email notifications as an immediate, zero-compliance-risk backup while the A2P 10DLC registration processes in the background — so lead alerts never stopped flowing, regardless of which channel was working on a given day.