Skip to content

Commit

Permalink
Update memeglobal.js (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStanovsky authored and jaiminpanchal27 committed Oct 25, 2016
1 parent e17518b commit 85d865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/memeglobal.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var MemeGlobalAdapter = function MemeGlobalAdapter() {
function _requestBid(bidReq) {
// build bid request object
var domain = window.location.host;
var page = window.location.pathname + location.search + location.hash;
var page = window.location.host + window.location.pathname + location.search + location.hash;

var tagId = utils.getBidIdParamater('tagid', bidReq.params);
var bidFloor = Number(utils.getBidIdParamater('bidfloor', bidReq.params));
Expand Down

0 comments on commit 85d865d

Please sign in to comment.