Skip to content

Commit

Permalink
Digitalmatter Bid Adapter : add dichange alias (prebid#12133)
Browse files Browse the repository at this point in the history
* add alias

* fix alias

---------

Co-authored-by: Chucky-choo <dedafu47@gmail.com>
  • Loading branch information
Chucky-choo and Chucky-choo authored Aug 19, 2024
1 parent d374348 commit c4c8711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/digitalMatterBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ENDPOINT = 'https://prebid.di-change.live';

export const spec = {
code: BIDDER_CODE,
aliases: ['digitalmatter'],
aliases: ['dichange', 'digitalmatter'],
supportedMediaTypes: [BANNER, VIDEO],
isBidRequestValid,
buildRequests: (validBidRequests, bidderRequest) => buildRequests(validBidRequests, bidderRequest, ENDPOINT),
Expand Down

0 comments on commit c4c8711

Please sign in to comment.