-
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
Question: How do I "alias" appnexus with brealtime? #1731
Comments
If i am understanding your question correctly, i think you need to create alias
So you don't need to add any extra code to create alias again. |
How do I "create alias brealtime from existing appnexusBidAdatper" ? |
Its already created, you don't need to update anything. Just replace this line |
bidder: 'brealtime' was already in place, so I just compiled and it works! Hurrahh!!! |
@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 will test and let you know if it is fixed for us. |
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). |
@headerbidding |
Done!
From: Matt Kendall [mailto:[email protected]]
Sent: Thursday, October 26, 2017 10:26 AM
To: prebid/Prebid.js
Cc: Flixxy; Mention
Subject: Re: [prebid/Prebid.js] Question: How do I "alias" appnexus with brealtime? (#1731)
@headerbidding <https://github.com/headerbidding>
I'd suggest opening a support ticket with AppNexus. Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1731 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AP62IkyZFBjxH-C4Kb8Xzw_B8SkYRmX9ks5swJZ1gaJpZM4P_0q9> . <https://github.com/notifications/beacon/AP62IgnduZtMg27xMBtfD1ieHOnE2vLDks5swJZ1gaJpZM4P_0q9.gif>
|
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?
The text was updated successfully, but these errors were encountered: