Skip to content

Commit

Permalink
CWire: add domainId parameter to cwire.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roarc0 committed Dec 16, 2024
1 parent 036dac9 commit f45505e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions static/bidder-params/cwire.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
"type": "integer",
"description": "An ID which identifies this placement of the impression"
},
"pageId": {
"domainId": {
"type": "integer",
"description": "An ID which identifies the site selling the impression"
},
"pageId": {
"type": "integer",
"description": "An ID which identifies the site selling the impression (deprecated)"
},
"cwcreative": {
"type": "string",
"description": "An CWire ID of the creative that we want to show"
Expand All @@ -29,4 +33,4 @@
}
},
"required": []
}
}

0 comments on commit f45505e

Please sign in to comment.