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

Triplelift, Unruly, GumGum Bidders Updates #3513

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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
Loading