Skip to content

Commit

Permalink
Update bidder implementation links in fledgeForGpt.md (#5053)
Browse files Browse the repository at this point in the history
With prebid/Prebid.js#9794 PR, OpenX has moved their implementation to ORTB hence the existing link needs to be updated.

Also, RTBHouse link is updated to the master branch.

Considering the frequent updates made to bidder code, purposefully not referring to the code line numbers in the reference links.
  • Loading branch information
pm-harshad-mane authored Jan 3, 2024
1 parent 1246aa8 commit 01186f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/fledgeForGpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ for more details. This means that the AuctionConfig objects returned from `inter
the request it should be associated with. This may raise the question: why isn't the AuctionConfig object returned as part of the bid? The
answer is that it's possible to participate in the FLEDGE auction without returning a contextual bid.

An example of this can be seen in the OpenX OpenRTB bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/openxOrtbBidAdapter.js#L327) or RTB House bid adapter [here](https://github.com/prebid/Prebid.js/blob/8fe7115021fd348d0f3b090da48c40c095078800/modules/rtbhouseBidAdapter.js#LL135C4-L135C4).
An example of this can be seen in the OpenX bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/openxBidAdapter.js) or RTB House bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/rtbhouseBidAdapter.js).

Other than the addition of the `bidId` field, the `AuctionConfig` object should adhere to the requirements set forth in FLEDGE. The details of creating an
`AuctionConfig` object are beyond the scope of this document.
Expand Down

0 comments on commit 01186f5

Please sign in to comment.