Skip to content

Commit

Permalink
EXADS adapter - Changed bidder code (prebid#5306)
Browse files Browse the repository at this point in the history
* feat: added exadsadserver.md for PR purposes

* fix: after code review

* fix: changed main parameters

* fix: from code review

* fix: clear names

* fix: related to markdown lint validation (#3)

* EX-21135 - from CR (#5)

* fix: related to markdown lint validation

* fix: from code review

* fix: from code review

* EX-21135 - from CR - making URL as relative (#6)

* fix: related to markdown lint validation

* fix: from code review

* fix: from code review

* fix: from CR

* fix: changed bidder code

---------

Co-authored-by: Pierre Brouca <[email protected]>
Co-authored-by: tfoliveira <[email protected]>
  • Loading branch information
3 people committed May 8, 2024
1 parent 3a988c0 commit bd22724
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit bd22724

Please sign in to comment.