Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
38847a1
chore(prebid): scaffold locid user id module
weissbc07 Jan 3, 2026
519e520
update LocID module to support first-party endpoint fetching and priv…
weissbc07 Jan 13, 2026
4c78e67
update LocID system tests for gdpr handling and consent string valida…
weissbc07 Jan 13, 2026
174167e
Enhance LocID module documentation and tests for privacy signal handl…
weissbc07 Jan 13, 2026
94a3f13
Refactor LocID module to standardize naming conventions and enhance p…
weissbc07 Jan 14, 2026
d9a4587
Added Apache 2.0 license header.
weissbc07 Jan 15, 2026
30d0935
Merge remote-tracking branch 'upstream/master' into locid-submodule
weissbc07 Jan 16, 2026
dfe0301
Merge branch 'master' into locid-submodule
tpc-brian Jan 22, 2026
27beed4
Add LocID User ID sub-module documentation and refactor ajax usage in…
tpc-brian Jan 22, 2026
365e5e0
Remove docs folder - to be submitted to prebid.github.io separately
tpc-brian Jan 22, 2026
bcd8687
Update LocID atype to 1 for compliance with OpenRTB 2.6 specifications
tpc-brian Jan 22, 2026
7e4062d
Merge branch 'master' into locid-submodule
tpc-brian Jan 26, 2026
d2dad03
Merge branch 'master' into locid-submodule
tpc-brian Jan 29, 2026
5d1670d
Merge branch 'master' into locid-submodule
tpc-brian Jan 29, 2026
9adae78
Enhance LocID module with connection IP handling and response parsing…
tpc-brian Jan 29, 2026
8ecca92
fix getValue string handling, GDPR enforcement gating, extendId docs
tpc-brian Jan 31, 2026
25cbf7d
Merge branch 'master' into locid-submodule
tpc-brian Feb 2, 2026
c26c1fc
Merge branch 'master' into locid-submodule
tpc-brian Feb 3, 2026
ab204bd
Merge branch 'locid-submodule' of https://github.com/tpc-brian/Prebid…
tpc-brian Feb 3, 2026
a185386
LocID: enforce IP cache TTL in extendId and update tests/docs
tpc-brian Feb 4, 2026
8465039
LocID: honor null tx_cloc, reject whitespace-only IDs, add stable_clo…
tpc-brian Feb 6, 2026
8609b07
LocID: remove legacy 3384 references and enforce atype 1
tpc-brian Feb 9, 2026
3e1f42d
LocID: add vendorless TCF marker and scope 3384 guard
tpc-brian Feb 9, 2026
c917df2
Merge branch 'master' into locid-submodule
tpc-brian Feb 9, 2026
08c62a9
enhance locIdSystem to handle whitespace-only tx_cloc and update docu…
tpc-brian Feb 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/.submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"kinessoIdSystem",
"liveIntentIdSystem",
"lmpIdSystem",
"locIdSystem",
"lockrAIMIdSystem",
"lotamePanoramaIdSystem",
"merkleIdSystem",
Expand Down Expand Up @@ -147,4 +148,4 @@
"topLevelPaapi"
]
}
}
}
Loading
Loading