Skip to content

Commit

Permalink
Allow referrer as a parameter in Smart (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmrf authored May 21, 2018
1 parent 3ca8ad4 commit 4252eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smartadserverBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const spec = {
w: size[0],
h: size[1]
})),
pageDomain: utils.getTopWindowUrl(),
pageDomain: bid.params.referrer || utils.getTopWindowUrl(),
transactionId: bid.transactionId,
timeout: config.getConfig('bidderTimeout'),
bidId: bid.bidId,
Expand Down

0 comments on commit 4252eb5

Please sign in to comment.