You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot reproduce - but I discovered another (related?) bug in this scenario, addressed in #9638
The error message in the OP is about validation, it complains that an adUnit is defining both ortb and "legacy" native properties such as image, title, etc. However, the adUnit in the OP is formatted properly, and does not generate that error for me. Would you be able to reproduce it in a test page?
Instead that adUnit breaks in another way - the "legacy" bid from appnexus is not rendered properly when the adUnit uses a "new" native.ortb. That should be fixed with #9638.
Type of issue
I think this is a bug
Description
I trying to use native examples from documentation but get some errors when trying to use adTemplates with appnexus native placement from https://docs.prebid.org/dev-docs/adunit-reference.html#adUnit-native-example with template from https://docs.prebid.org/prebid/native-implementation.html#421-prebidjs-adunit-setup
Steps to reproduce
Expected results
Valid ad rendering
Actual results
Error in console:
Only legacy assets in response (don't see hb_native_asset_id_[X])
hb_native_asset_id_[X] placeholders not replaced
Platform details
prebid.js v7.39.0
PUC v1.16.0-pre (my build because I use custom prebid global object)
The text was updated successfully, but these errors were encountered: