Skip to content

Commit

Permalink
adding page URL to bid request (#7581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbouallagui authored Oct 14, 2021
1 parent b8a7ee4 commit e20c46f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/oguryBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ function buildRequests(validBidRequests, bidderRequest) {
},
},
site: {
domain: location.hostname
domain: location.hostname,
page: location.href
},
user: {
ext: {
Expand Down
1 change: 1 addition & 0 deletions test/spec/modules/oguryBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ describe('OguryBidAdapter', function () {
site: {
id: bidRequests[0].params.assetKey,
domain: window.location.hostname,
page: window.location.href
},
user: {
ext: {
Expand Down

0 comments on commit e20c46f

Please sign in to comment.