Skip to content
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

handle enableSendAllBids for Android #63

Merged
merged 2 commits into from
Aug 16, 2018
Merged

Conversation

anwzhang
Copy link
Contributor

@anwzhang anwzhang commented Aug 9, 2018

No description provided.

try {
targetingKeywords = bid.getJSONObject("ext").getJSONObject("prebid").getJSONObject("targeting");
} catch (JSONException e) {

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is there no throw?

}
}
if (newBid != null) {
responseList.add(newBid);
}
responses.put(adUnit, responseList);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as iOS check if reponseList count is >0 & put in...

@anwzhang anwzhang merged commit 25093eb into master Aug 16, 2018
@anwzhang anwzhang deleted the handle_enableSendAllBids branch August 16, 2018 18:34
yoalex5 pushed a commit to yoalex5/prebid-mobile-android that referenced this pull request Oct 12, 2018
* modified custom keywords to suit openRTB endpoint
* fix test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants