CONNECTIONS / MySQL / MySQL to Google Customer Match
From MySQL tables to Google Customer Match.
Signals reads your MySQL tables through a read-only database user scoped to the MySQL tables you name, then projects your segments into Google Ads as Customer Match lists so Google Ads sees match-ready audiences without an export.
- ● mysql → google.match :: live
- > read segments rows=46,245
- hash sha256(email,phone) consent=filtered
- route google deliver
- ✓ delivered · 33,759 matched
WHAT THIS ENABLES
MySQL to Google Customer Match
MySQL to Google Customer Match: Signals reads your MySQL tables and projects your segments into Google Ads as Customer Match lists, hashed and consent-checked each time the read runs.
- Signals projects your segments into Google Ads as Customer Match lists, reading your MySQL tables each time the read runs.
- Lists that self-maintain across syncs, with no export step out of your MySQL tables.
WHAT FLOWS WHERE
MySQL to Customer Match, mapped.
Signals reads the customer segments from your MySQL tables each time the read runs, hashes and screens each record, and posts the match-ready audiences to Google Ads' Customer Match API, keeping the serving-size threshold in view.
Signals reads the customer segments from your MySQL tables each time the read runs, hashes and screens each record, and posts the match-ready audiences to Google Ads' Customer Match API, keeping the serving-size threshold in view.
Built for the teams that own the number.
Application teams on MySQL who need Customer Match lists that add joiners and drop lapsed members each sync out of MySQL tables.
From kickoff to verified events.
-
Connect
A read-only database user scoped to the MySQL tables you name, mapped to Google Ads' Customer Match API and tuned for the serving-size threshold.
-
Map
Columns from your MySQL tables align to Google Ads' Customer Match API in the visual mapper, hashed as the read runs and checked for the serving-size threshold.
-
Deliver
Each time the read runs, Signals reads your MySQL tables and projects your segments into Google Ads as Customer Match lists, reads only the records changed since the last run, with the serving-size threshold watched in the debugger.
What ships with this use case.
Customer Match lists that add joiners and drop lapsed members each sync from your MySQL tables, delivered each time the read runs.
Lists that self-maintain across syncs out of your MySQL tables, delivered each time the read runs without read load on the database climbing.
Match feedback on the serving-size threshold from Google Ads' Customer Match API each run, tied back to your MySQL tables.
What Customer Match actually receives.
- ● signals :: audience upload
- > POST /user_list_operations source=mysql.segments
- operation ADD · user_list "segment_67056"
- hashed_email sha256 "b02cf1…" · hashed_phone sha256 "3ad990…"
- members_uploaded 46,245 · members_matched 33,759
- ✓ accepted match=73%
Adjacent moves on the same stack.
from MySQL
MySQL to Meta Custom Audience
MySQL to Meta Custom Audience: Signals reads your MySQL tables and keeps Meta audiences…
Learn morefrom MySQL
MySQL to TikTok Custom Audience
MySQL to TikTok Custom Audience: Signals reads your MySQL tables and delivers first-party…
Learn moresame use case
ActiveCampaign to Google Customer Match
ActiveCampaign to Google Customer Match: Signals reads your ActiveCampaign contacts and…
Learn moregeneric
Google Customer Match
Datahash builds and refreshes Google Customer Match audiences from your CRM, warehouse, or…
Learn moreAsked on almost every call.
How often does the MySQL Google Customer Match sync run?
Delivery tracks MySQL, run by application teams on MySQL: a near-real-time or scheduled sync of your MySQL tables feeds Google Ads on that cadence. Each run reads only the records changed since the last run, so lists that self-maintain across syncs holds up on the serving-size threshold. The live debugger confirms every delivery inline.
What match rate should a MySQL-sourced Google Customer Match batch expect?
Coverage of hashed identifiers across your MySQL tables decides it, and application teams on MySQL own that inside MySQL. A live email or phone matches into Google Ads; neither, and it will not. First-run feedback flags the serving-size threshold, which application teams on MySQL then raise inside your MySQL tables.
NEXT STEP