Skip to content
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

Add support for alias in prebid-server #271

Closed
jdelhommeau opened this issue Jan 4, 2018 · 2 comments
Closed

Add support for alias in prebid-server #271

jdelhommeau opened this issue Jan 4, 2018 · 2 comments

Comments

@jdelhommeau
Copy link

Some clients uses alias in order to call multiple seat from AppNexusAst adapter (each seat belonging to a different monetization partner from the publisher).
Alias works fine for client side implementation.
However, alias aren't compatible with server side implementation at the moment.

Having support for server side for alias would allow to optimize performances for those AppNexus partners, as one single call would be made instead of current multiple calls. Also using AppNexus hosted prebid server solution would allow not to impact cookie sync, so only benefit for people having multiple AppNexus partners.

@dbemiller
Copy link
Contributor

dbemiller commented Jan 4, 2018

Yes... this actually duplicates #11, and will be coming soon.

@jdelhommeau Just to be clear, which types of prebid.js aliases are important to you? Some are static in the code (defined by adapters themselves), and others can be defined by the publisher page through $$PREBID_GLOBAL$$.aliasBidder.

@dbemiller
Copy link
Contributor

We chatted offline... the ask here is specifically for dynamic aliases, which makes it a duplicate of this comment.

Will close this to consolidate the tickets.

StarWindMoonCloud pushed a commit to ParticleMedia/prebid-server that referenced this issue Jun 5, 2024
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

No branches or pull requests

2 participants