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

OpenX adapter: Pass rewarded video signal #712

Merged
merged 1 commit into from
Jun 26, 2020

Conversation

laurb9
Copy link
Contributor

@laurb9 laurb9 commented May 7, 2020

No description provided.

rpanchyk
rpanchyk previously approved these changes May 22, 2020
@Builder
public class OpenxVideoExt {

@JsonProperty("rewarded")
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor. We don't need annotation here, since the field name will not be changed after marshaling to JSON.


if (resolveImpType(imp) == OpenxImpType.video
&& prebidImpExt != null
&& prebidImpExt.getIsRewardedInventory() != null
Copy link
Contributor

Choose a reason for hiding this comment

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

Hint: we can use Objects.equals(...) helper here, so will avoid one check.

@laurb9
Copy link
Contributor Author

laurb9 commented May 26, 2020

Appreciate the feedback, incorporated your suggestions.
Also squashed and rebased on lastest master.

@laurb9 laurb9 force-pushed the openx-rewarded-video branch from 4c57b13 to 3a56d77 Compare May 26, 2020 21:30
@laurb9 laurb9 requested a review from rpanchyk June 1, 2020 16:37
@jimee02
Copy link

jimee02 commented Jun 22, 2020

@rpanchyk, is there anything else we need to do for this?

@rpanchyk
Copy link
Contributor

@rpanchyk, is there anything else we need to do for this?

No, nothing more, thank you.
We've made a new 1.36.0 release yesterday, so i'll plan to add this PR to 1.37.0

@rpanchyk
Copy link
Contributor

Sorry, but planned to include in 1.38.0 release.

Along with this PR, next ones will be merged:

@rpanchyk rpanchyk merged commit 4fbf794 into prebid:master Jun 26, 2020
@laurb9 laurb9 deleted the openx-rewarded-video branch July 29, 2020 00:47
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.

3 participants