-
Notifications
You must be signed in to change notification settings - Fork 759
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
New Adapter: Oraki #3736
New Adapter: Oraki #3736
Conversation
Code coverage summaryNote:
orakiRefer here for heat map coverage report
|
@@ -0,0 +1,18 @@ | |||
endpoint: "https://eu1.oraki.io/pserver" |
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.
endpoint is not reachable
curl -i --location --request POST 'https://eu1.oraki.io/pserver'
HTTP/2 521
date: Fri, 28 Jun 2024 10:32:02 GMT
content-type: text/plain; charset=UTF-8
content-length: 15
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Vwp%2BVk0ag0PLQ%2FTPo7qSfCtFg2h41Qbo2UZqN2IhTZ3H21BX19f2g0GEM16nd35jJXMYrvs5Yb2SyeYdZR3bPLaiyLoQYI7ppJLMvO1s0J4wIxT8Ljo3MLRyLqSpWIk%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
x-frame-options: SAMEORIGIN
referrer-policy: same-origin
cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
expires: Thu, 01 Jan 1970 00:00:01 GMT
server: cloudflare
cf-ray: 89ad023dcb94f3e1-BOM
alt-svc: h3=":443"; ma=86400
error code: 521
@@ -0,0 +1,18 @@ | |||
endpoint: "https://eu1.oraki.io/pserver" | |||
maintainer: | |||
email: "[email protected]" |
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.
[email protected]
seems associated to an individual. Prebid recommends to use an group or organization email as maintainer email.
redirect: | ||
url: "https://sync.oraki.io/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}" | ||
userMacro: "[UID]" |
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.
Closing PR as this is in stale state for a month. @BenOraki can reopen this PR with updated changes |
DOC
prebid/prebid.github.io#5403