Skip to content

Commit

Permalink
[Synacormedia] Config override for site.domain property (prebid#5885)
Browse files Browse the repository at this point in the history
* CAP-1992 - use get config for site.domain
  • Loading branch information
slaufer authored and stsepelin committed May 28, 2021
1 parent da1f3bd commit ed0f886
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 ed0f886

Please sign in to comment.