Commit 78a27e7
TRUSTX Bid Adapter: initial release (#14218)
* TRUSTX Bidder Adapter
* Remove trustx alias in favor of standalone adapter
Remove trustx alias from grid adapter as a new standalone trustx adapter
is being introduced. Keeping the alias would cause conflicts when both
adapters are present in the same Prebid.js build.
* Update default ttl and usync delete url
* Align docs/tests with param type
* Refactor duplicate code patterns
* refactor & simplify adapter
- Remove localStorage user ID handling (using Prebid User ID modules)
- Remove onDataDeletionRequest (not needed)
- Remove custom keywords processing
- Remove unused utility imports
- Update doc overview
* Fix linter error
---------
Co-authored-by: Patrick McCann <[email protected]>1 parent 3f78470 commit 78a27e7
File tree
4 files changed
+1867
-8
lines changed- modules
- test/spec/modules
4 files changed
+1867
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
| |||
66 | 59 | | |
67 | 60 | | |
68 | 61 | | |
69 | | - | |
| 62 | + | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
| |||
0 commit comments