-
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 ADTECH_URI #260
Comments
@Deimos01 |
@Deimos01 @mkendall07 We pass the european Adtech url as part of the param's to get round this issue. This does seem to do the trick. |
@mjwhaley |
@mkendall07 I haven't tried this method with 0.7.0 yet. I'm still running on 0.6 |
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. |
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 !
The text was updated successfully, but these errors were encountered: