-
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
AOL Adapter (again) #113
AOL Adapter (again) #113
Conversation
nickjacob
commented
Nov 23, 2015
- added adapter back from previous version
- fixed/normalized indentation
- made sizeId & alias optional
dae3ed6
to
856a659
Compare
856a659
to
ebc91ae
Compare
In fact there is no reason to use DAC.js for AOL at all. You can just send properly formatted HTTP GET requests to their endpoint and receive the bids back as OpenRTB JSON objects. Much simpler this way, in my opinion. |
Thanks @jononomo! We in fact had 2 adaptors, one with DAC one without. AOL recommended the DAC adaptor as that's what they're maintaining today. We want to make sure publishers have good support from the bidder through the project. Thanks for letting us know! |
Thanks again @nickjacob & @ikhemissi for collaborating on this. |
….25.0 to aolgithub-master * commit '2a31c81b71595988ed2bf3470fb94d4fb75098bc': (71 commits) Sync with contrib/aol-adapter-aliases branch. Added junit reporter, improved browserstack tests running. Change browsers config to allow run tests on CI. Temporary comment unit test to provide compatibility with pre-bidder timeout feature. Added banner for minified source file. Improve matching to avoid breaking js syntax. Changed changelog entry. Fixed invalid module link. Prebid 0.26.1 Release (prebid#1412) fix prebid#1410 - issue with ie and xhr.timeout (prebid#1411) Lint modules directory (prebid#1404) Added changelog entry. Added ids in aolPartnersIds. Added tests for delimiterLoader. Set outstream mediaType based on renderer in response (prebid#1391) Fixing the BidAdjustmentEvent fire time (prebid#1399) Improved adapter source code wrappig. Changed aol analytics adapter to new structure. Get rid of preserve keyword. Added preserved keyword for adapters wrapping. ...