Skip to content

Commit

Permalink
Criteo bid adapter: add pubid/uid fields in the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
v.raybaud committed Jan 7, 2025
1 parent f3b5bce commit 54528d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/bidder-params/criteo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"type": "integer",
"description": "Impression's network ID, preferred.",
"minimum": 0
},
"pubid": {
"type": "string",
"description": "Impression's publisher ID.",
"minLength": 1
},
"uid": {
"type": "integer",
"description": "Impression's ad unit id.",
"minimum": 0
}
},
"anyOf": [
Expand Down

0 comments on commit 54528d3

Please sign in to comment.