CONNECTIONS / Databricks / Databricks to Google Store Sales
Your Databricks lakehouse, wired to Google Store Sales matching.
Signals reads the Delta table through a Unity Catalog grant and matches in-person transactions to Google accounts as store-sales conversions, hashed on the way out and governed like any other lakehouse job.
- ● databricks → google.sales :: live
- > read main.sales.pos_ledger rows=35,421
- hash sha256(email,phone) consent=filtered
- route google deliver
- ✓ delivered · 29,754 matched
WHAT THIS ENABLES
Databricks to Google Store Sales
Databricks to Google Store Sales: A notebook job reads the offline and in-store sales in your Databricks Delta tables, and Signals matches in-person transactions to Google accounts as store-sales conversions, hashed and consent-checked each time the model rebuilds.
- Signals matches in-person transactions to Google accounts as store-sales conversions, reading your Databricks Delta tables each time the model rebuilds.
- Counter and showroom revenue inside the same ROAS view as online orders, fed by data engineers modeling in Databricks notebooks.
The click, the conversion, and the credit.
The conversion happens off Google, away from any pixel. Here is how Databricks closes the loop.
Built for the teams that own the number.
Data engineers modeling in Databricks notebooks who need counter and showroom revenue inside the same ROAS view as online orders.
From kickoff to verified events.
-
Connect
A Unity Catalog-scoped service principal on the single Delta table in play to feed Google Ads' Store Sales Direct API, sized for the store-sales match rate.
-
Map
A notebook job reads your Databricks Delta tables, and its columns map to Google Ads' Store Sales Direct API in the visual mapper, hashed and checked for the store-sales match rate.
-
Deliver
Each time the model rebuilds, Signals matches in-person transactions to Google accounts as store-sales conversions, reads only the rows the model rebuilt, with the store-sales match rate watched in the debugger.
What changes when the CSV goes away.
| Capability | Manual CSV upload | Datahash |
|---|---|---|
| Reporting | Offline sales sit in a separate export, reconciled by hand. | Revenue counted in the same Store Sales reporting as web conversions. |
| Deduplication | A re-uploaded file risks counting the same conversion twice. | Deduped delivery, so a resent record never counts as a second conversion. |
| Match visibility | Match quality is a guess until the numbers look off. | Match rate reported per upload, tied to the source event set that produced it. |
| Effort and latency | An analyst exports and uploads on a manual cadence. | Server-side and automatic the moment Databricks records the event. |
What Store Sales actually receives.
- ● signals :: store sales upload
- > POST /offline_user_data_jobs source=databricks.main.sales.pos_ledger
- transaction_time 2026-07-19T22:30:22 · transaction_amount_micros 17727000000
- currency_code GBP
- hashed_email sha256 "6d2e91…" · hashed_last_name sha256 "cc410a…"
- ✓ accepted match=84%
Adjacent moves on the same stack.
from Databricks
Databricks to Google OCI
Databricks to Google Offline Conversions: A notebook job reads the offline and in-store…
Learn morefrom Databricks
Databricks to Meta Offline CAPI
Databricks to Meta Offline CAPI: A notebook job reads the offline and in-store sales in…
Learn moresame use case
ActiveCampaign to Google Store Sales
ActiveCampaign to Google Store Sales: Signals reads your ActiveCampaign contacts and deal…
Learn moregeneric
Google Store Sales
Datahash automates Store Sales Direct and Store Sales Customer Match uploads from your POS…
Learn moreAsked on almost every call.
How often does the Databricks Google Store Sales 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, counter and showroom revenue inside the same ROAS view as online orders keeps pace on the store-sales match rate and job-cluster time stays modest.
What match rate should a Databricks-sourced Google Store Sales 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' Store Sales Direct API flags the gap for omnichannel retailers reconciling point-of-sale against Google spend tracking the store-sales match rate.
NEXT STEP