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

Added Turk Telekom Bid Adapter #4203

Merged
merged 3 commits into from
Sep 30, 2019
Merged

Added Turk Telekom Bid Adapter #4203

merged 3 commits into from
Sep 30, 2019

Conversation

turktelssp
Copy link
Contributor

Type of change

  • New bidder adapter

Description of change

New Bid Adapter for Türk Telekom

  • test parameters for validating bids
{
  bidder: "turktelekom",
  params: {
      uid: '17',
      priceType: 'gross' // by default is 'net'
  }
}

Copy link
Contributor

@sumit116 sumit116 left a 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.

var adUnits = [
{
code: 'test-div',
sizes: [[300, 250]],
Copy link
Contributor

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.

]
},{
code: 'test-div',
sizes: [[640, 360]],
Copy link
Contributor

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.

Copy link
Contributor

@sumit116 sumit116 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@sumit116 sumit116 merged commit 21f1275 into prebid:master Sep 30, 2019
@bretg
Copy link
Collaborator

bretg commented Oct 8, 2019

@sumit116 - I don't see this PR on the releases page -- please add it.

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

Successfully merging this pull request may close these issues.

4 participants