Skip to content

Commit

Permalink
GumGum: removes deprecated banner sizes default (#5372)
Browse files Browse the repository at this point in the history
* uses encodeURIComponent inline

* adds test for jcsi param

* adds request delay depending on previous response

* adds inVideo param

* removes deprecated bidRequest.sizes
  • Loading branch information
susyt committed Jun 16, 2020
1 parent f24890c commit b1d5942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gumgumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function buildRequests (validBidRequests, bidderRequest) {
tId: transactionId,
pi: data.pi,
selector: params.selector,
sizes: bannerSizes || bidRequest.sizes,
sizes: bannerSizes,
url: BID_ENDPOINT,
method: 'GET',
data: Object.assign(data, _getBrowserParams(topWindowUrl), _getDigiTrustQueryParams(userId), _getTradeDeskIDParam(userId))
Expand Down

0 comments on commit b1d5942

Please sign in to comment.