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

Adhese: set gvlid && filter out empty params #5602

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

mefjush
Copy link
Contributor

@mefjush mefjush commented Aug 13, 2020

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

Configure the gvlid for Adhese adapter
Reduce the outgoing request size in case the user provided empty parameters

@wqi1972
Copy link
Collaborator

wqi1972 commented Aug 18, 2020

Question: @mefjush, what suppose to happen if the parameter is a string with only space ' '? Current logic won't filter it out, not sure if that is expected.
If that is not a problem, then the code is good to merge.

@mefjush
Copy link
Contributor Author

mefjush commented Aug 18, 2020

That's certainly a valid question as indeed just a space is not a valid input.

After a consideration we'd prefer to keep the "filtering" as it is. We'd rather catch all less common incorrect values in our backend so we are aware of them and can act if necessary.

Copy link
Collaborator

@wqi1972 wqi1972 left a comment

Choose a reason for hiding this comment

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

LGTM

@wqi1972 wqi1972 merged commit 6c61de8 into prebid:master Aug 18, 2020
BrightMountainMediaInc pushed a commit to BrightMountainMediaInc/Prebid.js that referenced this pull request Sep 14, 2020
BrightMountainMediaInc added a commit to BrightMountainMediaInc/Prebid.js that referenced this pull request Sep 14, 2020
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