Skip to content

Commit

Permalink
Update spotxBidAdpter renderer url to ensure onLoad is always called. (
Browse files Browse the repository at this point in the history
…#6592)

Co-authored-by: Nick Peceniak <[email protected]>
  • Loading branch information
npeceniak and Nick Peceniak authored Apr 15, 2021
1 parent caead3c commit bea2261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spotxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export const spec = {
const playersize = utils.deepAccess(currentBidRequest, 'mediaTypes.video.playerSize');
const renderer = Renderer.install({
id: 0,
url: '//',
url: '/',
config: {
adText: 'SpotX Outstream Video Ad via Prebid.js',
player_width: playersize[0][0],
Expand Down

0 comments on commit bea2261

Please sign in to comment.