-
Notifications
You must be signed in to change notification settings - Fork 832
CWire: Add domainId param and app capability #4107
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
Conversation
Code coverage summaryNote:
cwireRefer here for heat map coverage report
|
@@ -5,6 +5,9 @@ endpointCompression: gzip | |||
gvlVendorID: 1081 | |||
modifyingVastXmlAllowed: false | |||
capabilities: | |||
site: | |||
app: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an exemplary simple app JSON test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added two JSONs containing OpenRTB app request and also the additional domainId field.
Code coverage summaryNote:
cwireRefer here for heat map coverage report
|
validate merge check was failing on: I rebased it.. |
6fa75b9
to
61a49fc
Compare
Code coverage summaryNote:
cwireRefer here for heat map coverage report
|
Hi! I just wanted to check if there's anything I can do to help move this forward. A publisher has requested this and it's important to start receiving traffic from them. Thank you for your help! |
Hello, I’m just following up to see if there’s anything we can do to assist or if any additional information would help move this PR forward. Your support on this would mean a lot, and we truly appreciate your time. |
This updates the CWire adapter:
The docs are already updated since we did the analogous change for Prebid.js.