FLEDGE+GPT Prebid.js Test

Div-1

Adding more buyers to static auction via URL

Append an url-encoded JSON object to the URL as perBuyerSignals parameter: gpt-simple.html?perBuyerSignals=%7B%22https%3A%2F%2Fmybidder.net%22%3A%7B%22bid%22%3A1.5%7D%7D The value can be generated from json:

    echo '{"https://mybidder.net":{"bid":1.5}}'|jq -r '@uri'
    

Dev Setup using chrome beta

Starting Chrome with the current flags/

/Applications/Google\ Chrome\ Beta.app/Contents/MacOS/Google\ Chrome\ Beta --enable-features=InterestGroupStorage,AdInterestGroupAPI,Fledge --disable-features=FencedFrames