Skip to content

Commit

Permalink
Bidders: Triplelift, Unruly, GumGum Bidders Updates (#3513)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic authored Oct 28, 2024
1 parent 4f6ee8e commit b5815fe
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 24 deletions.
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/gumgum.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
gumgum:
endpoint: https://g2.gumgum.com/providers/prbds2s/bid
ortb-version: "2.6"
meta-info:
maintainer-email: prebid@gumgum.com
app-media-types:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/triplelift.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
triplelift:
endpoint: https://tlx.3lift.com/s2s/auction?sra=1&supplier_id=20
ortb-version: "2.6"
endpoint-compression: gzip
meta-info:
maintainer-email: prebid@triplelift.com
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/tripleliftnative.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
triplelift_native:
endpoint: https://tlx.3lift.com/s2sn/auction?supplier_id=20
ortb-version: "2.6"
meta-info:
maintainer-email: prebid@triplelift.com
app-media-types:
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/bidder-config/unruly.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
adapters:
unruly:
endpoint: https://targeting.unrulymedia.com/unruly_prebid_server
ortb-version: "2.6"
endpoint-compression: gzip
meta-info:
maintainer-email: prebidsupport@unrulygroup.com
app-media-types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"buyeruid": "GUM-UID"
},
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
],
"tmax": 5000,
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
},
"tmax": 5000,
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
],
"tmax": 5000,
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down

0 comments on commit b5815fe

Please sign in to comment.