prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.33k stars 2.09k forks source link

33across seems to be returning "rubicon" as hb_bidder=rubicon for instream #5961

Closed spormeon closed 3 years ago

spormeon commented 4 years ago

Type of issue

bug

Description

33across seems to be returning "rubicon" as hb_bidder=rubicon for instream video

Steps to reproduce

bidder: '33across', params: { siteId: 'YOUR33ACROSSID', productId: 'instream' } } /

Test page

Expected results

Actual results

Platform details

prebid client 4.15.0

Other information

bretg commented 4 years ago

Do you have an example page where this happens @spormeon - the code in their adapter hardcodes the bidder_code to "33across". This is either a page issue or a deeper bug.

spormeon commented 4 years ago

how do i contact you , so as not to put in open foorum?

bretg commented 3 years ago

Talked with @spormeon via email. Thus far not able to reproduce the issue, apparently the 33across bidder has been turned off. However, I've reviewed both client-side and server-side bid adapters and don't see any obvious problems. Rubicon isn't even in the list of bidders for the page. Will take another look when 33across is re-enabled.

The issues experienced here are related to https://github.com/prebid/prebid-server/issues/1562 -- he's trying to set up video-over-AMP but using Prebid.js. I don't think this will work -- as far as I know, Prebid.js will not operate in the AMP environment, specifically the interaction between GAM and Prebid.js.

I'm interested in the AMP-video-header-bidding scenario, but suspect it will need https://github.com/ampproject/amphtml/issues/30193 -- perhaps we can use tags to get some bids and invoke a video player? Would be great if someone could post a straw design using the upcoming capabilities. Would prefer not to load the AMP page down with prebid.js -- better to use the /amp RTC endpoint if possible, perhaps with an additional parameter to alter the return format if needed. (?)

spormeon commented 3 years ago

i can confirm it does work with GAM and prebid.js and prebid.js s2s, its all working as should , with stats pinging back etc etc

Thats the point Bret on 33across, rubicon is not mentioned anywhere but they are sending back rubicon as the KV on the bid as hb_bidder=rubicon, maybe its a "backend", their end problem, I not sure

bretg commented 3 years ago

Adding @curlyblueeagle to comment

curlyblueeagle commented 3 years ago

@spormeon not sure why our backend would be a problem, hb_bidder is relevant only the context of Prebid. Do you have a test page? Hard to debug without one.

spormeon commented 3 years ago

@curlyblueeagle i think i found, it, some weird dfp bug by looks, will confirm if fixes it

curlyblueeagle commented 3 years ago

@spormeon wonderful! If problems still persist, please contact us at headerbidding@33across.com if you do not wish to have a discussion on public forum.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ChrisHuie commented 3 years ago

Sounds like this issue self resolved. Closing out but if GAM bug pops up again we can reference