Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXADS adapter - Changed bidder code #5306

Merged
merged 13 commits into from
May 8, 2024
12 changes: 6 additions & 6 deletions dev-docs/bidders/exadsadserver.md → dev-docs/bidders/exads.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: EXADS
description: EXADS Bidder Adapter
pbjs: true
multiformat_supported: will-not-bid
biddercode: exadsadserver
biddercode: exads
dsa_supported: true
gvl_id: 1084
tcfeu_supported: true
Expand Down Expand Up @@ -33,7 +33,7 @@ adUnits = [
},
bids: [
{
bidder: 'exadsadserver',
bidder: 'exads',
params: {
zoneId: 12345,
fid: '829a896f011475d50da0d82cfdd1af8d9cdb07ff',
Expand Down Expand Up @@ -98,7 +98,7 @@ adUnits = [
},
bids: [
{
bidder: 'exadsadserver',
bidder: 'exads',
params: {
zoneId: 12345,
fid: '829a896f011475d50da0d82cfdd1af8d9cdb07ff',
Expand Down Expand Up @@ -142,7 +142,7 @@ adUnits = [
},
bids: [
{
bidder: 'exadsadserver',
bidder: 'exads',
params: {
zoneId: 12345,
fid: '829a896f011475d50da0d82cfdd1af8d9cdb07ff',
Expand Down Expand Up @@ -218,7 +218,7 @@ adUnits = [
},
bids: [
{
bidder: 'exadsadserver',
bidder: 'exads',
params: {
zoneId: 12345,
fid: '829a896f011475d50da0d82cfdd1af8d9cdb07ff',
Expand Down Expand Up @@ -347,7 +347,7 @@ adUnits = [
},
bids: [
{
bidder: 'exadsadserver',
bidder: 'exads',
params: {
zoneId: 12345,
fid: '829a896f011475d50da0d82cfdd1af8d9cdb07ff',
Expand Down
Loading