-
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
Request to AdTech responds with 403 (Forbidden) #290
Comments
Hi @joyofdata |
Hi, Maybe it's linked to my problem here : #260 . I hope it could help :) |
@Deimos01
I could confirm that those JS-files where loaded but neither resolved the issue. |
I should maybe also mention that the setup is supposed to implement post-bidding. The code which is served by DFP as a third-party creative is as follows:
Both
|
@joyofdata |
Hello!
prebid.js initiates a request to AdTech which looks as follows:
https://adserver.adtechus.com/pubapi/3.0/[placement-ID]/[network-ID]/0/0/ADTECH;cors=yes;cmd=bid;alias=[14 hexadecimal numbers];grp=[integer < 1000];misc=[large integer]
The only parameters set are
placement
andnetwork
and their values are those used in the URL above. So everything seems to be legitimate.What might be the issue here?
Kind Regards
The text was updated successfully, but these errors were encountered: