Questions tagged [prebid]

46 questions
3
votes
1 answer

Prebid RTC AMP User-Sync analytics-iframe error

Implementing Prebid AMP RTC method. Prebid bids functions operate as expected and ads are serving. The user-sync, though, is not firing due to the tracking/analytics constraints in-amp. Regardless if the analytics uses amp-analytics and the…
scott
  • 31
  • 1
3
votes
1 answer

getAllPrebidWinningBids() returns something but getAllWinningBids() is empty

I've been struggling with pbjs and DFP for several days now and my current problem is the one described in the title: when I type pbjs.getAllPrebidWinningBids() in the console, something is returned but nothing is displayed on my test page, and when…
3
votes
2 answers

Prebid with amp using DFP

I'm trying to use prebid with amp, but I'm getting the error: f.js:8 Error: Unknown attribute for doubleclick: prebid. at w (https://3p.ampproject.net/1496245713200/f.js:12:20) at E (https://3p.ampproject.net/1496245713200/f.js:22:467) at va…
LordFlik
  • 33
  • 6
2
votes
0 answers

Prebid refuses to render winning bid, even when there are no other ads

So I've noticed this this morning because our adsense has been disabled temporarily so for once there's a lot of available ad space on my site. What I've noticed is that if I go to my site and browse around, I get bids back from Rubicon/Magnite but…
2
votes
1 answer

How to handle multiple adSlots from GPT togheter with prebid.js

Im migrating from Adnuntius too GPT and are using prebid.js I need diffrent slots on each page and when im trying to define them, i only get them to work if i have diffrent sizes on each slot.Lets say that i use 970x250 on the first one and change…
2
votes
1 answer

How to understand auction winner (Prebid/Apstag/Adx)

On my site, I use Prebid and Apstag. How can I understand who won the auction? Is there a way to decrypt the CPM sent by Amazon? How to clearly understand who won Prebid / Amazon or Adx? I am trying to use this method …
AnatolyCat
  • 21
  • 2
2
votes
1 answer

Prebid not attempting to set key values in ad targeting

I am trying to setup prebid on my website and using the sample code from prebid website. Currently i have appnexus and Adx on board, this is the flow in console: https://i.stack.imgur.com/bJeVW.png As you can see in above image that the flow is…
1
vote
0 answers

How to update new adapters in Prebid server?

When I try to send a request with a taboola adapter, I get a response: "Invalid request: request.imp[0].ext contains unknown bidder: taboola. Did you forget an alias in request.ext.prebid.aliases?" I checked the adapters folder and I didn't see…
1
vote
1 answer

Prebid - Index video outstream configuration with multiple playerSize in bidders

I would like to create an adUnit video outstream with multiple playserSizes for Index (documentation there At first I thought to put the playerSize at the adUnit level, but because I want to define multiple playerSizes, I decided to move it at…
Nico
  • 103
  • 1
  • 11
1
vote
1 answer

Prebid not render ad with configurated sizes

I'm testing Prebid on mobile devices. In my AdUnit, I have defined dimensions as follows: Prebid parameters But, I get ads with different dimensions: Prebid sizes It seems to me that advertisers don't understand that the ad is displayed on a mobile…
Bulle-dog
  • 34
  • 2
1
vote
0 answers

Prebid bid adapter get no response from DFP

I'm pretty new to the world of Header Bidding and some mechanics are not very clear to me, anyway I have to write my own bid adapter (only native). I have defined the functions isBidRequestValid() buildRequests() interpretResponse() onBidWon(). For…
fasenderos
  • 388
  • 3
  • 18
1
vote
1 answer

When exactly is the transaction finished with prebid.js?

I wonder what is the exact event that triggers the payment? Considering the following example: prebid.js realizes the auction on any specific ad slot a partner responds with a valid creative and wins the impression the creative is rendered in the…
Yphil
  • 11
  • 1
1
vote
1 answer

What is the prebid member id?

For prebid-server the example shows json='{"pageOpts": {"member": 958,"invCode": "ast_guaranteed_prios_1","..., especially the member value. Without setting this, requests to https://ib.adnxs.com/ut/v3 fail with {"error":"Could not find valid…
serv-inc
  • 35,772
  • 9
  • 166
  • 188
1
vote
0 answers

Configure prebid server in docker

I want to configure a test environment for integration of prebid mobile SDK. So I deployed the prebid server with Docker, as described here: https://github.com/prebid/prebid-server/blob/master/docs/developers/deployment.md and implemented a test…
kaa
  • 1,265
  • 5
  • 22
  • 39
1
vote
1 answer

Prebid server handling of 204 response from bidder

I am looking to capture a case when the prebid server receives no bid responses from a bidder. As per the openRTB spec, the bidders can respond back with a 204 or set the nbr attribute and http 200. How does the prebid server handle each of these…
praks
  • 11
  • 1
1
2 3 4