Skip to content

Commit

Permalink
added gvlid for truested stack alias (#11314)
Browse files Browse the repository at this point in the history
Co-authored-by: adish.r <adish.r@media.net>
  • Loading branch information
adish1997 and adish-r authored Apr 18, 2024
1 parent ed7e942 commit b6e368b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/medianetBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mnData.urlData = {
};

const aliases = [
{ code: TRUSTEDSTACK_CODE },
{ code: TRUSTEDSTACK_CODE, gvlid: 1288 },
];

getGlobal().medianetGlobals = getGlobal().medianetGlobals || {};
Expand Down

0 comments on commit b6e368b

Please sign in to comment.