Skip to content

Commit

Permalink
Merge pull request prebid#277 from nextmillenniummedia/comscore
Browse files Browse the repository at this point in the history
PB-746 add async to comscore
  • Loading branch information
mhlm authored Jul 19, 2023
2 parents 5dd243b + ccf9c9e commit 6239c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ func (e *exchange) makeBid(
}

if comscore && bid.bidType != openrtb_ext.BidTypeVideo {
resultBid.AdM += "<script>window._comscore=[{c1:'8',c2:'38232103',c3:'1'}];</script><script src=\"https://sb.scorecardresearch.com/cs/38232103/beacon.js\"></script>"
resultBid.AdM += "<script>window._comscore=[{c1:'8',c2:'38232103',c3:'1'}];</script><script async src=\"https://sb.scorecardresearch.com/cs/38232103/beacon.js\"></script>"
}

// fix for no id
Expand Down

0 comments on commit 6239c91

Please sign in to comment.