Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

przemkaczmarek
Copy link
Collaborator

🔧 Type of changes

  • new bid adapter
  • [ ]

✨ What's the context?

#3730

Comment on lines 1 to 20
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:
Copy link
Collaborator

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port PR from PBS-Go: New adapter: Connektai - Xeworks alias
3 participants