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

AOL Adapter ADTECH_URI #260

Closed
Deimos01 opened this issue Mar 18, 2016 · 5 comments
Closed

AOL Adapter ADTECH_URI #260

Deimos01 opened this issue Mar 18, 2016 · 5 comments
Assignees

Comments

@Deimos01
Copy link

Hi,

I'm using the AOL adapter with a french network Adtech ID so the adcall URL is not working with the US version of JS :

ADTECH_URI = (window.location.protocol) + '//aka-cdn.adtechus.com/dt/common/DAC.js',

but :
ADTECH_URI = (window.location.protocol) + '//aka-cdn.adtech.de/dt/common/DAC.js',

So maybe you should add a parameter to configure this ADTECH_URI.

Thank you !

@mkendall07
Copy link
Member

@Deimos01
Thanks for the info. We'll add it to the next release.

@mjwhaley
Copy link

@Deimos01 @mkendall07 We pass the european Adtech url as part of the param's to get round this issue.
bidder: 'aol',
params: {
network: '1111',
placement: '1111111',
server: 'adserver.adtech.de',
alias: '1111'
}

This does seem to do the trick.

@mkendall07
Copy link
Member

@mjwhaley
Is that supported in the 0.7.0 version of prebid?

@mjwhaley
Copy link

@mkendall07 I haven't tried this method with 0.7.0 yet. I'm still running on 0.6

@protonate protonate removed the feature label Mar 29, 2016
@protonate protonate self-assigned this Mar 29, 2016
@protonate
Copy link
Collaborator

There is a new AOL consolidated library that is in master as of this commit. This may be a solution. At the moment both @Deimos01 and @mjwhaley have proposed workarounds for version prior to Prebid 0.7.0. The new consolidated library will be released with version 0.8.0 next week.

Closing, please reopen if additional questions or info.

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

4 participants