CONNECTIONS / PostgreSQL / PostgreSQL to Snap Offline CAPI
Your PostgreSQL tables, wired to Snapchat in-store conversions.
Signals reads your PostgreSQL tables through a read-only database user scoped to the PostgreSQL tables you name, then reports in-store purchases against the Snapchat campaigns that reached the buyer so Snapchat sees offline conversions without an export.
- ● postgresql → snap.capi :: live
- > read closed_deals rows=66,403
- hash sha256(email,phone) consent=filtered
- route snap deliver
- ✓ delivered · 58,435 matched
WHAT THIS ENABLES
PostgreSQL to Snapchat Offline CAPI
Snapchat Offline CAPI for PostgreSQL: Signals reports in-store purchases against the Snapchat campaigns that reached the buyer straight from your PostgreSQL tables, hashed and consent-screened each time the read runs.
- Signals reports in-store purchases against the Snapchat campaigns that reached the buyer, reading your PostgreSQL tables each time the read runs.
- In-person conversions Snapchat can bid on, with no export step out of your PostgreSQL tables.
The click, the conversion, and the credit.
The conversion happens off Snap, away from any pixel. Here is how PostgreSQL closes the loop.
Built for the teams that own the number.
Engineering teams running PostgreSQL who need physical-world sales counted inside Snapchat performance out of PostgreSQL tables.
From kickoff to verified events.
-
Connect
A read-only database user scoped to the PostgreSQL tables you name, mapped to Snapchat's Conversions API and tuned for offline event timing.
-
Map
Columns from your PostgreSQL tables align to Snapchat's Conversions API in the visual mapper, hashed as the read runs and checked for offline event timing.
-
Deliver
Each time the read runs, Signals reads your PostgreSQL tables and reports in-store purchases against the Snapchat campaigns that reached the buyer, reads only the records changed since the last run, with offline event timing 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 Offline CAPI 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 PostgreSQL records the event. |
What Offline CAPI actually receives.
- ● signals :: event payload
- > POST /v2/conversion source=postgresql.closed_deals
- event_type "PURCHASE" · event_conversion_type "OFFLINE"
- hashed_email "5d8b22…" · hashed_phone_number "a179fe…"
- timestamp 1784175218 · price 34890 · currency GBP
- ✓ accepted · match=true
Adjacent moves on the same stack.
from PostgreSQL
PostgreSQL to Google OCI
Google Offline Conversions for PostgreSQL: Signals reconciles closed-won revenue to the…
Learn morefrom PostgreSQL
PostgreSQL to Google Store Sales
Google Store Sales for PostgreSQL: Signals matches in-person transactions to Google…
Learn moresame use case
ActiveCampaign to Snap Offline CAPI
ActiveCampaign to Snapchat Offline CAPI: Signals reads your ActiveCampaign contacts and…
Learn moregeneric
Snap Offline CAPI
Deliver offline conversions to Snap on a schedule that fits your operations.
Learn moreAsked on almost every call.
How often does the PostgreSQL Snap Offline CAPI sync run?
Delivery tracks PostgreSQL, run by engineering teams running PostgreSQL: a near-real-time or scheduled sync of your PostgreSQL tables feeds Snapchat on that cadence. Each run reads only the records changed since the last run, so in-person conversions Snapchat can bid on holds up on offline event timing. The live debugger confirms every delivery inline.
What match rate should a PostgreSQL-sourced Snap Offline CAPI batch expect?
Coverage of hashed identifiers across your PostgreSQL tables decides it, and engineering teams running PostgreSQL own that inside PostgreSQL. A live email or phone matches into Snapchat; neither, and it will not. First-run feedback flags offline event timing, which engineering teams running PostgreSQL then raise inside your PostgreSQL tables.
NEXT STEP