Skip to content

Commit

Permalink
Update admaticBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihkaya84 committed Dec 17, 2024
1 parent 76f84fa commit 2dca5d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/admaticBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const spec = {
{code: 'pixad', gvlid: 1281},
{code: 'monetixads', gvlid: 1281},
{code: 'netaddiction', gvlid: 1281},
{code: 'adt', gvlid: 779}
{code: 'adt', gvlid: 779},
{code: 'yobee', gvlid: 1281}
],
supportedMediaTypes: [BANNER, VIDEO, NATIVE],
/**
Expand Down Expand Up @@ -139,6 +140,9 @@ export const spec = {
case 'adt':
SYNC_URL = 'https://static.cdn.adtarget.biz/adt/sync.html';
break;
case 'yobee':
SYNC_URL = 'https://static.cdn.yobee.it/yobee/sync.html';
break;
default:
SYNC_URL = 'https://static.cdn.admatic.com.tr/sync.html';
break;
Expand Down

0 comments on commit 2dca5d1

Please sign in to comment.