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

Blue: Add placementId bidder param #4051

Merged
merged 7 commits into from
Dec 10, 2024
6 changes: 5 additions & 1 deletion static/bidder-params/blue.json
samuelfabel marked this conversation as resolved.
Show resolved Hide resolved
samuelfabel marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "A schema which validates params accepted by the Blue adapter",
"type": "object",
"properties": {
"placementId": {
"type": "string",
"description": "Placement ID provided by Blue"
},
"publisherId": {
"type": "string",
"description": "The publisher’s ID provided by Blue"
Expand All @@ -12,4 +16,4 @@
"required": [
"publisherId"
]
}
}
Loading