-
Notifications
You must be signed in to change notification settings - Fork 750
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
adquery: added device ip and ua to bidder request #3288
Conversation
wgalecki
commented
Nov 9, 2023
•
edited
Loading
edited
- adquery: added device ip and ua to bidder request
- adquery: passing client ip as x-forwarded-for header
- adquery: updated adapter endpoint
- adquery: passing ipv6 to bidder, updated user sync config
- adquery: passing page url to bidder
Code coverage summaryNote:
adqueryRefer here for heat map coverage report
|
Code coverage summaryNote:
adqueryRefer here for heat map coverage report
|
Hey, sorry for the force-pushes, identified some minor issues and wanted to fix them to make the review process smoother. |
Code coverage summaryNote:
adqueryRefer here for heat map coverage report
|
go.mod
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please undo changes made to go.mod?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sorry about that, I also removed the test
directory which I commited inadvertently.
* adquery: added device ip and ua to bidder request * adquery: passing client ip as x-forwarded-for header * adquery: updated adapter endpoint * adquery: passing ipv6 to bidder, updated user sync config * adquery: passing page url to bidder
Code coverage summaryNote:
adqueryRefer here for heat map coverage report
|
endpoint: "https://bidder.adquery.io/prebid/bid" | ||
endpoint: https://bidder2.adquery.io/prebid/bid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
% curl -i https://bidder2.adquery.io/prebid/bid
HTTP/2 204
server: nginx/1.18.0 (Ubuntu)
date: Tue, 14 Nov 2023 11:45:28 GMT
x-adq-t: r:1123;p:0;
cache-control: max-age=-172800, must-revalidate, private
pragma: no-cache
expires: Sun, 12 Nov 2023 11:45:28 GMT
access-control-allow-origin: *
access-control-allow-methods: POST, GET, OPTIONS, DELETE, PUT
access-control-max-age: 1000
access-control-allow-headers: x-requested-with, Content-Type, origin, authorization, accept, client-security-token
curl: (56) HTTP/2 stream 1 was reset
endpoint is reachable