Skip to content

Commit

Permalink
page field in site object sends full url
Browse files Browse the repository at this point in the history
  • Loading branch information
aprakash-sovrn committed Feb 14, 2018
1 parent 4312835 commit 44b2f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sovrnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const spec = {
imp: sovrnImps,
site: {
domain: window.location.host,
page: window.location.pathname + location.search + location.hash
page: window.location.host + window.location.pathname + location.search + location.hash
}
};
if (iv) sovrnBidReq.iv = iv;
Expand Down

0 comments on commit 44b2f94

Please sign in to comment.