Closed nbisso-rely closed 2 years ago
I'd try using your own prebid line within your GAM account. You might be hitting a limit on the number of creative being returned from the same GAM line.
@mkendall07 hello! thanks for your quick response. Do I need to have a GAM account? I can't call my ssp directly without having to configure anything from the GAM?
solved by ignoring google ad server script: https://github.com/prebid/Prebid.js/pull/7308
Type of issue
Bug
Description
I am using prebidjs to be able to show multiple ad units, I implemented my own adapter to call my ssp, I am returning N number of seats for the auction according to the number of units that arrives and it does not work, it always shows me the first two ad unit and then it breaks I do not know what it could be
Steps to reproduce
create new proyect
npm init -y
I install these dependencies:webpack.config:
and I create my adapter and my code to obtain the ad units
index.js:
adapter.js:
the ssp api returns:
and my test.html code is:
Expected results
render OK all ad units
Actual results
only render 2 ads: in console i dont have any error
Platform details
prebid.js version: 6.24.1 node version: v16.14.0
Other information