Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Replace Gu customised Index Exchange adapter with official version #29

Merged
merged 4 commits into from
May 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions build/dist/prebid.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion modifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ These are the ways in which the Guardian optimised build differs from the [gener
* -1 if the auction timed out without a winning bid and still waiting for at least one bid response
* otherwise not passed at all
## Bid adapters
* We have built our own custom [Index Exchange adapter](https://github.com/guardian/Prebid.js/blob/master/modules/guIndexExchangeBidAdapter.js)
* The [Sonobi adapter](https://github.com/guardian/Prebid.js/blob/master/modules/sonobiBidAdapter.js):
* has an extra request parameter, `gmgt`, holding AppNexus targeting key-values
* has a customised `pv` parameter, holding the Ophan-generated pageview ID
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
"sonobiBidAdapter",
"guIndexExchangeBidAdapter",
"ixBidAdapter",
"trustxBidAdapter",
"improvedigitalBidAdapter",
"appnexusBidAdapter",
Expand Down
183 changes: 0 additions & 183 deletions modules/guIndexExchangeBidAdapter.js

This file was deleted.

187 changes: 0 additions & 187 deletions test/spec/modules/guIndexExchangeBidAdapter_spec.js

This file was deleted.