Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c71462b
PE-87: Implement Prebid Adapter (#1)
PavloMalashnyak Oct 17, 2023
9ded78c
PE-110: Add user sync logic to the Prebid Adapter (#3)
PavloMalashnyak Oct 26, 2023
f8de65a
PE-111: BT Prebid Adapter can request AA ads or regular ads (#2)
PavloMalashnyak Nov 8, 2023
8d9d499
PE-120: Send Prebid Bidder info to BT Server (#4)
PavloMalashnyak Nov 14, 2023
fbd21ef
PE-123: Add More Metadata in site.ext.blockthrough (#5)
PavloMalashnyak Nov 28, 2023
7b0341c
PE-000: check if blockthrough is defined (#6)
PavloMalashnyak Nov 28, 2023
a13434f
PE-87: remove BT specific logic (#7)
PavloMalashnyak Dec 22, 2023
3a19f73
PE-87: Implement Prebid Adapter - misc fixes (#9)
PavloMalashnyak Jan 9, 2024
cce6ffb
PE-000: fix test
PavloMalashnyak Jan 9, 2024
e6156de
BP-74: Change the way we enable debug (#10)
PavloMalashnyak Jan 17, 2024
8758e2a
BP-79: Send GPID as a part of `imp[].ext` (#11)
PavloMalashnyak Jan 25, 2024
fa802e2
BP-90: Update Cookie Sync Logic (#12)
PavloMalashnyak Feb 6, 2024
0e26a08
BP-55: Re-add endpoint URLs (#13)
PavloMalashnyak Feb 6, 2024
fee3881
BP-91: Add prebid JS version to auction request (#14)
PavloMalashnyak Feb 8, 2024
df12fac
BP-139: Send Blockthrough Metadata in query params (#16)
PavloMalashnyak Mar 4, 2024
67de254
BP-55: Implement Prebid Adapter - clarify bidderConfig params (#15)
PavloMalashnyak Mar 4, 2024
88cbe4a
chore: fix BTBidAdapter test imports for upstream compatibility
hzhyltsova Apr 24, 2026
61dd8de
Merge branch 'bt-master' into chore/sync-upstream
hzhyltsova Apr 24, 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
4 changes: 1 addition & 3 deletions test/spec/modules/BTBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ import 'modules/currency.js';
import 'modules/userId/index.js';
import 'modules/multibid/index.js';
import 'modules/priceFloors.js';
import 'modules/consentManagement.js';
import 'modules/consentManagementTcf.js';
import 'modules/consentManagementUsp.js';
import 'modules/consentManagementGpp.js';
import 'modules/enrichmentFpdModule.js';
import 'modules/gdprEnforcement.js';
import 'modules/gppControl_usnat.js';
import 'modules/schain.js';

Expand Down