Questions tagged [prebid]

46 questions
1
vote
0 answers

BidWon event is not being fired

We have implemented prebid.js for video using Ad server approach. We found out that the bidWon event is not being fired after getting the ad from DFP. We were told there is no bidWon callback for in-stream video with ad Server, but I could not find…
1
vote
3 answers

Prebid doesn't recognize CMP

I'm trying to setup Prebid to send a GDPR consent value to SSPs. I've implemented CMP but in console I can see that Prebid just ignores it WARNING: CMP not found. Resuming auction without consent data as per consentManagement config.…
december
  • 11
  • 4
1
vote
0 answers

Adding config in PreBid Server (hosted by AppNexus)

I would like to use the PreBid Mobile SDK with PreBid Server: http://prebid.org/dev-docs/get-started-with-prebid-server.html I'm configuring a PreBid Server account hosted by AppNexus, but I do not know how to add a server-side bidder configuration…
Ole Lynge
  • 4,457
  • 8
  • 43
  • 57
0
votes
0 answers

Ways to integrate prebid.js in nuxt.js. (Nuxt 2, Vue 2)

I am trying to integrate prebid.js in my nuxt application for rendering programmable refresh ad's that uses header biding. From the official documentation i can see that they are using prebid.js cdn and loading the ad's. But the best way is to…
0
votes
0 answers

Prebid Server Deployment: Cache Duration and Request Limits

I'm preparing to deploy my own Prebid Server and have a few queries prior to initiating the process: Can anyone provide details on the maximum duration for holding a bid in the cache? What is the maximum limit of bid requests that can be stored in…
Shahar
  • 1
0
votes
2 answers

Prebid pbjs.requestBids not returning, nor timing out

I am working on a JS wrapper with prebid.js and googletags, and I am having a very weird issue. I am new to prebid and googletags and ads, so I might just be missing a small detail, but here we go: I noticed that prebid didnt seem to get any…
isak
  • 1
0
votes
0 answers

How to package the latest prebid successfully? version:1.117.0-SNAPSHOT

When I was in version 1.115.0-SNAPSHOT, I was able to run successfully。 But the latest version,execute 'mvn clean package -U -Dmaven.test.skip=true': [ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile…
caoxu
  • 1
0
votes
0 answers

How to use bidders like appnexus, pubmatic when the prebid adapter is called?

I am planning to build a new adapter in prebid.org. I am using smartAdserver to manage my campaigns so I am planning to build a new adapter using smart. I am doing this as publishers who are using Pubmatic open wrap or similar models and other Ad…
0
votes
0 answers

Prebid.js + GAM

I have an adapter for prebid and it works itself. But when I try to use it with GAM - get errors: "no creative id" and "no campain id". The adapter returns all the necessary fields, like creativeAd, adId, ad, adUrl and others. The HB endpoint also…
Vitaly
  • 611
  • 1
  • 7
  • 21
0
votes
0 answers

Self-hosted prebid Java sever issue: Processing stored requests fails: "Invalid request format: Stored request processing failed"

Such a POST request fails with the error mentioned above: POST https://prebid.ourhost.com/openrtb2/auction Accept-Language: en_US Accept:…
Jevgenij Evll
  • 1,892
  • 18
  • 21
0
votes
1 answer

Prebid - exisiting gpt tag conflicts with Prebid js script

We have an existing gpt tag(Not Prebid) placed on our site for ad. Recently we integrated prebid.js in our website. Our prebid code works well but existing gpt tag does not return anything. My assumptions are given below after some testing. gpt tag…
Tapu Das
  • 391
  • 2
  • 17
0
votes
0 answers

How to configure Prebid server-side (s2sConfig) to pass keywords to the auction server

Documentation is limited. However, I seek to understand the s2sConfig that will send keywords to the auction server, similar to the prebid.js (pbjs.setConfig) approach - see below: pbjs.setConfig({ appnexusAuctionKeywords: { genre:…
Klaptrap
  • 311
  • 3
  • 19
0
votes
0 answers

GAM + Prebid - Ads load slowly

The lower-level ads in the article load slowly. This is probably because I have lazy bidding on for BTF AdUnits. How do you get it resolved? Immediately when the page loads, do you send a prebid request for all AdUnits that are on the page or do you…
0
votes
1 answer

Prebid.js individual sizes sent only to a specific bidder

I would like to set individual sizes in Prebid.js sent only to a specific bidder. I checked and the configuration below is incorrect "Adunit_mobile1": { "google": { "slot": "/GAM_network_ID/GAM_path/GAM_Adunit_name", …
0
votes
1 answer

prebid.js ad is not getting rendered

I have setup prebid.js with single adaptor configured on test page. I am getting the ad response from adaptor and I can see the pbjs.getBidResponses() object is present still ad is not getting rendered on the page. you can visit test page standard…
Mohit Patil
  • 436
  • 1
  • 5
  • 15