-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added Turk Telekom Bid Adapter #4203
Conversation
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.
Hi @turktelssp, Thanks for submitting your adapter. I tested it on hello_world
page and found things working well. Just observed a couple of changes required in .md file, rest looks good.
modules/turktelekomBidAdapter.md
Outdated
var adUnits = [ | ||
{ | ||
code: 'test-div', | ||
sizes: [[300, 250]], |
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 sizes
param should be moved to mediaTypes: { sizes: [] }
, I saw Prebid.js throwing warning if sizes is passed outside mediaTypes.
modules/turktelekomBidAdapter.md
Outdated
] | ||
},{ | ||
code: 'test-div', | ||
sizes: [[640, 360]], |
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.
same as above. For video sizes can also be used as playerSize
.
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.
Looks good.
@sumit116 - I don't see this PR on the releases page -- please add it. |
Type of change
Description of change
New Bid Adapter for Türk Telekom
turktelssp@gmail.com
official adapter submission
A link to a PR on the docs repo Added doc file for Turk Telekom Bid Adapter prebid.github.io#1495