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

Add Yeidlab Bidder and tests #828

Merged
merged 6 commits into from
Sep 22, 2020
Merged

Add Yeidlab Bidder and tests #828

merged 6 commits into from
Sep 22, 2020

Conversation

AndriyPavlyuk
Copy link
Contributor

@AndriyPavlyuk AndriyPavlyuk commented Jul 28, 2020

For passing validation tests it was harcoded timestamp and number of weeks in year.

final String timestamp = isDebugEnabled(request)
? "200000"
: String.valueOf(Instant.now().getEpochSecond());

final int weekNumber = isDebugEnabled(bidRequest)
? 35
: Calendar.getInstance().get(Calendar.WEEK_OF_YEAR);

@AndriyPavlyuk AndriyPavlyuk requested a review from rpanchyk July 28, 2020 10:48
@rpanchyk rpanchyk merged commit a26bc5b into master Sep 22, 2020
@rpanchyk rpanchyk deleted the add-yieldlab-bidder branch September 22, 2020 13:17
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