Skip to content

Commit

Permalink
BetweenBidAdaper: jst fix (prebid#8296)
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasya123 authored Apr 19, 2022
1 parent d9465ed commit b34e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/betweenBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const spec = {
params.maxd = video.maxd;
params.mind = video.mind;
params.pos = 'atf';
ENDPOINT += '&jst=pvc';
params.jst = 'pvc';
params.codeType = includes(CODE_TYPES, video.codeType) ? video.codeType : 'inpage';
}

Expand Down

0 comments on commit b34e5f7

Please sign in to comment.