-
Notifications
You must be signed in to change notification settings - Fork 190
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 #3730 #3738
base: master
Are you sure you want to change the base?
Conversation
adapters: | ||
connektai: | ||
endpoint: http://rtb.connektai.live/?pid={{.SourceId}}&host={{.Host}}&s=pbs | ||
aliases: | ||
xeworks: | ||
meta-info: | ||
maintainer-email: adops@connekt.ai | ||
app-media-types: | ||
- banner | ||
- video | ||
- native | ||
site-media-types: | ||
- banner | ||
- video | ||
- native | ||
supported-vendors: | ||
vendor-id: 0 | ||
usersync: | ||
cookie-family-name: xeworks | ||
redirect: |
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.
this config won't work, please make it properly + add the integration test for the new alias
P.S. the placeholders won't work as well
@@ -500,6 +500,8 @@ adapters.vrtcal.enabled=true | |||
adapters.vrtcal.endpoint=http://localhost:8090/vrtcal-exchange | |||
adapters.xeworks.enabled=true | |||
adapters.xeworks.endpoint=http://localhost:8090/xeworks-exchange | |||
adapters.xeworks.aliases.connektai.enabled=true | |||
adapters.xeworks.aliases.connektai.endpoint=http://localhost:8090/connektai-exchange |
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.
please add placeholder to the url and check whether they are replaced properly in the test
🔧 Type of changes
✨ What's the context?
#3730