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

Commit 50ebe48

Browse files
Update modifications list
1 parent 13ac491 commit 50ebe48

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modifications.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Guardian-specific modifications
22
These are the ways in which the Guardian optimised build differs from the [generic Prebid](https://github.com/prebid/Prebid.js) build:
3+
## General
34
* Ad server targeting includes a `hb_ttr` parameter, whose value will be one of:
45
* the time to respond for the winning bid in ms (ie. time between bid request sent and bid response received)
56
* -1 if the auction timed out without a winning bid and still waiting for at least one bid response
67
* 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):
911
* has an extra request parameter, `gmgt`, holding AppNexus targeting key-values
1012
* 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
1115
* We have built two analytics adapters:
1216
* an [adapter](https://github.com/guardian/Prebid.js/blob/master/modules/guAnalyticsAdapter.js) to send analytics to the data lake
1317
* a simple console-logging [adapter](https://github.com/guardian/Prebid.js/blob/master/modules/consoleLoggingAnalyticsAdapter.js)

0 commit comments

Comments
 (0)