Skip to content

Commit

Permalink
[Synacormedia] Config override for site.domain property (#5885)
Browse files Browse the repository at this point in the history
* CAP-1992 - use get config for site.domain
  • Loading branch information
slaufer committed Oct 23, 2020
1 parent 081a9f2 commit 22677c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/synacormediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const spec = {
const openRtbBidRequest = {
id: bidderRequest.auctionId,
site: {
domain: location.hostname,
domain: config.getConfig('publisherDomain') || location.hostname,
page: refererInfo.referer,
ref: document.referrer
},
Expand Down

0 comments on commit 22677c1

Please sign in to comment.