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
Post a Comment