Commit 8d45688
authored
UID2-7488: clarify opt-out webhook timestamp unit (Unix seconds) (#1045)
The DSP guide's opt-out webhook table did not state the unit of the
`timestamp` parameter. It is a Unix timestamp in seconds: the uid2-optout
OptOutPartnerEndpoint substitutes ${OPTOUT_EPOCH} directly with the stored
OptOutEntry.timestamp (documented as seconds, written via
Instant.now().getEpochSecond()), with no conversion.
Add the unit and a note distinguishing it from POST /optout/status's
opted_out_since, which the operator converts to milliseconds — the likely
source of confusion.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Ticket: UID2-7488
Branch: syw-UID2-7488-optout-timestamp-unit1 parent f4596ac commit 8d45688
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
0 commit comments