CONNECTIONS / Databricks / Databricks to Google OCI
Your Databricks lakehouse, wired to Google Ads offline conversion import.
Signals reads the Delta table through a Unity Catalog grant and reconciles closed-won revenue to the Google Ads click through GCLID, hashed on the way out and governed like any other lakehouse job.
- ● databricks → google.oci :: live
- > read main.sales.pos_ledger rows=37,739
- hash sha256(email,phone) consent=filtered
- route google deliver
- ✓ delivered · 33,588 matched
WHAT THIS ENABLES
Databricks to Google Offline Conversions
Databricks to Google Offline Conversions: A notebook job reads the offline and in-store sales in your Databricks Delta tables, and Signals reconciles closed-won revenue to the Google Ads click through GCLID, hashed and consent-checked each time the model rebuilds.
- Signals reconciles closed-won revenue to the Google Ads click through GCLID, reading your Databricks Delta tables each time the model rebuilds.
- Smart Bidding trained on booked revenue instead of a mid-funnel proxy, 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 Smart Bidding trained on booked revenue instead of a mid-funnel proxy.
From kickoff to verified events.
-
Connect
A Unity Catalog-scoped service principal on the single Delta table in play to feed Google Ads' Offline Conversion Import (Google Ads API), sized for GCLID coverage.
-
Map
A notebook job reads your Databricks Delta tables, and its columns map to Google Ads' Offline Conversion Import (Google Ads API) in the visual mapper, hashed and checked for GCLID coverage.
-
Deliver
Each time the model rebuilds, Signals reconciles closed-won revenue to the Google Ads click through GCLID, reads only the rows the model rebuilt, with GCLID coverage 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 OCI 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 OCI actually receives.
- ● signals :: event payload
- > POST /offline_conversion_import source=databricks.main.sales.pos_ledger
- gclid "Cj0KCQjw…" · conversion_action "closed_won"
- conversion_date_time "2026-07-17T01:31:27"
- conversion_value 38585 · currency_code SAR
- ✓ accepted · batch=daily
Adjacent moves on the same stack.
from Databricks
Databricks to Google Store Sales
Databricks to Google Store Sales: A notebook job reads the offline and in-store sales in…
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 OCI
ActiveCampaign to Google Offline Conversions: Signals reads your ActiveCampaign contacts…
Learn moregeneric
Google Offline Conversion Import
Datahash automates GCLID-based OCI uploads to Google Ads so click-based offline conversions…
Learn moreAsked on almost every call.
How often does the Databricks Google OCI 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, Smart Bidding trained on booked revenue instead of a mid-funnel proxy keeps pace on GCLID coverage and job-cluster time stays modest.
What match rate should a Databricks-sourced Google OCI 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' Offline Conversion Import (Google Ads API) flags the gap for advertisers whose Google-sourced deals close days after the click tracking GCLID coverage.
NEXT STEP