Skip to content

Reklamup Bid Adapter: update adapter - #15361

Merged
robertrmartinez merged 7 commits into
prebid:masterfrom
prebid-reklamup:master
Jul 31, 2026
Merged

Reklamup Bid Adapter: update adapter#15361
robertrmartinez merged 7 commits into
prebid:masterfrom
prebid-reklamup:master

Conversation

@prebid-reklamup

Copy link
Copy Markdown
Contributor

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated 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

Other information

Documentation PR: prebid/prebid.github.io#6666

@barecheck

barecheck Bot commented Jul 15, 2026

Copy link
Copy Markdown

Barecheck - Code coverage report

Total: 96.66%

Your code coverage diff: 0.00% ▴

Uncovered files and lines
FileLines
test/spec/modules/reklamupBidAdapter_spec.js238-241, 243-244

@prebid-reklamup

Copy link
Copy Markdown
Contributor Author

Hi, @robertrmartinez! Can you please check is everything is ok with PR.

@github-actions

Copy link
Copy Markdown

This PR includes an adapter whose code does not match its file name. Bid adapter modules should be named <bidderCode>BidAdapter, userId <userIdCode>IdSystem, RTD <rtdCode>RtdProvider, and analytics <analyticsCode>AnalyticsAdapter.

@robertrmartinez robertrmartinez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@prebid-reklamup please add a unit test for this also!

I know it is only a two line diff but we do ask for coverage on changed code, and there are like 20+ adapters that already assert this so it is a one liner:

it('should have the correct gvlid', function () {
    expect(spec.gvlid).to.equal(1619);
});

that way if someone ever fat fingers the ID or drops the property in a refactor we catch it.

@prebid-reklamup

prebid-reklamup commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

@prebid-reklamup please add a unit test for this also!

I know it is only a two line diff but we do ask for coverage on changed code, and there are like 20+ adapters that already assert this so it is a one liner:

it('should have the correct gvlid', function () {
    expect(spec.gvlid).to.equal(1619);
});

that way if someone ever fat fingers the ID or drops the property in a refactor we catch it.

Done, new test added.

@robertrmartinez
robertrmartinez merged commit 6ff40de into prebid:master Jul 31, 2026
99 checks passed
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