Skip to content

Commit

Permalink
Update bidder params for Advangelists (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyPavlyuk authored Aug 6, 2020
1 parent 66c5d1f commit c41f93b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/resources/static/bidder-params/advangelists.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
"type": "string",
"description": "An id used to identify Advangelists publisher.",
"minLength": 8
},
"placement": {
"type": "string",
"description": "An id used to identify placements."
}
},
"required": ["pubid"]
"required": [
"pubid"
]
}

0 comments on commit c41f93b

Please sign in to comment.