-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Multi-Format requests to AppNexus #3999
Comments
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. |
i've got a similar problem to this but i'm one iteration on, as in I have banner & video working but when I add native, I only ever get banner or video in a multi format unit |
@generic10one Sorry about the delay here; I was taking a look at your first test page and I don't see anything inherently wrong about the setup that should prevent the multi-format request from working. There are some factors to consider though:
Additionally, are your test placements/creatives still active? I tried both pages, but I'm not seeing any appnexus bids return. When I made a copy of your test pages and swapped to a test placement we have setup - I was seeing some bids return, which made me think something happened to the original placements/creatives. |
@jsnellbaker I don't think the icon asset is the issue here, since native ads are being displayed on the second test page So, the issue remains -
Did you try separating the different media types? |
@generic10one |
I had the same issue with sendID - moving mediatypes:native above my banner bidders fixed it. |
@generic10one adyjs.bidderSettings = { |
another offset, this method breaks S2S bidding with: |
@generic10one Just to update, I'm still investigating into this behavior. I was having some trouble initially getting ads to return from appnexus while on my work network, but at home I am getting them near consistently. I am seeing the reported behavior with the multiformat test page you created originally and the consistent delivery of the banner and native bids when you had them split apart. It's strange that it's acting like this, as I have another test page based off of this page (http://prebid.org/examples/multi_format_example.html) that's properly rotating between the media types in the same ad slot. It's possible this behavior might be due to something in the ad server setup (if only because the other example seems to be working), but I'm not 100% clear on that. I'm trying to reach out to some colleagues to check on this factor. I'll follow-up as soon as I can. In regards to some of the other issues(?) that were discussed in the meantime between you and @spormeon - could you clarify a bit if you're seeing something wrong with the Additionally @spormeon the setup you tried to use with S2S - is that the setup where you have two adUnits sharing the same adUnitCode but using different mediaTypes? Or is it something else? In either case - could you provide a copy of the adUnit setup so I can review? You can use https://jsfiddle.net/ if you can't provide a hosted test page for us to share the prebid adUnit code. As a minor helpful note - If you want to paste code in github comments you can use 3 back-ticks (```) above and below your code snippet to make a proper code block. This will preserve the code in the comment when you paste it (and ensure all of it will get included). |
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. |
Type of issue
Bug
Description
Using mediaTypes native+banner literally always responds with a banner ad. If I switch to native only, I instantly get native ads (with rates > than the banner ads). It seems like the only way to get native and banner demand to compete on a given ad unit is to use the same ad unit code twice with two different mediaTypes. I'm either missing something very simple or there is a problem with multi-format requests to AppNexus.
Steps to reproduce
Set an adUnit with both native and banner mediatypes. (with AppNexus as a bidder)
Test page
Multi-Format test page -> only banner ads
Same ad unit code twice with 2 different media types -> both native and banner ads are displayed
Expected results
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered: