You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
These are the ways in which the Guardian optimised build differs from the [generic Prebid](https://github.com/prebid/Prebid.js) build:
3
+
## General
3
4
* Ad server targeting includes a `hb_ttr` parameter, whose value will be one of:
4
5
* the time to respond for the winning bid in ms (ie. time between bid request sent and bid response received)
5
6
* -1 if the auction timed out without a winning bid and still waiting for at least one bid response
6
7
* otherwise not passed at all
7
-
* We have built our own custom [Index Exchange bid adapter](https://github.com/guardian/Prebid.js/blob/master/modules/guIndexExchangeBidAdapter.js)
8
-
* The [Sonobi bid adapter](https://github.com/guardian/Prebid.js/blob/master/modules/sonobiBidAdapter.js):
8
+
## Bid adapters
9
+
* We have built our own custom [Index Exchange adapter](https://github.com/guardian/Prebid.js/blob/master/modules/guIndexExchangeBidAdapter.js)
10
+
* The [Sonobi adapter](https://github.com/guardian/Prebid.js/blob/master/modules/sonobiBidAdapter.js):
9
11
* has an extra request parameter, `gmgt`, holding AppNexus targeting key-values
10
12
* has a customised `pv` parameter, holding the Ophan-generated pageview ID
13
+
* The [AppNexus adapter](https://github.com/guardian/Prebid.js/blob/master/modules/appnexusBidAdapter.js) has an alias `xhb` for Xaxis
14
+
## Analytics adapters
11
15
* We have built two analytics adapters:
12
16
* an [adapter](https://github.com/guardian/Prebid.js/blob/master/modules/guAnalyticsAdapter.js) to send analytics to the data lake
13
17
* a simple console-logging [adapter](https://github.com/guardian/Prebid.js/blob/master/modules/consoleLoggingAnalyticsAdapter.js)
0 commit comments