Skip to content

Add 'revnew' as an alias in nexx360 adapter and update version to 9.41.1#60

Merged
MananSahniAdpushup merged 1 commit intoadpushup.js/v9.41.0-custom-changesfrom
hotfix/add-revnew-as-alias-in-nexx360adapter
Dec 15, 2025
Merged

Add 'revnew' as an alias in nexx360 adapter and update version to 9.41.1#60
MananSahniAdpushup merged 1 commit intoadpushup.js/v9.41.0-custom-changesfrom
hotfix/add-revnew-as-alias-in-nexx360adapter

Conversation

@shubhamgoswami-sg
Copy link
Copy Markdown
Collaborator

Summary

Adds revnew bidder support by registering it as an alias of nexx360BidAdapter.

Changes

  • Added { code: 'revnew', gvlid: 1468 } to the ALIASES array in nexx360BidAdapter.js

Why

Revnew uses the nexx360 infrastructure, so it doesn't need a separate adapter. This was added to the official Prebid.js repo in v10.9.0 (PR prebid#13808).

Testing

  • Confirm bid requests to revnew route through nexx360 endpoint (https://fast.nexx360.io/booster)

Params

Publishers can use either tagId or placement (mutually exclusive):

{
  bidder: 'revnew',
  params: {
    tagId: 'xxx'  // or placement: 'xxx'
  }
}

Reference

Comment thread package.json Outdated
{
"name": "prebid.js",
"version": "9.41.0",
"version": "9.41.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this

@shubhamgoswami-sg shubhamgoswami-sg force-pushed the hotfix/add-revnew-as-alias-in-nexx360adapter branch from 9df479a to 59a744b Compare December 12, 2025 11:14
@MananSahniAdpushup MananSahniAdpushup merged commit c87abb6 into adpushup.js/v9.41.0-custom-changes Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants