Skip to content

Commit

Permalink
TPMN Bid Adapter: remove OptionsObject (#10777)
Browse files Browse the repository at this point in the history
* TPMN Support Video

* add video param plcmt

* update ortb bcat,badv,bapp

* instream video is sound on default, outstream video sound off default

* remove VIDEO_ORTB_PARAMS, BANNER_ORTB_PARAMS

* fixed incorrect placement default format & update example

* update test case (Your tests failed on CircleCI)

* Revert "remove VIDEO_ORTB_PARAMS, BANNER_ORTB_PARAMS"

This reverts commit 2699115.

* Remove unnecessary code to meet guidelines.

* Remove unnecessary code to meet guidelines.

* fix Build fail

* delete logging code

* Remove OptionsObject(Credentials information needs to be sent.)

---------

Co-authored-by: changjun <changjun@tpmn.io>
Co-authored-by: yeongjaeju <yeongjae@tpmn.co.kr>
  • Loading branch information
3 people authored Nov 30, 2023
1 parent 7974ebc commit 32748b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/tpmnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ function createRequest(bidRequests, bidderRequest, mediaType) {
return {
method: 'POST',
url: BIDDER_ENDPOINT_URL + '?v=' + ADAPTER_VERSION,
data: rtbData,
options: { contentType: 'application/json;charset=UTF-8', withCredentials: false }
data: rtbData
}
}

Expand Down

0 comments on commit 32748b4

Please sign in to comment.