Skip to content

Commit

Permalink
Merge pull request prebid#22 in SA/prebid from CAP-1992 to master
Browse files Browse the repository at this point in the history
* commit 'b0ccc21bc1cb70b17f5f1ca9f2ca525bc818b2e7':
  CAP-1992 - use get config for site.domain
  • Loading branch information
Corey Kress authored and Corey Kress committed Oct 2, 2020
2 parents d5cbad3 + b0ccc21 commit 76f0e64
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 76f0e64

Please sign in to comment.