Skip to content

Commit

Permalink
Feature/7xbid remove unneeded params (#4402)
Browse files Browse the repository at this point in the history
* 7xbid adapter

* fix error when cli build

* remove unneeded params

* Empty commit

* Empty commit
  • Loading branch information
7XBID00 authored and harpere committed Nov 1, 2019
1 parent 6659a88 commit a629797
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/7xbidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ export const spec = {
if (bidderRequest && bidderRequest.refererInfo) {
refererInfo = bidderRequest.refererInfo;
}
var g = (typeof (geparams) !== 'undefined' && typeof (geparams) == 'object' && geparams) ? geparams : {};
validBidRequests.forEach((bid, i) => {
let endpoint = ENDPOINT_BANNER
let data = {
'placementid': bid.params.placementId,
'cur': bid.params.hasOwnProperty('currency') ? bid.params.currency : DEFAULT_CURRENCY,
'ua': navigator.userAgent,
'adtk': _encodeURIComponent(g.lat ? '0' : '1'),
'loc': utils.getTopWindowUrl(),
'topframe': (window.parent === window.self) ? 1 : 0,
'sw': screen && screen.width,
Expand Down

0 comments on commit a629797

Please sign in to comment.