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

Fix for #196 #295

Merged
merged 1 commit into from
Apr 5, 2016
Merged

Fix for #196 #295

merged 1 commit into from
Apr 5, 2016

Conversation

mkendall07
Copy link
Member

Bidders will always get key value pairs that are set in the default (i.e. hb_pb, hb_bidder, hb_adid, hb_size) even if using alwaysUseBid=true. If they choice to use the same key as the default keys, the value will be overwritten.

@mkendall07
Copy link
Member Author

@CarsonBanov

Let me know what you think.

@CarsonBanov
Copy link
Contributor

@mkendall07 Looks great! I'll put some cosmetic comments in the diff, but this should work

setKeys(keyValues, defaultBidderSettingsMap[bidderCode], custBidObj);
custBidObj.alwaysUseBid = defaultBidderSettingsMap[bidderCode].alwaysUseBid;
}

//3) set the keys from "standard" setting or from prebid defaults
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to update these 3) 2) 1) comments at some point

@mkendall07 mkendall07 merged commit e095210 into master Apr 5, 2016
@mkendall07 mkendall07 deleted the bugfix-kvp branch May 4, 2016 13:46
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