-
Notifications
You must be signed in to change notification settings - Fork 769
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: Connektai - Xeworks alias #4149
Conversation
Dev docs: prebid/prebid.github.io#5817 |
lgtm |
@@ -0,0 +1,20 @@ | |||
aliasOf: "xeworks" | |||
endpoint: "http://rtb.connektai.live/?pid={{.SourceId}}&host={{.Host}}&s=pbs" |
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.
Verified endpoint is reachable
curl -i --location --request POST http://rtb.connektai.live
HTTP/1.1 204 No Content
Server: nginx
Date: Thu, 30 Jan 2025 02:19:44 GMT
Connection: keep-alive
aliasOf: "xeworks" | ||
endpoint: "http://rtb.connektai.live/?pid={{.SourceId}}&host={{.Host}}&s=pbs" | ||
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.
We've sent an email to this address. Please respond with a message of 'received' to confirm it was received.
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.
Confirmed.
static/bidder-info/connektai.yaml
Outdated
capabilities: | ||
app: | ||
mediaTypes: | ||
- banner | ||
- video | ||
- native | ||
site: | ||
mediaTypes: | ||
- banner | ||
- video | ||
- native |
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.
The capabilities can be deleted as they are all inherited from xeworks.
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.
LGTM
No description provided.