-
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
How to do configure a bidder alias? #780
Comments
It seems that it is necessary to place Another possibility is to configure the alias in {
"appnexus": {
"alias": "brealtime"
}
} |
Is building with alias in |
1 similar comment
Is building with alias in |
@Sandeep-Patel |
Questions: a. Do we post a Git Hub request to add "digitalthrottle" as an Alias? We've been sending our AppNexus placement ID to our publishers and it's creating confusion. b. Can we instruct the publisher on how to directly update their own adapters.json file to add us as an alias or is this a common JSON controlled by Pre-Bid. Thanks for the help! |
@digitalthrottle |
How about the bidCpmAdjustment settings for the alias? It seems that even if we use an alias for a second 'appnexus' partner, there is only one 'appnexus' bidCpmAdjustment called and not for the alias one. |
Hi, What are the build parameters for building with alias adapters?
|
@pboisso You can see build instructions in the readme here: https://github.com/prebid/Prebid.js#Build |
Thanks @mkendall07 , I finally got it to work. I've never been able to send the alias to S2S however (despite the fact that it's an AppNexus alias, thus supporting S2S). |
That makes sense... unfortunately Prebid Server doesn't support Aliases yet, so there's not much Prebid.JS can do about it. There is/was some discussion here: prebid/prebid-server#11 Feel free to chime in with thumbs up or any details about your needs. |
@mkendall07 |
@mhmgdk |
@mkendall07 |
@mhmgdk |
Sekindo contacted us with the information that their adapter won't work for a while (in conjunction with some fundamental changes in prebid.js introduced in the most recent version 0.14.0) and we should switch to AppNexus. But especially because we use the bidder names to distinguish the networks for our reporting I need to keep using the name "sekindo". If I am not mistaken
pbjs.aliasBidder("appnexus","sekindo");
should accomplish exactly that - but it didn't.So here's what I did - using the Postbid example code to illustrate - two changes at (A) and (B):
For some reason though this leads to no more bids being received from Sekindo.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: