Skip to content

Commit

Permalink
Michao Bid Adapter: Rename Renderer URL to outstream renderer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hogekai committed Dec 13, 2024
1 parent 2049dd8 commit 3358914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/michaoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ENV = {
ENDPOINT: 'https://rtb.michao-ssp.com/openrtb/prebid',
NET_REVENUE: true,
DEFAULT_CURRENCY: 'USD',
RENDERER_URL:
OUTSTREAM_RENDERER_URL:
'https://cdn.jsdelivr.net/npm/in-renderer-js@latest/dist/in-video-renderer.umd.min.js',
};

Expand Down Expand Up @@ -326,7 +326,7 @@ const converter = ortbConverter({
) {
bidResponse.vastXml = bid.adm;
const renderer = Renderer.install({
url: ENV.RENDERER_URL,
url: ENV.OUTSTREAM_RENDERER_URL,
id: bidRequest.bidId,
adUnitCode: bidRequest.adUnitCode,
});
Expand Down

0 comments on commit 3358914

Please sign in to comment.