Most server-side tracking tools don't touch RTBF. They delete from the warehouse and call it done. TrackLayer completes the loop — warehouse deletion plus platform-side erasure, all tracked in a single job.
job_id | merchant_id | user_id | request_type | status | requested_at | completed_at | platform_status
----------+------------+--------------------+--------------+-------------+-----------+-------------------+-------------------+------------------
rtbf_8f3 | m_abc123 | cust_abc123 | GDPR Art. 17 | COMPLETE | 2026-04-23 14:01 | 2026-04-23 14:45 | {meta:ok,google:ok,tiktok:ok,klaviyo:ok}event: DELETE_FB_ADVANCED_EVENT matching user email/phone. Returns event ID for proof.
flow: Upload suppression list (hashed email/phone). Remove from Customer Match. Customer Match API removes from Google Ads automatically.
flow: Remove PII from TikTok user profiles using email or phone. Accepts hashed identifiers.
flow: Suppress user profiles in Klaviyo by email or phone. Email remains in system but receives no marketing.
event_id | event_type | resource_id | actor | payload
-------------+--------------+---------------+------------+-----------+----------
ae_rtbf_8f3c1 | rtbf_delete | rtbf_8f3a2c1 | system_worker | {
"merchant_id": "m_abc123",
"user_id": "cust_abc123",
"request_type": "GDPR Art. 17",
"platform_cascade": {
"meta_capi_delete": {"status": "success", "event_id": "evt_meta_123"},
"google_offline_delete": {"status": "success"},
"tiktok_pii_remove": {"status": "success"},
"klaviyo_profile_suppress": {"status": "success"}
},
"completed_at": "2026-04-23T14:45:11Z",
"sla_met": true
}job_id | status | requested_at | completed_at | days_elapsed | sla_met | sla_days_allowed
-------------+------------+-------------------+-------------------+--------------+-----------+-----------------
rtbf_8f3a2c | COMPLETE | 2026-04-23 14:01 | 2026-04-23 14:45 | 0.30 | true | 30 (GDPR)
rtbf_9b4e3d | COMPLETE | 2026-04-15 09:23 | 2026-05-12 10:14 | 27.30 | true | 30 (GDPR)
rtbf_1c5f8a7 | COMPLETE | 2026-04-01 11:47 | 2026-04-28 15:32 | 26.96 | false | 30 (GDPR)
// sla_met false triggers insight "rtbf_sla_breach" (Phase 6.3 insights detector)Delete user events from events and profiles tables.
Meta, Google, TikTok, Klaviyo deletion APIs.
Hash-chained RTBF events linked to rtbf_jobs.
30-day compliance per job. Insights alerts.
We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.
We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.