Skip to content

Commit 8ed9d6a

Browse files
Galphimblatkachov
authored andcommitted
Admixer bid adapter: add fpd (prebid#6190)
* Migrating to Prebid 1.0 * Migrating to Prebid 1.0 * Fix spec * add gdpr and usp * remove changes in gdpr_hello_world.html * Update gdpr_hello_world.html add spaces * add user syncs * remove comments * tests * add fpd to request Co-authored-by: atkachov <[email protected]>
1 parent 4a7516e commit 8ed9d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/admixerBidAdapter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const spec = {
2121
buildRequests: function (validRequest, bidderRequest) {
2222
const payload = {
2323
imps: [],
24+
fpd: config.getConfig('fpd')
2425
};
2526
let endpointUrl;
2627
if (bidderRequest) {

0 commit comments

Comments
 (0)