Skip to content

Commit

Permalink
TheMediaGrid: fix trustx aliasing in s2s (prebid#9043)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMediaGrid authored Sep 28, 2022
1 parent bcc6cd5 commit 0eb39e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gridBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let hasSynced = false;

export const spec = {
code: BIDDER_CODE,
aliases: ['playwire', 'adlivetech', 'trustx'],
aliases: ['playwire', 'adlivetech', { code: 'trustx', skipPbsAliasing: true }],
supportedMediaTypes: [ BANNER, VIDEO ],
/**
* Determines whether or not the given bid request is valid.
Expand Down

0 comments on commit 0eb39e9

Please sign in to comment.