javascript - Prebid JS integration with Pulsepoint exchange -


i trying integrate prebid.js 3 bidders appnexus, pulsepoint , rubicon. able configure appnexus cannot see bids in developer tools console. tried adding pulsepoint , every time "bid returned empty or error response" response.

did wrong or miss in below configuration?

var adunits = [{     code: 'div-gpt-ad-1471847819782-0',     sizes: [[728, 90]],     bids: [             {                 bidder: 'pulsepoint',                 params: {                    cf: '728x90',                   cp: 558725,                   ct: 497758                 }             }     ] }]; 


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -