Ogury: Enable in app traffic#4314
Conversation
| app: | ||
| mediaTypes: | ||
| - banner |
There was a problem hiding this comment.
Please add an exemplary JSON test with the app field present in mockBidRequest.
There was a problem hiding this comment.
Added the app JSON test.
Also converted this PR to draft, some unresolved questions have arisen internally so until they are resolved It would be better not to merge this PR.
Sorry for the inconvenience
Code coverage summaryNote:
oguryRefer here for heat map coverage report |
|
Hello @pm-isha-bharti the PR is ready for review, please take a look |
| } | ||
|
|
||
| if len(impsWithOguryParams) == 0 && (request.Site == nil || request.Site.Publisher.ID == "") { | ||
| if len(impsWithOguryParams) == 0 && (request.Site == nil || request.Site.Publisher == nil || request.Site.Publisher.ID == "") { |
There was a problem hiding this comment.
Is this check valid for app requests as well?
There was a problem hiding this comment.
What should be the expected behavior when the request is for an app, but assetKey and adUnitId are missing from imp.ext?
There was a problem hiding this comment.
Also can you include test case for this scenario?
There was a problem hiding this comment.
added logic for when the request is from app but the request doesn't have assetKey/adUnitId values, also added a json test case for it
Code coverage summaryNote:
oguryRefer here for heat map coverage report |
|
LGTM. Can you also update the documentation to add support for app by adding: |
|
@pm-isha-bharti |
Code coverage summaryNote:
oguryRefer here for heat map coverage report |
|
Hello @pm-isha-bharti Also when do you expect we can get a second review for this PR so we can merge it? |
|
@bsardo Could someone please review this PR? |
No description provided.