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

Question: How do I "alias" appnexus with brealtime? #1731

Closed
headerbidding opened this issue Oct 19, 2017 · 9 comments
Closed

Question: How do I "alias" appnexus with brealtime? #1731

headerbidding opened this issue Oct 19, 2017 · 9 comments
Labels

Comments

@headerbidding
Copy link

I am not so much of an expert in Java code compiling…
This is how I usually build the prebid.js:

npm install
git pull
gulp build --modules=aolBidAdapter,appnexusBidAdapter,conversantBidAdapter,sovrnBidAdapter

However, there is no module for brealtime.
How do I "alias" appnexus with brealtime?
brealtime sent me this code:

i.default.registerBidAdapter(new t, "appnexus"), i.default.aliasBidAdapter("appnexus", "brealtime")

but I do not know what to do with it.

Can anyone help?

@jaiminpanchal27
Copy link
Collaborator

If i am understanding your question correctly, i think you need to create alias brealtime from existing appnexusBidAdatper.

bRealtime alias is already added in appnexusBidAdapter here

So you don't need to add any extra code to create alias again.

@headerbidding
Copy link
Author

How do I "create alias brealtime from existing appnexusBidAdatper" ?

@jaiminpanchal27
Copy link
Collaborator

Its already created, you don't need to update anything. Just replace this line
with bidder: 'brealtime' and it should work.

@headerbidding
Copy link
Author

bidder: 'brealtime' was already in place, so I just compiled and it works! Hurrahh!!!
THANK YOU!

@headerbidding
Copy link
Author

headerbidding commented Oct 20, 2017

@jaiminpanchal27 I have been getting discrepancies (impressions and revenue) of over 20% with appnexus alias bidders (brealtime and oftmedia) from version 0-5-0 up to version 0-29-0.
I believe that an "alias" bug has been fixed in version 0-30-1. (Pull Request #1652)

@headerbidding
Copy link
Author

headerbidding commented Oct 20, 2017

I will test and let you know if it is fixed for us.

@headerbidding
Copy link
Author

headerbidding commented Oct 21, 2017

I just looked at yesterdays report and the brealtime impression discrepancies are due to impressions not counted because of "invalid IP address" (per appnexus report).
I don't understand why the system is bidding on impressions filtered out for "invalid IP address".
Can you explain?

@mkendall07
Copy link
Member

@headerbidding
I'd suggest opening a support ticket with AppNexus. Thanks

@headerbidding
Copy link
Author

headerbidding commented Oct 26, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants