|
1 | | -# Collective Sync Architecture |
| 1 | +# Edge Cookie External Sync Architecture |
2 | 2 |
|
3 | | -Trusted Server supports cross-publisher data sharing through a **Collective Sync** model. Publishers who share the same EC secret key can synchronize user data across their properties, enabling privacy-preserving audience insights without third-party cookies. |
| 3 | +Trusted Server supports ID syncing. Publishers who have engaged in an agreement with identity partners can use our sync endpoints found below. |
4 | 4 |
|
5 | 5 | ## Overview |
6 | 6 |
|
@@ -31,11 +31,11 @@ sequenceDiagram |
31 | 31 |
|
32 | 32 | ## Architecture Principles |
33 | 33 |
|
34 | | -| Component | Role | Characteristics | |
35 | | -| ---------------- | --------------- | ------------------------------------------------------ | |
36 | | -| **KV Store** | Hot cache | Fast reads (~1ms), edge-local, eventually consistent | |
37 | | -| **Object Store** | Source of truth | Durable, supports range queries, sync endpoint | |
38 | | -| **Secret Key** | Shared salt | Distributed out-of-band, enables collective membership | |
| 34 | +| Component | Role | Characteristics | |
| 35 | +| ---------------- | --------------- | --------------------------------------------------------- | |
| 36 | +| **KV Store** | Hot cache | Fast reads (~1ms), edge-local, eventually consistent | |
| 37 | +| **Object Store** | Source of truth | Durable, supports range queries, sync endpoint | |
| 38 | +| **Secret Key** | Shared salt | Distributed out-of-band, enables a data sharing agreement | |
39 | 39 |
|
40 | 40 | ## Configuration |
41 | 41 |
|
@@ -105,7 +105,7 @@ The Object Store maintains a richer record with full history: |
105 | 105 |
|
106 | 106 | ### Initial Sync |
107 | 107 |
|
108 | | -When a new publisher joins the collective, they perform a full sync: |
| 108 | +When a new publisher has a new agreement, they perform a full sync: |
109 | 109 |
|
110 | 110 | ```http |
111 | 111 | GET /sync?type=full |
|
0 commit comments