Skip to content

Commit

Permalink
blue adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
tulio-bms committed Dec 13, 2024
1 parent b980c32 commit 64b502a
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 1,555 deletions.
12 changes: 7 additions & 5 deletions integrationExamples/gpt/hello_world.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@
sizes: [[300, 250]],
}
},

// Replace this object to test a new Adapter!
bids: [{
bidder: 'appnexus',
bidder: 'blue',
params: {
placementId: 13144370
bidFloor: 0.05,
currency: 'USD',
placementId: 13144370,
publisherId: 13144370
}
}]

}];
},
];

var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
Expand Down
Loading

0 comments on commit 64b502a

Please sign in to comment.