CONNECTIONS / Databricks / Databricks to Google Customer Match
Your Databricks lakehouse, wired to Google Customer Match.
Signals reads the Delta table through a Unity Catalog grant and projects your segments into Google Ads as Customer Match lists, hashed on the way out and governed like any other lakehouse job.
- ● databricks → google.match :: live
- > read main.audiences.segment_tier rows=50,367
- hash sha256(email,phone) consent=filtered
- route google deliver
- ✓ delivered · 36,768 matched
WHAT THIS ENABLES
Databricks to Google Customer Match
Databricks to Google Customer Match: A notebook job reads the customer segments in your Databricks Delta tables, and Signals projects your segments into Google Ads as Customer Match lists, hashed and consent-checked each time the model rebuilds.
- Signals projects your segments into Google Ads as Customer Match lists, reading your Databricks Delta tables each time the model rebuilds.
- Customer Match lists that add joiners and drop lapsed members each sync, fed by data engineers modeling in Databricks notebooks.
WHAT FLOWS WHERE
Databricks to Customer Match, mapped.
The notebook job streams customer segments into Signals for hashing and consent screening, then Google Ads' Customer Match API records the match-ready audiences with the serving-size threshold accounted for.
The notebook job streams customer segments into Signals for hashing and consent screening, then Google Ads' Customer Match API records the match-ready audiences with the serving-size threshold accounted for.
Built for the teams that own the number.
Data engineers modeling in Databricks notebooks who need Customer Match lists that add joiners and drop lapsed members each sync.
From kickoff to verified events.
-
Connect
A Unity Catalog-scoped service principal on the single Delta table in play to feed Google Ads' Customer Match API, sized for the serving-size threshold.
-
Map
A notebook job reads your Databricks Delta tables, and its columns map to Google Ads' Customer Match API in the visual mapper, hashed and checked for the serving-size threshold.
-
Deliver
Each time the model rebuilds, Signals projects your segments into Google Ads as Customer Match lists, reads only the rows the model rebuilt, 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 on every run, since Signals reads only the rows the model rebuilt.
Lists that self-maintain across syncs, delivered each time the model rebuilds without job-cluster time climbing.
Each run returns a match report on the serving-size threshold from Google Ads' Customer Match API, read from your Databricks Delta tables each time the model rebuilds, at flat job-cluster time.
What Customer Match actually receives.
- ● signals :: audience upload
- > POST /user_list_operations source=databricks.main.audiences.segment_tier
- operation ADD · user_list "segment_58478"
- hashed_email sha256 "b02cf1…" · hashed_phone sha256 "3ad990…"
- members_uploaded 50,367 · members_matched 36,768
- ✓ accepted match=73%
Adjacent moves on the same stack.
from Databricks
Databricks to Meta Custom Audience
Databricks to Meta Custom Audience: A notebook job reads the customer segments in your…
Learn morefrom Databricks
Databricks to TikTok Custom Audience
Databricks to TikTok Custom Audience: A notebook job reads the customer segments in your…
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 Databricks Google Customer Match sync run?
Cadence follows the job that rebuilds the table: a nightly model gives Google Ads a nightly feed, an hourly one an hourly feed. Because a run picks up only the rows the model rebuilt, Customer Match lists that add joiners and drop lapsed members each sync keeps pace on the serving-size threshold and job-cluster time stays modest.
What match rate should a Databricks-sourced Google Customer Match batch expect?
Identifier quality in the Delta table drives it, not the cluster size. Rows carrying a live hashed email or phone land; rows with neither will not, and no rebuild changes that. The opening run's feedback from Google Ads' Customer Match API flags the gap for growth teams feeding Google audiences from governed first-party data tracking the serving-size threshold.
NEXT STEP