Skip to content

Commit

Permalink
Add seller signals
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Oct 8, 2024
1 parent 5fc45a5 commit 5041e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/simple/supply.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const auctionConfig = {
auctionSignals: { auction_signals: 'auction_signals' },

// only for single party
sellerSignals: { floor: 7, auctionID: 'id_' + Math.round(Math.random() * 1000000) },
sellerSignals: { bidFloor:7, floor: 7, auctionID: 'id_' + Math.round(Math.random() * 1000000), divId:'ad-container', type:'image',size: [300,250], isFencedFrame:true },

// only for single party
perBuyerSignals: {
Expand Down

0 comments on commit 5041e4b

Please sign in to comment.